Skip to content
Development
Command

/skill-trace-enable

Enable skill tracing to track which skills are loaded and invoked.

From plugin
skrills
6817 skills17 commands
Install
$ npx -y skills add athola/skrills --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/skill-trace-enable

Context preview

What this command does when you run it.

Enable skill tracing to track which skills are loaded and invoked.

Command definition

skill-trace-enable.md
description: Enable skill tracing to track which skills are loaded and invoked.
argument-hint: "[--target claude|codex|both] [--dry-run]"
triggers: enable skill trace, enable tracing, start tracing, turn on tracing

Skill Trace Enable

Enable skill tracing using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__enable-skill-trace` tool with:

  • `target`: claude, codex, or both (default: both)
  • `instrument`: Add markers to skill files (default: true)
  • `backup`: Create .bak files before modifying (default: true)
  • `dry_run`: Preview without changes

Parse `$ARGUMENTS` for:

  • `--target <target>` or `-t <target>`: Target CLI (default: both)
  • `--dry-run` or `-n`: Preview mode
  • `--no-backup`: Skip backup when enabling

Report:

  • Skills instrumented
  • Backup files created (if applicable)
  • How to view traces after enabling

Handle errors:

  • If target invalid: List valid options (claude, codex, both)
  • If skills already instrumented: Report current state, skip re-instrumentation
  • If backup fails: Abort and report which file failed
Ships withskrills

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 ·

Get the whole plugin, auto-invoked
Stats
68
Stars
0
Views
10
Forks
Maintained
Maintenance
Rust
Language
MIT
License
1mo ago
Last commit
8mo ago
Created

Repo: athola/skrills