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>Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabs