Agent skill
janitor-check
Check skills for errors and missing info
Install this agent skill to your Project
npx add-skill https://github.com/khendzel/skills-janitor/tree/main/skills/janitor-check
Metadata
Additional technical details for this skill
- version
- 1.0.0
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
janitor-audit
Show all your installed skills
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?