Agent skill

create-branch

Create timestamped topic branch.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/create-branch

SKILL.md

Create Branch

Create a new timestamped topic branch.

Instructions

Create a timestamped branch with the given prefix:

bash
git checkout -b "<prefix>-$(date +%Y%m%d-%H%M%S)"

Valid Prefixes

  • feat - New feature
  • fix - Bug fix
  • refact - Refactoring

Output

The script outputs the created branch name:

feat-20260120-205418

The branch is automatically checked out after creation.

Didn't find tool you were looking for?

Be as detailed as possible for better results