Agent skill
janitor-audit
Show all your installed skills
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/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.
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?