Branch banner
alexanderop alexanderop

Branch

Design community

Description

--- description: Create a new branch from main with conventional commit-style naming argument-hint: <task-description> allowed-tools: Bash(git status), Bash(git fetch), Bash(git checkout), Bash(git pull), Bash(git branch) model: haiku --- # Create Feature Branch ## Context <git_status> !`git status` </git_status> <current_branch> !`git branch --show-current` </current_branch> <recent_branches> !`git branch --sort=-committerdate | head -5` </recent_branches> ## Task Description $ARGUMENTS

Installation

Installs to ~/.claude/commands/alexanderop-markvim-branch.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alexanderop/MarkVim/HEAD/.claude/commands/branch.md -o ~/.claude/commands/alexanderop-markvim-branch.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository