npx claudepluginhub jugrajsingh/skillgarden --plugin tidyup[scope: file, directory, or project]Invoke the `tidyup:cleaning-up` skill and follow it exactly.
/cleanupArchives accumulated phase directories from completed milestones into .planning/milestones/v{X.Y}-phases/, with dry-run summary and user confirmation.
/cleanupCleans up code and project structure by removing dead code, optimizing imports/files, with analysis, safe execution, validation, and summary report. Supports target path and --type, --safe, --interactive flags.
/cleanupDetects and safely removes dead code, unused imports/exports, unreachable branches, and dependencies in JS/TS, Python, Go, Rust. Outputs categorized findings with confidence; runs tests post-removal.
/cleanupCleans .a5c/runs and .a5c/processes: aggregates insights from old completed/failed runs into docs/run-history-insights.md and removes them plus orphans. Supports --dry-run and --keep-days N flags.
/cleanupRemoves temporary design lab files from .claude-design/ directory and Next.js/Vite preview routes after user confirmation. Reports deletions.
/cleanupDeletes all Lisa interview state files (.claude/lisa-*.md and lisa-draft.md) to reset plugin state. Lists files first, confirms deletion, skips completed specs.
Invoke the tidyup:cleaning-up skill and follow it exactly.