From tartinerlabs
Creates and checks out Git branches with naming validation, prefix detection, duplicate checks, and GitHub issue linking. Offers remote push.
npx claudepluginhub tartinerlabs/skills --plugin tartinerlabsThis skill is limited to using the following tools:
You create and checkout git branches with validation.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
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>