From skill2
Use when viewing skill inventory/usage/test status, or reviewing delete/downgrade/merge/projectize candidates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill2:skill2-visualizeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Present local inventory, usage, and test evidence in the terminal. When review is useful, surface **delete** and **downgrade** candidates in plain language (plus optional merge/projectize). Never modify the library.
Present local inventory, usage, and test evidence in the terminal. When review is useful, surface delete and downgrade candidates in plain language (plus optional merge/projectize). Never modify the library.
uv run --script <skill-dir>/scripts/run -- visualize against the skill root, Codex + Claude usage roots, and test-run evidence.uv run --script <skill-dir>/scripts/run -- suggest --json against the same roots (visualize CLI also embeds a short candidate block).references/lifecycle-suggestions.md only when the user asks for detailed expansion of a candidate.SKILL.md reads are usage evidence, not complete invocation history.Default terminal response: compact all-skill frequency chart. Target ≤ inventory skill count + 14 non-empty lines. Expand only after the user asks for detail.
Required default shape:
█ direct + ░ indirect), D/I counts. Include a short legend under the chart.delete_candidate)downgrade)(none) for that bucketDo not print by default:
Hard contract — when any delete or downgrade candidates are shown:
want a detailed or detailed review.uv run --script <skill-dir>/scripts/run -- visualize --skills skills --codex ~/.codex --claude ~/.claude
uv run --script <skill-dir>/scripts/run -- visualize --skills skills --codex ~/.codex --claude ~/.claude --json
uv run --script <skill-dir>/scripts/run -- suggest --skills skills --codex ~/.codex --claude ~/.claude --tests .skill2/test-runs --json
npx claudepluginhub misterbrookt/skill2 --plugin skill2Audit installed skills for redundancy with built-in model knowledge. Use when asked to "audit skills", "review my skills", "check skill redundancy", "which skills are useful", "clean up skills", or "are my skills teaching you anything new".
Generates usage reports for Claude Code skills from tracked JSONL data. Provides CLI reports and HTML visualizations (bar charts + heatmaps) filtered by time period.
Audits Claude skills and commands for quality with quick scans of changed files or full stocktakes using subagents, checklists, and AI verdicts. Invoke via /skill-stocktake.