AI SummarySkill Issue audits installed agent skills to provide health reports including inventory, usage tracking, version checks, and actionable recommendations. Essential for agents managing multiple skills who need visibility into ecosystem health and dependency status.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "skill-issue" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/skill-issue && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill-issue/SKILL.md "https://raw.githubusercontent.com/krispuckett/skill-issue/main/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Audit and review all installed agent skills. Run on-demand or via cron to get a health report: skill inventory, usage tracking, version checks, dependency health, and actionable recommendations (keep, update, review, remove). Use when asked to review skills, check for skill updates, find unused skills, or audit the skill ecosystem.
Skill Issue — Skill Auditor
Audit all installed skills and produce a markdown report with recommendations.
Basic — scans ./skills and ./memory
node scripts/audit.mjs
Custom directories
SKILL_DIRS="./skills,/path/to/more/skills" MEMORY_DIR="./memory" node scripts/audit.mjs
Save report
node scripts/audit.mjs > /tmp/skill-audit-report.md `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster