بنقرة واحدة
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 المهني
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.
| 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.