Back to tags
Tag

Agent Skills with tag: feature-branch

6 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

init

Initialize a new feature workflow with git worktree. Use when the user wants to start a new feature, create an isolated development branch, says "init worktree", or needs to set up a feature branch for compounder workflow.

git-worktreesfeature-branchbranch-managementdevelopment-workflow
jero2rome
jero2rome
0

branch-discipline

Use before any code changes - hard gate ensuring work never happens on main branch, with proper feature branch creation from correct base

branch-managementgitworkflowversion-control
troykelly
troykelly
1

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans

gitversion-controlworkspace-managementfeature-branch
axiomantic
axiomantic
0

git-workspace-init

Initialize a new git worktree and branch for feature development or bug fixes. Use when: (1) Starting work on a new feature, (2) Beginning a bug fix, (3) Creating an isolated workspace for any task, (4) You want to work in parallel on multiple branches. This skill handles branch naming with conventional branch conventions, worktree creation, and remote push setup.

gitbranch-managementworktreefeature-branch
BillChirico
BillChirico
1

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

gitversion-controlworkspace-managementfeature-branch
samjhecht
samjhecht
1

git-worktree

Manage git worktrees and branches. Use when the user asks to create a worktree, new worktree, create a branch, new branch, switch branches, or work on a new feature.

gitbranch-managementversion-controlworkflow
jroslaniec
jroslaniec
1