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

Relationships

#575 swamp-getting-started SKILL.md still references removed swamp-model / swamp-workflow / swamp-vault / swamp-extension / swamp-repo skills

Opened by bixu · 6/6/2026· Shipped 6/6/2026

Summary

The swamp-getting-started skill bundle that swamp repo upgrade writes into .claude/skills/swamp-getting-started/SKILL.md still references the removed per-area skill names (swamp-model, swamp-workflow, swamp-vault, swamp-extension, swamp-repo). Lab #564 cleaned up swamp-club repo references but the SKILL.md content shipped by the tool itself was missed.

Affected lines

.claude/skills/swamp-getting-started/SKILL.md (as written by swamp repo upgrade v20260605):

  • Line ~36: "delegate to swamp-repo if needed"
  • Lines ~47-49: "skip ahead and delegate directly to the matching skill (swamp-model, swamp-workflow, swamp-vault, etc.)"
  • Line ~55: "offer a custom extension via swamp-extension"

After consolidation these names are no longer registered as skills, so the dispatches go nowhere.

Repro

cd <repo with swamp managed>
swamp repo upgrade
grep -nE 'swamp-(model|workflow|vault|extension|repo)' .claude/skills/swamp-getting-started/SKILL.md

Suggested fix

Rewrite the delegation guidance to point at sub-tracks of the consolidated swamp skill (e.g. swamp/references/model/guide.md, swamp/references/workflow/guide.md, etc.) — same surface, current names.

Detected by

hivemq/hivemq-pi-review-action@v1 (gpt-5.5) flagged this as severity HIGH on hivemq/swamp-extensions#103 (chore: swamp repo upgrade + drop @magistr/issue-lifecycle).

Related: Lab #564 (shipped) covered swamp-club repo references — this is the matching cleanup in the skill content the tool emits.

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

Shipped

6/6/2026, 9:54:44 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/6/2026, 9:30:04 PM
Editable. Press Enter to edit.

stack72 commented 6/6/2026, 9:54:53 PM

Thanks @bixu 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.