From local-skills
Audit whether local Claude/Codex agents, subagents, commands, or skills are installed and actually used from recent local session history. Use when asked what agents/skills/hooks are worth adding, pruning, or routing based on past usage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/local-skills:agent-usage-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prefer the deterministic local audit script before making recommendations.
Prefer the deterministic local audit script before making recommendations.
python3 scripts/agent_usage_audit.py from the dotfiles repo root.The script reports counts and shortened paths only. Do not paste transcript contents, prompts, or private project text unless the user explicitly asks and it is safe.
npx claudepluginhub voidmatcha/dotfiles --plugin local-skillsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.