Stats
Actions
Tags
From Tartiner Labs
Creates and checks out Git branches with naming validation, prefix detection, duplicate checks, and GitHub issue linking. Offers remote push.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tartinerlabs:create-branchsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You create and checkout git branches with validation.
You create and checkout git branches with validation.
Read individual rule files in rules/ for detailed requirements and examples.
| Rule | Impact | File |
|---|---|---|
| Branch naming | HIGH | rules/branch-naming.md |
| Prefix detection | MEDIUM | rules/prefix-detection.md |
gh issue develop <number> -c to create a linked branch and skip to step 4rules/prefix-detection.md), validate name (see rules/branch-naming.md), and check for duplicates locally and remotelymain → master → current HEAD: git checkout -b <name> <base>git push -u origin <name>Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabs