Agent skill
janitor-audit
Show all your installed skills
Install this agent skill to your Project
npx add-skill https://github.com/khendzel/skills-janitor/tree/main/skills/janitor-audit
Metadata
Additional technical details for this skill
- version
- 1.0.0
SKILL.md
Skill Audit
Run a full inventory scan of all Claude Code skills across every scope.
How to Run
bash ~/.claude/skills/skills-janitor/scripts/scan.sh
What It Scans
- User scope:
~/.claude/skills/ - Project scope:
./.claude/skills/(current project) - Plugin skills:
~/.claude/plugins/and marketplace sources - Source links:
~/.claude/sources/ - Account-level:
~/.claude-account-personal/plugins/,~/.claude-account-company/plugins/
Output
JSON inventory with per-skill details:
- Folder name, scope, full path
- Symlink status (valid/broken/target)
- Frontmatter fields (name, description, version)
- Body content presence
- Line counts, extra files
After Scanning
Present findings as a summary table:
| Skill | Scope | Status | Issues |
|--------------------|---------|----------|---------------------------|
| marketing-copy | user | OK | - |
| seo-audit | user | WARNING | Description too short |
| old-deploy-helper | user | CRITICAL | Broken symlink |
Related Skills
- For duplicate detection:
/janitor-duplicates - For error check:
/janitor-check - For auto-fixing issues:
/janitor-fix - For a full health report:
/janitor-report
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
janitor-check
Check skills for errors and missing info
janitor-duplicates
Find duplicate skills that do the same thing
janitor-compare
Compare your skill with similar ones on GitHub
janitor-report
Full health check of all your skills in one report
janitor-cleanup
Find and remove broken skills
janitor-fix
Automatically fix skill problems (safe preview first)
Didn't find tool you were looking for?