What problem does it solve? Codebases accumulate dead code, redundant dependencies, and speculative abstractions that increase maintenance cost. This Skill performs a whole-repo audit that reads every source file and dependency, then reports exactly what to cut, ranked by impact. ## Core Features & Use Cases - Tagged Findings: Classifies each issue as delete, stdlib, native, yagni, or shrink, with a concrete replacement for every cut. - Ranked Report: Outputs one line per finding ordered biggest cut first, ending with a net line and dependency savings estimate. - Report-Only Scope: Audits without modifying code, so the reader decides which cuts to apply. - Use Case: Before a refactor sprint, run the audit on a legacy service to find hand-rolled utilities the standard library already provides, single-implementation abstractions, and unused config flags. ## Quick Start Ask the agent to run a bloat audit on this repository and report the ranked list of cuts.