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

Relationships

#779 SKILL.md Common Commands: model type search uses wrong command and syntax

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

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

swamp model search @<type>   # find available model types

This is wrong on two counts:

  1. swamp model search searches model definitions, not model types.
  2. The @<type> format is not a valid query argument for swamp model search.

To find available model types, the correct command is:

swamp model type search [query]

The fix would replace line 55 with the correct swamp model type search 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, 4:34:35 PM

Click a lifecycle step above to view its details.

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

stack72 commented 6/23/2026, 4:34:44 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.