Skip to content
Skill

skill-issue

by krispuckett

AI Summary

Skill 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
20 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars20
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code