From workspace-clean
Read-only report of workspace hygiene issues without making any modifications. Use this skill when the user asks to "audit workspace", "show cleanup report", "what needs cleaning", "hygiene check", or any request to assess workspace cleanliness without actually deleting or modifying anything.
How this skill is triggered — by the user, by Claude, or both
Slash command
/workspace-clean:clean-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scan the workspace for hygiene issues and produce a read-only report. Check for:
Scan the workspace for hygiene issues and produce a read-only report. Check for:
__pycache__/, node_modules/.cache/, dist/, .pyc files*.tmp, *.bak, *.orig, .DS_Store.gitignoreIf a .workspace-clean.json config exists, respect its ignore patterns and settings.
Do NOT modify or delete anything. This is a report-only audit.
Present findings grouped by category with total counts and disk space impact where relevant.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin workspace-cleanDiagnoses oversized files, binary bloat, git history artifacts, LFS candidates, and duplicate binaries in repos. Pure analysis; hands off fixes to other skills.
Cross-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.
Detects Git repo hygiene issues from autonomous development: merge-conflict markers, orphan worktrees, CPC-variant duplicates, superseded files, stale branches. Reports findings only.