# Skills Janitor > A Claude Code plugin that audits, tracks usage, and compares your skills ecosystem with 9 focused slash commands and zero dependencies. Skills Janitor is an open-source plugin for Claude Code that keeps your skills ecosystem clean, organized, and healthy. It provides 9 dedicated slash commands — each a self-contained skill — covering everything from auditing installed skills to searching GitHub for new ones. The tool requires only Bash, Python 3, and curl, with no pip installs or node modules needed. - **`/janitor-audit`** — *lists all installed skills in a full inventory view* - **`/janitor-duplicates`** — *identifies duplicate skills that perform the same function* - **`/janitor-check`** — *scans skills for errors and missing metadata* - **`/janitor-fix`** — *automatically repairs skill problems with a safe dry-run preview first* - **`/janitor-cleanup`** — *finds and removes broken or invalid skills* - **`/janitor-report`** — *generates a full health check report across all skills at once* - **`/janitor-usage`** — *parses conversation history to show which skills you actually invoke vs. never use* - **`/janitor-search`** — *searches GitHub for new Claude Code skills by keyword* - **`/janitor-compare`** — *compares your skill against similar alternatives found on GitHub* - **Natural language triggers** — *skills also activate from keywords in their descriptions, so you can type "audit my skills" instead of a slash command* - **Safe-by-default operations** — *all destructive actions require explicit confirmation and run in dry-run mode by default; plugin/marketplace skills are never modified* - **Usage tracking** — *shows active vs. unused skills over a configurable time window with recommendations to remove dead weight* - **Zero dependencies** — *install via the Claude Code plugin marketplace or by cloning directly; no package managers required* ## Features - Audit all installed Claude Code skills - Find duplicate skills - Check skills for errors and missing info - Auto-fix skill problems with dry-run preview - Remove broken skills - Full health check report - Usage tracking via conversation history parsing - GitHub skill search and discovery - Compare skills against GitHub alternatives - Natural language skill triggers - Zero dependencies (Bash, Python 3, curl only) - Safe dry-run mode for destructive operations ## Integrations Claude Code, GitHub ## Platforms API, CLI ## Pricing Open Source ## Links - Website: https://github.com/khendzel/skills-janitor - Repository: https://github.com/khendzel/skills-janitor - EveryDev.ai: https://www.everydev.ai/tools/skills-janitor