Create branch
Skill jmfontaine/jmf-claude-plugins/plugins/git/skills/create-branch
Claude Plugins
npx -y skills add jmfontaine/jmf-claude-plugins --skill create-branchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Git branch naming guidelines. Use when creating, renaming, or checking out new branches.
SKILL.md
0.9 KB, 200 tokens by cl100k_base, as published. Nobody here has run it
Git Branch Naming Guidelines
Follow the Conventional Branch specification with these details:
Prefixes
Except for main, all branch names must use one of:
feat/: New features (e.g.,feat/add-login-page)fix/: Bug fixes (e.g.,fix/header-bug)hotfix/: Urgent fixes (e.g.,hotfix/security-patch)release/: Release preparation (e.g.,release/v1.2.0)chore/: Non-code tasks (e.g.,chore/update-dependencies)
Additional Rules
- Include ticket numbers when applicable (e.g.,
feat/issue-123-new-login) - Dots allowed only for version numbers in
release/branches - Check existing branches for naming patterns before creating new ones
- Do NOT use
git -C <path>when the current directory is already the repository root
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.