cleanup-project
Installation
SKILL.md
Project Cleanup Workflow
When to Use
| Trigger | Description |
|---|---|
| Post-Initialization | After initialize-project.md completes |
| Quarterly Maintenance | Every 3 months as part of project hygiene |
| Pre-Release | Before major releases to reduce deployment footprint |
| Size Threshold | When .claude/ exceeds 1MB |
| Stack Change | After removing a language/framework from the project |
Prerequisites
Before starting cleanup:
- Project has been initialized (
CLAUDE.mdexists or stack is clear)
Related skills