Discover and validate new skills before installation
The /janitor-discover command searches GitHub for skills or validates URLs before install, reducing risk of adding broken or incompatible skills to the environment.

Find which Claude Code skills you actually use
9 commands that audit, deduplicate, lint, fix, and track your claude code skills. shows you what's broken, what overlaps, and what you never touch. free. open source.
The /janitor-discover command searches GitHub for skills or validates URLs before install, reducing risk of adding broken or incompatible skills to the environment.
Skills Janitor detects cross-scope duplicates (user/plugin overlaps) with Jaccard similarity scoring, surfacing redundant skills that waste token budget and context window space.
The /janitor-fix command with --prune flag automatically removes broken symlinks and empty directories, eliminating manual cleanup overhead.
The /janitor-value command combines token count with usage metrics, sorted by waste, helping users prioritize which skills to remove or optimize for efficiency.
The /janitor-report command inventories all skills across user, project, codex, and plugin scopes, flags broken symlinks, and identifies unused skills consuming context without value.