원클릭으로
stats
Show ToonDex debug mode usage statistics. Tracks hook fires, index.toon reads, and effectiveness metrics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show ToonDex debug mode usage statistics. Tracks hook fires, index.toon reads, and effectiveness metrics.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | stats |
| description | Show ToonDex debug mode usage statistics. Tracks hook fires, index.toon reads, and effectiveness metrics. |
WHEN THIS SKILL IS INVOKED, IMMEDIATELY RUN THE COMMAND BELOW. DO NOT EXPLAIN - JUST EXECUTE.
Run this command and show the output to the user:
TOONDEX_DEBUG="${TOONDEX_DEBUG:-0}" ${CLAUDE_PLUGIN_ROOT}/scripts/show-stats.sh
If the script is not found at that path, try:
TOONDEX_DEBUG="${TOONDEX_DEBUG:-0}" ./plugins/toondex/scripts/show-stats.sh
That's it. Show the output. No further explanation needed unless the user asks.
The script will show a warning. Tell the user:
To enable debug mode: export TOONDEX_DEBUG=1
Then use Claude normally - stats accumulate automatically.
Semantic folder index for codebase navigation. Generates index.toon files with concise folder summaries ordered by importance, enabling fast LLM codebase traversal without reading every file. Commands: /toondex (create initial index), /redex (update with changes). Use when the user wants to index a codebase, understand project structure, map codebase folders, index project layout, navigate a large codebase, understand folder structure, or asks about /toondex or /redex commands.
Semantic folder index for codebase navigation. Commands: /toondex (create), /redex (update). IMPORTANT: If you see "PROPOSE_REINDEX" in your context (injected by SessionStart hook), when the user sends their next message, briefly ask if they want you to run /redex first or if you should continue answering their question. "Oh, I see you've discovered my meticulously organized archive."
Update existing index.toon with changes. Detects new/deleted/modified folders and updates the semantic folder index.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.