branch

Create Git feature branches from task titles with standardized prefixes.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100x-dev --skill branch-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch
Source: https://github.com/rajitsaha/100x-dev/tree/main/modules/branch
Command: npx skills add https://github.com/rajitsaha/100x-dev --skill branch-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of creating and managing feature branches in Git, reducing manual overhead and potential errors during branch setup.

Core Features & Use Cases

  • Automatic branch detection and creation: Generates feature branches from the default branch based on descriptive task titles.
  • Standardized naming convention: Ensures consistent branch naming aligned with common prefix protocols.
  • Use Case: Developers can quickly start working on a new feature by simply describing the task, and the Skill will handle branch creation and pushing to the remote repository.

Quick Start

Use the branch skill to create a new feature branch called feat/add-user-auth from the main branch.

Frequently Asked Questions about branch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git feature branch creation from a task description?

You can automate git feature branch creation by using this Skill to generate branches directly from descriptive task titles. It automatically applies standardized naming conventions with appropriate prefixes to reduce manual overhead and setup errors.

What is the best way to maintain consistent git branch naming conventions across a development team?

Maintaining consistent git branch naming conventions is achieved by automatically applying standard prefixes to new feature branches. This ensures that all development activities align with common protocols, reducing naming discrepancies and potential errors during branch setup.

Do I need Git installed on my command line to use automated branch creation tools?

Yes, you need Git installed and accessible via the command line to use this automated branch creation tool. The Skill relies on the local Git environment to detect the default branch, create new feature branches, and push them to the remote repository.

Can I create multiple branch prefixes for different development activities in Git?

Yes, you can create multiple branch prefixes for different development activities in Git. The Skill supports multiple prefixes for various workflows, allowing you to generate branches tailored to specific tasks from the main default branch.

How does automatic git branch detection work when starting a new feature?

Automatic git branch detection works by identifying the default branch and generating a new feature branch from it. The Skill uses the descriptive title of your development task to automatically format the branch name and push it to the remote repository.