Git Create Branch
Helps with Git, creation as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add git-create-branch npx -- -y @trustedskills/git-create-branch
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"git-create-branch": {
"command": "npx",
"args": [
"-y",
"@trustedskills/git-create-branch"
]
}
}
}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 a new branch in a Git repository. It can take a branch name as input and ensures that the branch is created locally, ready for development or experimentation. The agent will then confirm the successful creation of the branch.
When to use it
- You need to isolate changes from your main codebase while experimenting with new features.
- A developer requests you create a new branch for a specific task.
- You're setting up a development environment and need to start working on a separate feature branch.
- You want to prepare for a pull request by creating a dedicated branch for the changes.
Key capabilities
- Creates a new Git branch based on user-provided name.
- Confirms successful branch creation.
- Operates locally within an existing Git repository.
Example prompts
- "Create a new branch called 'feature/new-login'."
- "Can you make a branch named 'bugfix/issue-123'?"
- "Please create a branch for the upcoming UI changes, call it 'ui-improvements'."
Tips & gotchas
- Requires an active Git repository to be initialized. The agent cannot create a new repository itself.
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.