From ouroboros-loops
This skill should be used when the user asks to 'cancel ouroboros', 'stop ouroboros loop', 'stop the loop', 'ouroboros cancel', or 'halt autonomous improvement'. Gracefully cancels an active Ouroboros loop.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ouroboros-loops:cancelSonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cancel an active Ouroboros loop.
Cancel an active Ouroboros loop.
Check whether .ouroboros/state.json exists
If it exists:
iteration value from state.json.ouroboros/cancelled (empty file)In all cases, also delete .ouroboros/active if it exists (disarms the watchdog Stop hook).
If the user requests immediate stop:
.ouroboros/state.json, .ouroboros/cancelled, and .ouroboros/active (if they exist) to leave a fully clean state, then print: "Ouroboros loop terminated immediately. State cleared."npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin ouroboros-loopsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.