code-cleanup

code-quality v1.0.0 by Jeremy Longshore

Comprehensive codebase cleanup across 11 quality dimensions — dead code, duplication, weak types, circular deps, defensive cruft, legacy code, AI slop, type consolidation, security, performance, and async patterns. Confidence scoring and build verification gates.

1 Skills
11 Agents
MIT License
Free Pricing

Installation

Open Claude Code and run this command:

/plugin install code-cleanup@claude-code-plugins-plus

Use --global to install for all projects, or --project for current project only.

What It Does

Comprehensive codebase cleanup across 11 quality dimensions with confidence scoring, build verification gates, and specialized agents.

Born from a real cleanup session — 25,000 lines removed, 4 bugs caught — packaged into a reusable Claude Code plugin.

Skills (1)

cleanup-code SKILL.md View full skill →

Comprehensive codebase cleanup across 11 quality dimensions: dead code, duplication, weak types, circular deps, defensive cruft, legacy code, AI slop, type consolidation, security, performance, and async patterns.

ReadWriteEditGlobGrepBash(git:*)Bash(npm:*)Bash(npx:*)Bash(pnpm:*)Bash(python3:*)Bash(tsc:*)Bash(wc:*)Bash(ls:*)AskUserQuestion

How It Works

  1. Safety checkpoint — verify clean git state, green tests, record baseline
  2. Scope determination — full codebase, directory, or changed files
  3. Dimensional scan — each dimension scans with tools + grep patterns
  4. Confidence scoring — HIGH (auto-apply), MEDIUM (flag with fix), LOW (flag only)
  5. Build verification — type check + tests after each auto-applied dimension
  6. Report generation — summary table, applied changes, flagged items

Ready to use code-cleanup?