Git Flow Branch Creator

🏢Official
by github · vlatest · Repository

Automatically creates Git branches following established git-flow workflows for streamlined development cycles.

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 git-flow-branch-creator npx -- -y @trustedskills/git-flow-branch-creator
2

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

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

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

About This Skill

What it does

The git-flow-branch-creator skill automates the creation of Git flow branches, such as feature, release, and hotfix branches, based on predefined naming conventions and workflows. It ensures that branch names are consistent with standard Git flow practices and can be configured to align with team-specific branching strategies.

When to use it

  • When starting a new feature development task and needing a properly named feature branch.
  • Before releasing a new version of an application, to create a release branch for final testing and preparation.
  • When addressing urgent bugs or issues that require a hotfix branch to be created quickly.

Key capabilities

  • Creates feature branches with standardized naming (e.g., feature/).
  • Generates release branches following Git flow conventions (e.g., release/v1.0).
  • Supports hotfix branch creation for quick bug fixes (e.g., hotfix/bug-123).

Example prompts

  • "Create a feature branch for adding user authentication."
  • "Generate a release branch for version 2.5 of the application."
  • "Make a hotfix branch to resolve the login issue reported by users."

Tips & gotchas

  • Ensure your Git flow configuration is consistent across the team before using this skill to avoid naming conflicts.
  • This skill assumes basic familiarity with Git and Git flow concepts; it does not handle advanced workflows or merge strategies.

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
github
Installs
4.0k

🏢 Official

Published by the company or team that built the technology.