Remove AI-generated code slop: stale comments, verbose identifiers, trivial wrappers
A Claude Code plugin marketplace for code quality tools.
/plugin marketplace add michellemayes/vibe-tooling
/plugin install deslop@vibe-tooling
Restart Claude Code after installation.
| Plugin | Description |
|---|---|
| deslop | Remove AI-generated code slop: stale comments, verbose identifiers, trivial wrappers |
Each plugin lives under plugins/. See individual plugin READMEs for usage.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimScaffold a scheduled 'doctor' agent that audits app health, opens PRs for code-fixable findings, and files deduped tickets for the rest
npx claudepluginhub michellemayes/vibe-tooling --plugin deslopAgent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
Removes AI-generated code slop from code changes in the current branch
Professional coding assistant principles inspired by Uncle Bob
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Find and remove dead code across the codebase
コードベースの不要なフォールバック・互換性コード・デッドコードを 3つの専門エージェント(scanner + historian + verifier)が協調して検出・安全性検証する監査スキル。 scanner が自律探索で候補を発見し、historian が git 履歴から時間軸の文脈を付与し、