creating-branch
CommunityEffortlessly create git feature branches, stay organized.
Authorcblecker
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the manual overhead and potential inconsistencies of creating new git feature branches. It ensures your working tree is clean, your base branch is synchronized, and your new branch follows conventional naming, letting you jump straight into development.
Core Features & Use Cases
- Structured Branch Creation: Follows a guided workflow to create new feature branches from a clean, synchronized mainline.
- Conventional Naming: Automatically generates or validates branch names based on conventional standards.
- Stashing Support: Handles uncommitted changes by offering to stash them, ensuring a clean state before branch creation.
- Use Case: When you're ready to start a new task, simply ask to "create a branch for adding user authentication," and this Skill will set up your environment perfectly, based on the latest code.
Quick Start
Create a new feature branch for 'implementing the new search algorithm'.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: creating-branch Download link: https://github.com/cblecker/claude-plugins/archive/main.zip#creating-branch Please download this .zip file, extract it, and install it in the .claude/skills/ directory.