cleanup

Installation
SKILL.md

Cleanup

/cleanup - Code and Project Cleanup

Purpose

Systematically clean up code, remove dead code, optimize imports, and improve project structure.

Usage

/cleanup [target] [--type code|imports|files|all] [--safe|--aggressive]

Arguments

  • target - Files, directories, or entire project to clean
  • --type - Cleanup type (code, imports, files, all)
  • --safe - Conservative cleanup (default)
  • --aggressive - More thorough cleanup with higher risk
  • --dry-run - Preview changes without applying them
Related skills
Installs
5
GitHub Stars
4
First Seen
Mar 3, 2026