Agent Plugins Marketplace
All plugins

skills-janitor

v0.1.0

Audit, clean and swipe-triage your Claude Code skills — honest always-loaded vs on-demand token costs, usage tracking, duplicate detection, and safe deletion (auto-fix, prune, interactive swipe TUI)

Claude Code5 Skills

By Krzysztof HendzelLicense: MIT2.7k GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skills-janitor-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jeremylongshore/tons-of-skills-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/community/skills-janitor/.

Plugin files

plugins/community/skills-janitor/
├── .claude-plugin/plugin.json
├── skills/janitor-discover/SKILL.md
├── skills/janitor-fix/SKILL.md
├── skills/janitor-report/SKILL.md
├── skills/janitor-swipe/SKILL.md
└── skills/janitor-value/SKILL.md

Included Skills5

janitor-discoverskills/janitor-discover/SKILL.md

Find new skills on GitHub or check a specific skill before installing. Use when the user wants to search for skills, evaluate a skill URL, check overlap with existing skills before installing, or compare a local skill against alternatives. Trigger with '/janitor-discover'.

janitor-fixskills/janitor-fix/SKILL.md

Automatically fix skill problems (safe preview first). Also use with --prune to find and remove broken symlinks, empty directories, and orphaned skills. Trigger with '/janitor-fix'.

janitor-reportskills/janitor-report/SKILL.md

Full 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. Pass --brief for inventory only. Trigger with '/janitor-report'.

janitor-swipeskills/janitor-swipe/SKILL.md

Tinder for your Claude Code skills. Reviews a sorted deck of every installed skill and lets you swipe keep / delete / skip on each one. Use when the user wants to bulk-clean their skill collection, triage unused skills, or do interactive skill cleanup. Trigger with '/janitor-swipe'.

janitor-valueskills/janitor-value/SKILL.md

Show whether each skill is earning its context-window cost — combined tokens-used view sorted by waste. Use when the user asks 'are my skills worth it', 'what's my context budget', 'which skills are dead weight', or wants to audit skill value, token cost, or usage. Trigger with '/janitor-value'.

Plugin manifests1

plugins/community/skills-janitor/.claude-plugin/plugin.json
{
  "name": "skills-janitor",
  "version": "0.1.0",
  "description": "Audit, clean and swipe-triage your Claude Code skills — honest always-loaded vs on-demand token costs, usage tracking, duplicate detection, and safe deletion (auto-fix, prune, interactive swipe TUI)",
  "author": {
    "name": "Krzysztof Hendzel",
    "url": "https://github.com/khendzel",
    "email": "[email protected]"
  },
  "license": "MIT",
  "repository": "https://github.com/khendzel/skills-janitor"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[skills-janitor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skills-janitor-2)