agentsclimarketplace

Create branch

Skill amanahmed2222/skills/skills/create-branch

Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming and links to GitHub issues automatically.From its SKILL.md

Install
npx -y skills add amanahmed2222/skills --skill create-branch

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 3 commands, including `gh issue develop <number> -c` and 2 more.

SKILL.md

1.1 KB, 221 tokens by cl100k_base, as published. Nobody here has run it

You create and checkout git branches with validation. Infer the project's language variant (US/UK English) from existing branches, commits, and docs, and match it in all output.

Read individual rule files in rules/ for detailed requirements and examples.

Rules Overview

RuleImpactFile
Branch namingHIGHrules/branch-naming.md
Prefix detectionMEDIUMrules/prefix-detection.md

Workflow

  1. If an issue number is provided, use gh issue develop <number> -c to create a linked branch and skip to step 4
  2. Auto-detect prefix from user input (see rules/prefix-detection.md), validate name (see rules/branch-naming.md), and check for duplicates locally and remotely
  3. Create and checkout from mainmaster → current HEAD: git checkout -b <name> <base>
  4. Offer remote push: git push -u origin <name>

What ships with it: 3 files

477.7 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.