git-create-branch

Installation
SKILL.md

Git Create Branch

Create a new Git branch with proper naming and checkout.

When to Use

  • Starting a new feature
  • Creating a bug fix branch
  • Starting work on a specific issue
  • Any request to "create a branch" or "checkout new branch"

Branch Naming Conventions

Use these prefixes for clarity:

Installs
3
First Seen
Feb 2, 2026
git-create-branch — pc-style/pc-skills