Stack New — Git skill for Claude Code
Create a new dependent feature branch from the current branch and register the parent link in one step.
How to install Stack New
Installs to ~/.claude/skills/railima-claude-personal-skills-stack-new/SKILL.md
mkdir -p ~/.claude/skills/railima-claude-personal-skills-stack-new && curl -fsSL https://raw.githubusercontent.com/railima/claude-personal-skills/HEAD/commands/stack-new.md -o ~/.claude/skills/railima-claude-personal-skills-stack-new/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Stack New does
Create a new dependent feature branch from the current branch and register the parent link in one step. Use when starting a new story (`$ARGUMENTS`) that depends on the work in the current branch.
Steps:
- Verify current branch is a feature branch. Run
git rev-parse --abbrev-ref HEAD. If it doesn't matchfeat/-*orfix/-*(your project's convention), ask the user:"You are on ``, which is not a story branch. Do you want to (a) switch to main and create the new
Alternatives in Git
- Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
- Fullstack Dev Skills — by jeffallan - A comprehensive Claude Code plugin with 65 specialized skills covering full-stack development a 7k ★
- Container Use — by dagger - Development environments for coding agents 3.6k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Stack Link
Retroactively register the parent of the current branch in the stacked-PRs system. Use this when you have an e
Stack Sync
Cascade-rebase the current branch and all its descendants onto the new main, after a parent PR has merged. Use
Agents Start Gitworktree
You are starting a new git worktree for isolated agent work. This command creates a worktree, registers it in
Swarm Parent
You are the swarm coordinator for the {{tentacleName}} tentacle. Your job is NOT to do the work — it's to crea
Finalize Feature
Finalize the feature "$ARGUMENTS" — create branch, commit, and open PR.
Up
Swap this tmux pane to the parent of the current /branch session
Related Agents
Step Push PR
Step agent that pushes the story branch to remote and creates a GitHub pull request. Use in pipelines after co
PR Creator
Opens a GitHub pull request for the current branch using gh pr create. Use when work is committed and pushed a
Assumption Auditor
Proactively audit the assumption registry for stale, unverified, or newly-broken assumptions. Use on a schedul