mac-cleanup/SKILL.md
Free disk space on macOS using mac-cleanup-go (safe, preview-first, sends to Trash) and docker-cleanup. Run when user asks to clean up, free space, or reclaim disk.
npx skillsauth add snqb/my-skills mac-cleanupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
mac-cleanup — TUI/CLI macOS cleaner (brew install mac-cleanup-go). Preview-first, impact-labeled, sends to Trash.docker-cleanup — Custom Docker space reclaimer at ~/.local/bin/docker-cleanup# Preview what would be cleaned
mac-cleanup -clean -dry-run
# Run cleanup with configured targets
mac-cleanup -clean
# Change targets interactively (TUI, needs terminal)
mac-cleanup --select
File: ~/.config/mac-cleanup-go/config.yaml
selected_targets:
# list of category IDs to clean
Edit directly or use mac-cleanup --select TUI.
Included (safe, auto-regenerated):
Excluded deliberately:
Run mac-cleanup --select to see all with sizes. Key groups:
mac-cleanup -clean -dry-runmac-cleanup -cleandf -h / before/afterdocker-cleanup # prunes containers >24h, dangling images, build cache
Note: mac-cleanup already includes Docker as a builtin target, so docker-cleanup is redundant if Docker is in selected_targets. Use docker-cleanup only for the MCP container health check.
documentation
Enrich Markdown articles with inline Wikipedia links. First mention of each notable entity gets a hyperlink. Use when asked to add wiki links, enrich, or add references to .md files.
development
Structured visual QA: screenshot → batch issues → fix all → verify. Replaces the 300-cycle screenshot→edit death spiral. Optional bishkek review as exit gate. Use when building/polishing UI with browser testing, or when user asks for N iterations/reviews.
development
Find complex code, analyze intent, recommend battle-tested library replacements. Uses radon/eslint for detection, GitHub quality search for alternatives.
research
Research real-world UI patterns from curated galleries (Collect UI, Component Gallery, Mobbin). Use when exploring what exists: dropdowns, accordions, inputs, navigation, cards, modals, etc.