From workspace-clean
Interactive workspace cleanup that detects and removes build artifacts, stale temp files, and project clutter. Use this skill when the user asks to "clean up", "remove build artifacts", "clean the workspace", "delete temp files", or any request to interactively find and remove hygiene issues with confirmation before each action.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workspace-clean:cleanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan the workspace for hygiene issues. Check for:
Scan the workspace for hygiene issues. Check for:
__pycache__/, node_modules/.cache/, dist/, .pyc files*.tmp, *.bak, *.orig, .DS_Store.gitkeep or nothing at all.gitignoreIf a .workspace-clean.json config exists, respect its ignore patterns and settings.
For each finding:
Never delete without confirmation. Group findings by category for readability.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin workspace-cleanCross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches, and build artifacts. Produces a prioritized action plan with migration commands.
Cleans up workspace artifacts: design-refs screenshots, test-results, playwright-report, and temp files. Supports --all and --dry-run flags.
Analyzes and removes dead code in Repowise-indexed codebases using graph analysis. Suggests safe deletion order and flags false positives.