bloat-detector
Installation
SKILL.md
Bloat Detector
Systematically detect and eliminate codebase bloat through progressive analysis tiers.
Bloat Categories
| Category | Examples |
|---|---|
| Code | Dead code, God classes, Lava flow, duplication |
| AI-Generated | Tab-completion bloat, vibe coding, hallucinated deps |
| Documentation | Redundancy, verbosity, stale content, slop |
| Dependencies | Unused imports, dependency bloat, phantom packages |
| Git History | Stale files, low-churn code, massive single commits |
Quick Start
Tier 1: Quick Scan (2-5 min, no tools)
/bloat-scan
Related skills
More from athola/claude-night-market
project-planning
Turn a specification into a phased implementation plan with dependency ordering.
125code-quality-principles
KISS, YAGNI, and SOLID code quality principles for clean code, reducing complexity and preventing over-engineering.
93project-brainstorming
Guide project ideation via Socratic questioning to generate project briefs.
91doc-generator
Generate or remediate documentation with human-quality writing and style.
80rigorous-reasoning
Anti-sycophancy reasoning checklist.
78project-specification
Transform project briefs into testable specifications with user stories, acceptance criteria, and measurable outcomes.
77