Skip to content
Development
Command

/skill-trace-status

Check skill loading status and instrumentation across CLI environments.

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-status

Context preview

What this command does when you run it.

Check skill loading status and instrumentation across CLI environments.

Command definition

skill-trace-status.md
description: Check skill loading status and instrumentation across CLI environments.
argument-hint: "[--target claude|codex|both]"
triggers: skill trace status, tracing status, is tracing enabled, skill loading status

Skill Trace Status

Check skill tracing status using the skrills MCP server.

Use the `mcp__plugin_skrills_skrills__skill-loading-status` tool with:

  • `target`: claude, codex, or both (default: both)
  • `include_mirror`: Include ~/.codex/skills-mirror
  • `include_agent`: Include ~/.agent/skills

Parse `$ARGUMENTS` for:

  • `--target <target>` or `-t <target>`: Target CLI (default: both)

Report:

  • Tracing enabled/disabled per target
  • Instrumented skill count
  • Last trace timestamp if available

Handle errors:

  • If target invalid: List valid options (claude, codex, both)
  • If no skills found: Report empty state with setup suggestions
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