codebase-cleanup-audit
Installation
SKILL.md
Codebase Cleanup Audit
Find what can be deleted, merged, renamed, archived, or made easier to manage. Audit first; edit only when the user asks for implementation.
Quick Start
Read local rules, then run the bundled snapshot:
node scripts/cleanup-snapshot.mjs --root /path/to/project
For a focused cleanup, scan the smallest useful directory instead of the whole repo:
node scripts/cleanup-snapshot.mjs --root /path/to/project/apps/admin
node scripts/cleanup-snapshot.mjs --root /path/to/project/packages/auth
node scripts/cleanup-snapshot.mjs --root /path/to/project/docs