Create Branch

🌐Community
by ruchernchong · vlatest · Repository

Automatically creates new Git branches based on provided names and descriptions for streamlined development workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-branch npx -- -y @trustedskills/create-branch
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-branch": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-branch"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The create-branch skill enables an AI agent to create a new branch in a version control system, such as Git. It allows users to specify the name of the branch and optionally set up a tracking relationship with a remote branch.

When to use it

  • When you need to start working on a new feature or bug fix without affecting the main codebase.
  • Before making significant changes that require isolation from the current development line.
  • To create a dedicated branch for testing or experimentation purposes.
  • When collaborating with others and needing to isolate your work for review.

Key capabilities

  • Creates a new local Git branch.
  • Optionally sets up tracking with a remote branch.
  • Supports custom branch names as specified by the user.

Example prompts

  • "Create a new branch called feature-login."
  • "Make a branch named hotfix-ui-bug and track it to the origin."
  • "I need a new branch for my changes, call it experiment-new-design."

Tips & gotchas

  • Ensure you are in the correct repository directory before using this skill.
  • If tracking a remote branch, confirm that the remote exists and is properly configured.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ruchernchong
Installs
1.3k

🌐 Community

Passed automated security scans.