Show ToonDex debug mode usage statistics. Tracks hook fires, index.toon reads, and effectiveness metrics.
76
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
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.shIf the script is not found at that path, try:
TOONDEX_DEBUG="${TOONDEX_DEBUG:-0}" ./plugins/toondex/scripts/show-stats.shThat'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.b1698b3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.