graphite-stacks
✓This skill should be used when the user asks to "create a stack", "submit stacked PRs", "gt submit", "gt create", "reorganize branches", "fix stack corruption", or mentions Graphite, stacked PRs, gt commands, or trunk-based development workflows.
Installation
SKILL.md
Use gt commands exclusively. Mixing git and gt causes sync issues and divergent stacks. The only exception: git add for staging (or use -a flags).
| Create branch | gt create 'name' -am "msg" | git checkout -b name | | Commit changes | gt modify -acm "msg" | git commit -m "msg" | | Push to remote | gt submit | git push | | Rebase stack | gt restack | git rebase | | View stack | gt status or gt ls | git log --graph | | Switch branches | gt checkout | git checkout |
| Amend commit | gt modify -a | git commit --amend | | Multi-PR feedback | gt top && gt absorb -a | Cherry-pick commits manually |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/outfitter-dev/agents --skill graphite-stacks- Source
- outfitter-dev/agents
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-18
- Updated
- 2026-02-18
Quick answers
What is graphite-stacks?
This skill should be used when the user asks to "create a stack", "submit stacked PRs", "gt submit", "gt create", "reorganize branches", "fix stack corruption", or mentions Graphite, stacked PRs, gt commands, or trunk-based development workflows. Source: outfitter-dev/agents.
How do I install graphite-stacks?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/outfitter-dev/agents --skill graphite-stacks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/outfitter-dev/agents
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-18