From skill-improver
Stops the active skill improvement loop while preserving all changes to skill files. Accepts an optional session ID for parallel sessions.
How this command is triggered — by the user, by Claude, or both
Slash command
/skill-improver:cancel-skill-improver [SESSION_ID]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Cancel Skill Improver Cancel the active skill improvement loop: 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.
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.
npx claudepluginhub bshastry/skills --plugin skill-improver11plugins reuse this command
First indexed Feb 27, 2026
Showing the 6 earliest of 11 plugins
/cancel-skill-improverStops the active skill improvement loop while preserving all changes to skill files. Accepts an optional session ID for parallel sessions.
/cancel-autoCancels a running auto session and generates a summary report. Supports --force for immediate cancellation without confirmation.
/improveIteratively improves a skill folder based on feedback, running baseline review, diagnosing issues like triggers or output quality, and applying targeted fixes.
/evolveEvolves skill .md files by integrating validated lessons from a global store. Also supports rollback, export, and import subcommands.
/archive-skillArchives a specified learning skill by moving it to the .archive directory, with optional umbrella merge recording and dry-run preview.
/eval-evolveRuns an autonomous multi-round evolution loop on a SKILL.md file, chaining evaluation and improvement until PASS verdict or iteration limit. Requires the ralph-wiggum plugin.