New Branch banner
bravew bravew

New Branch

Git community

Description

--- description: Create a conventional git branch from user request argument-hint: "<description>" allowed-tools: Bash(git *) --- # Create Git Branch Generate a conventional branch name based on user request and create a new git branch. ## Variables User request: $ARGUMENTS ## Instructions **Step 1: Check Current Branch** - Check current branch: `git branch --show-current` - Warn (but proceed) if not on a standard base branch (staging, production, main, master, develop) **Step 2: Generat

Installation

Installs to ~/.claude/skills/bravew-trove-new-branch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bravew-trove-new-branch && curl -fsSL https://raw.githubusercontent.com/bravew/trove/HEAD/commands/new-branch.md -o ~/.claude/skills/bravew-trove-new-branch/SKILL.md

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

Full documentation available on GitHub

View Source Repository