Stops, cancels, or aborts the active skill improvement loop while preserving all changes made to skill files. Use to manually stop, cancel, abort, or kill the iteration process early.
Copy the command definition below into:
~/.claude/commands/cancel-skill-improver.md---
description: "Stops, cancels, or aborts the active skill improvement loop while preserving all changes made to skill files. Use to manually stop, cancel, abort, or kill the iteration process early."
argument-hint: "[SESSION_ID]"
allowed-tools: Bash(${CLAUDE_PLUGIN_ROOT}/scripts/cancel-skill-improver.sh:*)
---
# Cancel Skill Improver
Cancel the active skill improvement loop:
```!
"${CLAUDE_PLUGIN_ROOT}/scripts/cancel-skill-improver.sh" "$ARGUMENTS"
```
All changes made to the skill files during the improvement loop are preserved.
If multiple improvement sessions are active (from parallel Claude Code instances), provide the session ID shown in the list.