Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jugrajsingh/skillgarden --plugin tidyupHow this command is triggered — by the user, by Claude, or both
Slash command
/tidyup:cleanup [scope: file, directory, or project]The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `tidyup:cleaning-up` skill and follow it exactly.
/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.
/cleanupCleans up code and projects: removes dead code, optimizes imports/files/structure. Supports target paths, types (code/imports/files/all), safe/aggressive modes, and dry-run previews.
/sc-cleanupCleans up specified target: removes dead code, optimizes imports/structure. Supports --type code|imports|files|all, --safe|--aggressive|--interactive flags, produces summary report.
/refactor-cleanPlans or executes a focused cleanup to reduce technical debt safely, producing structured results with risks and follow-ups.
/cleanupArchives phase directories from completed milestones into versioned milestone directories under `.planning/milestones/`. Shows a dry-run summary and archives on user confirmation.
/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.
Share bugs, ideas, or general feedback.
Invoke the tidyup:cleaning-up skill and follow it exactly.