By daoyoung
Provides the ability to uninstall plugins and skills from Claude Code. First searches in ~/.claude/skills for standalone skills, then in ~/.claude/plugins for bundled plugins. When a skill is found inside a plugin, asks whether to remove the entire plugin. Protects cache, data, and marketplaces directories from accidental deletion.
A Claude Code plugin for uninstalling plugins and skills.
When you have many programming thought plugins and orchestration skills installed, each message you type can trigger multiple plugins or skills, causing confusion and pollution. You can use /clear to clean the context, but the chaos persists.
Cleanup Mess Room helps you safely remove unused plugins and skills, keeping your Claude Code environment clean and focused.
Cleanup Mess Room helps you safely remove unused Claude Code plugins and skills from your system. It provides intelligent search across both standalone skills and bundled plugin directories.
~/.claude/skills for standalone skills, then ~/.claude/plugins for bundled pluginscache, data, and marketplaces directories from accidental deletion/plugin marketplace add https://github.com/DaoYoung/cleanup-mess-room
/plugin install cleanup-mess-room
User: "/plugin-uninstall gstack"
Step 1: Search ~/.claude/skills for "gstack"
→ Found: ~/.claude/skills/gstack
Step 2: If found in skills → Delete directly
If found in plugin → Ask: "Delete entire plugin?"
Step 3: Confirm and execute deletion
Invoke the skill by asking Claude to uninstall a plugin or skill:
/plugin-uninstall <name>
Example:
/plugin-uninstall gstack
/plugin-uninstall lark-calendar
/plugin-uninstall some-unused-plugin
~/.claude/
├── skills/ # Standalone skills (searched first)
│ ├── gstack/
│ ├── lark-xxx/
│ └── ...
│
└── plugins/ # Plugin bundles (searched second)
├── cache/ # PROTECTED
├── data/ # PROTECTED
├── marketplaces/ # PROTECTED
└── some-plugin/
└── skills/
└── some-skill/ # Cannot delete individually
cache, data, marketplaces top-level directories are protectedcleanup-mess-room/
├── package.json # Plugin metadata
├── conductor.json # Claude Code plugin manifest
├── LICENSE # MIT License
├── README.md # English documentation
├── README_zh.md # Chinese documentation
└── skills/
└── plugin-uninstall/
└── SKILL.md # Skill definition
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub daoyoung/cleanup-mess-room --plugin cleanup-mess-roomComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.