agents/skills/skill-usage/SKILL.md
Show skill usage statistics, charts, and suggestions for pruning unused skills. Use when the user asks "skill usage", "which skills do I use", "unused skills", "skill stats", or "skill suggestions".
npx skillsauth add drn/dots skill-usageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Show usage analytics for Claude Code skills.
$ARGUMENTS — Optional: period (day, week, month, all) or suggestRun the skill-usage CLI to show a bar chart of skill usage:
skill-usage --period week
week unless the user specifies otherwise--period day, --period month, or --period all as requested--limit N to restrict the chart to the top N skillsWhen the user asks about unused skills, which skills to remove, or skill suggestions:
skill-usage suggest --period month
This shows the highest-leverage skills, never-used skills, and rarely-used skills.
For programmatic analysis, add --json:
skill-usage --json --period all
skill-usage suggest --json --period month
agents/skills/development
Walk every unresolved review thread on a PR, triage each one, reply with a rationale of whether or not the comment will be acted upon, make the code change if warranted, and mark the thread resolved. Use when the user asks to address only the open PR comments without re-running CI, respond to review feedback, resolve review threads, or clear bot comments on a PR.
tools
Iteratively run /rereview, fix the findings, and loop until reviewers approve clean. Use for iterative automated review, when you want /rereview to loop until clean, or for a paranoid pre-merge review that auto-addresses every blocker.
development
Generate self-contained HTML visualizations with Plannotator theming. Use for implementation plans, PR explainers, architecture diagrams, data tables, slide decks, and any visual explanation of technical concepts. Plans and PR explainers follow Plannotator's prescriptive approach; all other visual content delegates to nicobailon/visual-explainer.
development
Create reviewed Codex goal setup packages for long-running /goal work. Use when the user wants to turn an idea, backlog, project mission, or vague objective into durable goal files under a project goals slug folder, with Plannotator review gates for brief, narrative plan with acceptance criteria, verification, blockers, and the final /goal prompt.