Marketplace for the deslop AI code slop scanner plugin
npx claudepluginhub zaffnet/deslop.itScan Python code for AI-generated bloat (slop) across 6 categories with weighted scoring and auto-fix
A Claude Code plugin that scans Python code for AI-generated bloat ("slop") across 6 categories: over-defensive code, premature abstractions, dead weight, verbose patterns, structural bloat, and documentation noise. Uses weighted scoring and offers auto-fix.
Website: deslop.it
claude plugin marketplace add zaffnet/deslop.it
claude plugin install deslop@deslop
In any Python project, run:
/deslop <directory>
The skill scans all Python files, calculates a weighted slop density score, presents findings ranked by impact, and offers to auto-fix.
| # | Category | Weight |
|---|---|---|
| 1 | Over-defensive code | 1.0x |
| 2 | Premature abstraction | 1.5x |
| 3 | Dead weight | 1.5x |
| 4 | Verbose patterns | 1.0x |
| 5 | Structural bloat | 1.5x |
| 6 | Documentation noise | 1.0x |
| Slop Density | Rating |
|---|---|
| 0–5% | Excellent — minimal slop |
| 5–15% | Good — minor cleanup possible |
| 15–30% | Needs work — significant bloat |
| 30%+ | Heavy slop — major cleanup needed |
The landing page is built with Astro in the site/ directory.
# Install dependencies
cd site && npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
The site deploys to Vercel. Configuration:
site/npm run builddist/deslop.it/
├── .claude-plugin/ # Plugin manifest
│ ├── plugin.json
│ └── marketplace.json
├── skills/deslop/ # The deslop skill
│ ├── SKILL.md
│ └── references/
│ └── pattern-catalog.md
├── site/ # Astro landing page
│ ├── src/
│ │ ├── layouts/Layout.astro
│ │ └── pages/index.astro
│ └── package.json
├── LICENSE
└── README.md
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations