From skills-janitor
Generates unified health report for all Claude Code skills combining audit, lint, and duplicate detection via bash scripts. Shows summary table, severity levels, and fix recommendations.
npx claudepluginhub khendzel/skills-janitor --plugin skills-janitorThis skill uses the workspace's default tool permissions.
Generate a comprehensive health report combining audit, lint, and duplicate detection results.
Inventories all installed Claude Code skills across user, project, plugin, source, and account scopes. Outputs JSON details on paths, symlinks, frontmatter, content, and summary table of status/issues.
Audits Claude Code skills for quality, compliance, delegation patterns, and maintainability. Run after creating skills, before releases, or for periodic checks.
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.
Share bugs, ideas, or general feedback.
Generate a comprehensive health report combining audit, lint, and duplicate detection results.
Run all three analysis scripts and combine results:
bash ~/.claude/skills/skills-janitor/scripts/scan.sh
bash ~/.claude/skills/skills-janitor/scripts/lint.sh
bash ~/.claude/skills/skills-janitor/scripts/detect_dupes.sh
Present a unified report with:
| Skill | Scope | Status | Issues |
|--------------------|---------|-------------|---------------------------------|
| marketing-copy | user | OK | - |
| seo-audit | user | WARNING | Description too short (28 chars) |
| old-deploy-helper | user | CRITICAL | Broken symlink |
| marketing-copy-v2 | user | DUPLICATE? | 72% overlap with marketing-copy |
CRITICAL - broken skills, missing files (fix immediately)WARNING - suboptimal configuration (should fix)INFO - suggestions for improvement (nice to have)For each issue found, suggest a specific fix with the relevant janitor- command.
/janitor-audit/janitor-check/janitor-duplicates/janitor-usage