Agent skill
janitor-check
Check skills for errors and missing info
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/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.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?