.claude/skills/clean-all/SKILL.md
Delete all non-main branches (local + remote) and prune stale refs
npx skillsauth add cwilliams5/Alt-Tabby clean-allInstall 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.
Clean up all branches except main, locally and remotely.
git remote prune origin to remove stale remote tracking refs.main: git branch | grep -v "main" | xargs git branch -Dmain: git branch -r | grep -v "origin/main\|origin/HEAD" | sed 's|origin/||' | xargs -I{} git push origin --delete {}.claude/worktrees/* directories: git worktree remove each, then delete leftover empty dirs.git branch -a and ls .claude/worktrees/ — only main should remain.If everything is already clean, just say so.
tools
Create a new git worktree and switch the session into it
tools
Spawn agent to trace code flow via query tools — answer only, no context cost
tools
Commit, push, and create a PR for the current branch
tools
Retire a shader by moving its files to legacy/shaders_retired