Janitor Usage
Skill Verified ActiveShow which skills you use and which you never use
To help users maintain a clean and efficient AI skill ecosystem by identifying and highlighting unused skills, thereby saving time and reducing clutter.
Features
- Track explicit skill invocations via slash commands.
- Estimate skill usage via natural language matching.
- Generate usage reports with active and unused skill breakdowns.
- Save historical usage data for trend analysis.
Use Cases
- Identify skills that are installed but never used.
- Clean up an AI assistant environment by removing redundant or unused skills.
- Understand personal skill adoption patterns over time.
- Optimize context window usage by removing seldom-used skills.
Non-Goals
- Automatically deleting skills without explicit user confirmation.
- Modifying plugin or marketplace skills.
- Performing operations on skills outside of Claude Code or OpenAI Codex.
- Interfering with the core functionality of the AI assistant.
Installation
First, add the marketplace
/plugin marketplace add khendzel/skills-janitor/plugin install skills-janitor@skills-janitorQuality Score
VerifiedSimilar Extensions
Cleanup Dashboards
100Audit and consolidate HubSpot reporting dashboards. Identifies unused, duplicate, or outdated dashboards. Must be performed manually — no dashboard API is available.
ClawSweeper Skill
100Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.
Audit Dependency Versions
100Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.
Init
100Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.
Janitor Report
100Full health check of all your skills in one report. Use when the user wants to check for errors, find duplicates, detect broken skills, or get a complete overview of skill health.
Janitor Fix
100Automatically fix skill problems (safe preview first). Also use with --prune to find and remove broken symlinks, empty directories, and orphaned skills.