/skill-trace-disable
Disable skill tracing and remove instrumentation markers.
$ npx -y skills add athola/skrills --agent claude-codeHow 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
/skill-trace-disable
Context preview
What this command does when you run it.
Disable skill tracing and remove instrumentation markers.
Command definition
skill-trace-disable.mddescription: Disable skill tracing and remove instrumentation markers. argument-hint: "[--target claude|codex|both] [--dry-run]" triggers: disable skill trace, disable tracing, stop tracing, turn off tracing
Skill Trace Disable
Disable skill tracing using the skrills MCP server.
Use the `mcp__plugin_skrills_skrills__disable-skill-trace` tool with:
- `target`: claude, codex, or both (default: both)
- `dry_run`: Preview without changes
Parse `$ARGUMENTS` for:
- `--target <target>` or `-t <target>`: Target CLI (default: both)
- `--dry-run` or `-n`: Preview mode
Report:
- Skills de-instrumented
- Backup files removed (if any)
- Confirmation tracing is disabled
Handle errors:
- If target invalid: List valid options (claude, codex, both)
- If tracing not enabled: Report current state, no action needed
Write a skill once, use it everywhere. Skrills validates and syncs skills, commands, agents, MCP servers, and hooks across **Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor**, all from a single Rust binary. Install · User Guide · CLI Reference · FAQ ·
Repo: athola/skrills
Other commands on skrills.
- /analyze-skills
Analyze skills for token usage, dependencies, and optimization suggestions.
Open command - /create-skill
Create a new skill via GitHub search, LLM generation, or both.
Open command - /search-skills
Fuzzy search installed skills by name or description.
Open command - /skill-diff
Compare a skill across Claude, Codex, Copilot, and Cursor to show differences.
Open command - /skill-metrics
Get aggregate statistics about discovered skills including counts, quality, and token usage.
Open command - /skill-trace-enable
Enable skill tracing to track which skills are loaded and invoked.
Open command

