From ceh-git-workflow
Load this skill when creating or naming a branch: choosing the correct prefix (feat/, fix/, chore/, docs/, test/, refactor/), formatting the short description, or starting new work from main. Auto-load whenever a new git branch is being created, a branch name is being chosen, or work is being started from the main branch.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ceh-git-workflow:branchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trunk-based development rules, branch naming conventions (prefix/short-description), and the
Trunk-based development rules, branch naming conventions (prefix/short-description), and the command sequence for starting new work cleanly from main.
Read ../git-workflow/references/branching.md for naming conventions, and ../git-workflow/references/workflows.md for the branch creation command sequence.
npx claudepluginhub cheneeheng/agent-skills --plugin ceh-git-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.