Skip to content
Security
Command

/cancel-skill-improver

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.

From plugin
trailofbits-skills
6.5k9 skills32 agents9 commands
Install
$ npx -y skills add trailofbits/skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cancel-skill-improver

Context preview

What this command does when you run it.

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.

Command definition

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.

Ships withtrailofbits-skills

A Claude Code plugin marketplace from Trail of Bits providing skills to enhance AI-assisted security analysis, testing, and development workflows. Codex can load this marketplace through its Claude marketplace compatibility.

Get the whole plugin, auto-invoked
Stats
6,493
Stars
10
Views
560
Forks
Active
Maintenance
Python
Language
CC-BY-SA-4.0
License
15h ago
Last commit
6mo ago
Created

Repo: trailofbits/skills