janitor-check
Installation
SKILL.md
Skill Check
Check all skills against best practices and quality standards.
How to Run
bash ~/.claude/skills/skills-janitor/scripts/lint.sh
Rules Checked
Critical
- Broken symlinks
- Missing SKILL.md file
- Missing frontmatter delimiters (
---)
Warning
- Missing or empty
namefield - Missing or empty
descriptionfield - Description too short (< 30 chars) or too long (> 200 chars)
- Description doesn't explain trigger conditions (missing "when"/"use when")
- Folder name doesn't match
namefield - Missing
versionfield
Info
- No body content after frontmatter
- No Gotchas section
- Large files (>500 lines) without progressive disclosure
Best Practices Reference
Description Quality
- 50-200 characters
- Must explain WHEN to trigger, not just WHAT it does
- Include trigger keywords the user might say
- Format: "Use when [condition]. Also use when [user says X, Y, Z]."
Frontmatter
name- required, matches folder namedescription- required, model-facing trigger descriptionversion- recommended
Related Skills
- For auto-fixing issues found:
/janitor-fix - For duplicate detection:
/janitor-duplicates - For full health report:
/janitor-report
Weekly Installs
2
Repository
khendzel/skills-janitorGitHub Stars
87
First Seen
Apr 10, 2026
Security Audits