Branch Create
Quickly generate new project branches from existing ones, streamlining development workflows with caldiaworks' branch-create skill.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add branch-create npx -- -y @trustedskills/branch-create
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"branch-create": {
"command": "npx",
"args": [
"-y",
"@trustedskills/branch-create"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to create new branches in a Git repository. It can specify the branch name and starting point (commit, tag, or branch). The agent can use this to manage code development workflows directly.
When to use it
- You need to isolate experimental features from your main codebase.
- A developer requests a new branch for a specific task.
- You want to create a release branch based on the latest stable version.
- You're automating a Git workflow, such as creating branches for bug fixes.
Key capabilities
- Creates a new Git branch.
- Specifies the branch name.
- Sets the starting point (commit, tag, or existing branch) for the new branch.
Example prompts
- "Create a new branch named 'feature/new-login'."
- "Make a branch called 'bugfix/issue-123' based on commit abcdefg."
- "Create a release branch named 'release/v1.0' from the main branch."
Tips & gotchas
- Ensure the AI agent has appropriate permissions to access and modify the Git repository.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.