Working with a stack of pull requests can be tricky. Graphite makes it simple. You can create, navigate, and manage your PRs in a neat stack. This skill helps you use Graphite commands to stay organized. You can jump between branches and submit your whole stack at once.
Each PR in a stack should be small and independent. That makes code review faster and safer. With Graphite you can reorder branches or change their parent easily.
Whether you are fixing bugs or adding features, this tool helps you keep your work clean. No more messy branch management. Just smooth sailing with stacked PRs.
Global
mkdir -p ~/.claude/skills/graphiteProject
mkdir -p .claude/skills/graphiteSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes