railima

Stack New — Git skill for Claude Code

Git community

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

Terminal
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:

  1. Verify current branch is a feature branch. Run git rev-parse --abbrev-ref HEAD. If it doesn't match feat/-* or fix/-* (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 Repository