skills-janitor
Description
> Audit, track usage, and compare your Claude Code skills - 9 focused skills, zero dependencies.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Skills Janitor
Audit, track usage, and compare your Claude Code skills - 9 focused skills, zero dependencies.
A plugin for [Claude Code](https://claude.ai/claude-code) that keeps your skills ecosystem clean, organized, and healthy. Each action is its own skill with dedicated autocomplete.
Skills
| Command | What it does |
|---|---|
/janitor-audit |
Show all your installed skills |
/janitor-duplicates |
Find duplicate skills that do the same thing |
/janitor-check |
Check skills for errors and missing info |
/janitor-fix |
Automatically fix skill problems (safe preview first) |
/janitor-cleanup |
Find and remove broken skills |
/janitor-report |
Full health check of all your skills in one report |
/janitor-usage |
Show which skills you use and which you never use |
/janitor-search |
Search GitHub for new skills to install |
/janitor-compare |
Compare your skill with similar ones on GitHub |
Install
**Plugin install (recommended):**
/plugin marketplace add khendzel/skills-janitor
/plugin install skills-janitor
**Or clone directly:**
git clone https://github.com/khendzel/skills-janitor ~/.claude/skills/skills-janitor
Usage examples
Each skill has its own slash command with autocomplete:
/janitor-audit → full skill inventory
/janitor-usage → which skills you actually invoke
/janitor-search → find skills on GitHub
/janitor-compare → market analysis vs alternatives
/janitor-check → check for errors
/janitor-fix → auto-fix (dry-run by default)
Or use natural language - skills trigger from keywords in their descriptions:
"audit my skills"
"which skills do I use?"
"search for n8n skills"
"compare my-skill against alternatives"
Usage tracking
Parses your conversation history to show which skills you invoke and which you never use:
=== Skills Janitor - Usage Report ===
...
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,