git.branch.manage

Community

Automated Git branch management with ACX conventions.

Authorchrislyons
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the manual complexity and potential errors of Git branch operations by automating creation, switching, rebasing, and cleanup following Carbon ACX standards.

Core Features & Use Cases

  • Branch Creation: Automatically generates properly named branches using ACX naming conventions.
  • Safe Operations: Handles rebasing, switching, and deletion with built-in safety checks and conflict detection.
  • Use Case: When starting work on a new dark mode feature, use this Skill to automatically create a properly named feat/dark-mode-toggle branch from the latest main.

Quick Start

Use the git.branch.manage skill to create a feature branch for implementing user authentication.

Dependency Matrix

Required Modules

None required

Components

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: git.branch.manage
Download link: https://github.com/chrislyons/carbon-acx/archive/main.zip#git-branch-manage

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository