Skip to main content
← Back to list
01Issue
BugShippedSwamp CLI
Assigneesstack72

Relationships

#778 SKILL.md Common Commands: model create uses wrong @<type> prefix

Opened by josephholsten · 6/23/2026· Shipped 6/23/2026

The Common Commands section of .claude/skills/swamp/SKILL.md (line 52) shows:

swamp model @<type> create <name>

The @<type> prefix syntax is only valid with method run for direct type execution. The create command takes positional arguments: type then name. Correct syntax:

swamp model create <type> <name>

The fix would update the create example in the Common Commands block to use the correct positional form, matching the Quick Reference table in references/model/guide.md.

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORECONTRIBUTOR_NOTIFIED

Shipped

6/23/2026, 5:05:33 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/23/2026, 4:41:00 PM
Editable. Press Enter to edit.

stack72 commented 6/23/2026, 5:05:42 PM

Thanks @josephholsten for reporting this! The fix has been merged and a release is on its way. We appreciate your contribution to swamp.

Sign in to post a ripple.