.claude/skills/cleanup/SKILL.md
Clean up the development environment: remove git worktrees, stale branches, merged remote branches (with no open PR), git stashes, stale remote-tracking refs, coverage/test artifacts, node_modules cache, and Claude temp files. Use when the repo feels cluttered or before a fresh start.
npx skillsauth add Vero-Ventures/fuzzycat 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.
Run the cleanup script to remove stale branches, worktrees, caches, and artifacts.
Invoke from the repo root:
# Preview what will be cleaned (no deletions)
bash .claude/skills/cleanup/cleanup.sh --dry-run
# Actually clean everything
bash .claude/skills/cleanup/cleanup.sh
.claude/worktrees/main)gh CLI)git remote prune origin)coverage*, playwright-report, test-results)/tmp| Flag | Description |
|------|-------------|
| --dry-run | Preview actions without making changes |
main branchgh CLI to be authenticated for remote branch cleanuptools
Manage Vercel deployments via CLI. Check deployment status, view logs, manage environment variables, inspect domains, trigger builds, and debug production issues. Use for any deployment or hosting task.
development
Manage Twilio SMS service via REST API. Send test messages, check message logs, inspect phone numbers, check account balance, and debug SMS delivery issues. Use for any SMS/Twilio administration task.
tools
Manage Supabase projects via CLI and Management API. List projects, check auth config, manage users, update settings, query databases, and inspect project health. Use for any Supabase administration task.
development
Interact with Stripe via REST API. List customers, payments, payouts, connected accounts, check balances, view webhook events, and manage Stripe Connect. Use for any Stripe administration, debugging, or data inspection task.