Generate descriptive git branch names from plain English. Use when you need a branch name that follows conventions. Use when this capability is needed.
Naming branches is harder than it should be. Is it feature/user-auth or feat/add-user-authentication? This tool generates consistent, conventional branch names from plain English descriptions.
One command. Zero config. Just works.
npx ai-branch "add user authentication with OAuth"
# Get a branch name suggestion
npx ai-branch "fix the login button not working on mobile"
# Create the branch immediately
npx ai-branch "add dark mode support" --create
# Use a specific prefix
npx ai-branch "update dependencies" --prefix chore
# Include ticket number
npx ai-branch "user profile page crashes on load" --ticket PROJ-123
<!-- tomevault:4.0:skill_md:2026-04-08 -->This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Requires OPENAI_API_KEY environment variable.
export OPENAI_API_KEY=sk-...
npx ai-branch --help
Takes your description and determines the appropriate branch type (feature, fix, chore, etc.). Extracts key terms and creates a concise, readable branch name following conventional naming patterns. Can optionally run git checkout -b for you.
MIT. Free forever. Use it however you want.
Converted and distributed by TomeVault Context snippets also available to append to your CLAUDE.md, GEMINI.md, and copilot-instructions.md — download at TomeVault