Agents · Engineering

CleanupAgent · /abc-cleanup

Lint, prune unused, check theme + file org.

Cleans the target codebase — fixes lint issues, removes unused imports / dependencies, checks theme consistency, verifies file organisation. The agent you run before every release.

  • Lint + autofix
  • Prune unused imports / deps
  • Theme + file-org consistency checks
Why

Tech debt compounds silently. Running CleanupAgent on a cadence keeps the surface area honest — and saves a senior from having to wade through bit-rot before every release.

How
  • Run lint with autofix
  • Detect + remove unused imports + deps
  • Check theme tokens + file organisation
Proof
Run cadence
pre-release + weekly
Avg unused removed
20+ per pass
Cleanup pass time
<1 POM
Anatomy
Persona

The pre-release tidier — lint, prune, theme-check, file-org-check.

Commands
  • /abc-cleanupprimary
SKILL.md
The spec

Cleanup checklist + autofix rules.

Assets

No assets — pure spec.

References

No reference docs.

Scripts

No scripts — prompt-only skill.

Anatomy reflects the actual on-disk structure at ~/.claude/skills/abc-cleanup/.