Agent skill
branch
Create git branches with naming conventions (prefix/description-hash)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/branch-finlaysonstudio-jaypie
SKILL.md
Branch
Create a branch from the current commit.
- Ensure the repo is clean
- Use a
(branch|feat|fix)/prefix, defaulting tobranch - End the branch with the first 8 chars of the current commit
- After the prefix use
wip(default),issue-NNN, the package being worked on, or a url-compatible description - If no specific user input, use defaults or infer from current work
Examples
"Start a branch" => branch/wip-abcd5678
"Create a branch for constructs" => feat/constructs-abcd5678
"Work 144" => fix/issue-144
No input but previous requests dealt with express and lambda => feat/express-lambda-abcd5678
User Input
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?