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