creating-branch
Standard workflow for all branch operations ('create branch', 'new branch', 'start branch for'): replaces bash-based git checkout/branch workflows—determines base branch, generates convention-based names, preserves uncommitted changes, enforces mainline protection. Canonical branch creation implementation for git-workflows.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install cblecker/claude-skills/creating-branchskilz install cblecker/claude-skills/creating-branch --agent opencodeskilz install cblecker/claude-skills/creating-branch --agent codexskilz install cblecker/claude-skills/creating-branch --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/cblecker/claude-skillscp -r claude-skills/git-workflows/skills/creating-branch ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
parallel-worktrees
by SpillwaveSolutions
Parallel development using git worktrees with Claude Code subagents. Use when spawning multiple async Claude agents across isolated worktrees, runn...
rebasing-branch
by cblecker
Standard workflow for all rebase operations ('rebase branch', 'rebase on main', 'rebase onto'): replaces bash-based git rebase workflows with Git S...
worktree-manager
by Wirasm
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up wo...
worktree-manager
by Wirasm
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up wo...
Agentic Skill Details
- Repository
- claude-skills
- Type
- Non-Technical
- Meta-Domain
- general
- Primary Domain
- general
- Sub-Domain
- git branch workflow
- Market Score
- 60
Agent Skill Grade
D Score: 60/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Invalid or incomplete frontmatter
- Missing TOC for 200+ line file
- Name convention violations
Recommendations
- Focus on improving Spec Compliance (currently 0/15)
- Address 3 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-05
Developer Feedback
I took a look at your creating-branch skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 60/100, which puts you in D territory. The skill has solid bones—your workflow is clear and handles edge cases well—but it's getting dinged hard on spec compliance. The good news? This is fixable with some structured improvements. Your strongest area is Ease of Use (21/25), but Spec Compliance (0/15) is completely broken, which is dragging your score down.
What's Working Well
- Clear workflow structure: Your 5-phase approach with validation gates is easy to follow. The decision tree for branch naming (auto-generate vs. explicit) gives users real flexibility without being overwhelming.
- Solid edge case handling: You're thinking about uncommitted changes, determining base branches intelligently, and providing explicit error recovery paths. That's the kind of detail that makes a skill actually usable.
- Consistent terminology: Using "mainline," "base branch," and "feature branch" consistently throughout keeps readers oriented.
The Big One: Fix Your Frontmatter
Your YAML frontmatter is invalid and incomplete—it's literally cut off mid-description. This is why you scored 0/15 on spec compliance. Fix this:
Current (broken):
---
name: creating-branch
description: Standard workflow for all branch operations ('create branch', 'new branch', 'start branch for'): replaces bash-based git checkout/branch workflows—determines bas
Should be:
---
name: creating-branch
description: Creates feature branches following convention-based naming and error recovery. Use when asked to "create branch", "new branch", or "start a branch for [feature]".
trigg...
Browse Category
More general Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.