creating-branch

60
D

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.

Marketplace

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-branch
skilz install cblecker/claude-skills/creating-branch --agent opencode
skilz install cblecker/claude-skills/creating-branch --agent codex
skilz install cblecker/claude-skills/creating-branch --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/cblecker/claude-skills
2. Copy the agent skill directory:
cp -r claude-skills/git-workflows/skills/creating-branch ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

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

Spec Compliance
0/15
PDA Architecture
20/30
Ease of Use
21/25
Writing Style
8/10
Utility
16/20
Modifiers: -5

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...

Report Security Issue

Found a security vulnerability in this agent skill?