Agent Skills
› FradSer/dotclaude
› start-feature
start-feature
GitHub用于基于 git-flow 规范启动新功能分支,支持通过分支名或自然语言描述创建。
Trigger Scenarios
start a feature
create feature branch
begin new feature
git flow feature start
Install
npx skills add FradSer/dotclaude --skill start-feature -g -y
SKILL.md
Frontmatter
{
"name": "start-feature",
"model": "haiku",
"description": "Starts working on a new feature branch using git-flow. This skill should be used when the user asks to \"start a feature\", \"create feature branch\", \"begin new feature\", \"git flow feature start\", or wants to start a new feature. Accepts either a branch name or a natural-language description.",
"allowed-tools": [
"Bash(git:*)"
],
"argument-hint": "[feature-name or description]",
"user-invocable": true,
"disable-model-invocation": true
}
Workflow Execution
Launch a general-purpose agent that executes the start-feature workflow.
Follow the pipeline in ../../references/gitflow-start-pipeline.md:
- Workflow Type:
feature - Arguments:
$ARGUMENTS
Version History
- 6f2a0b2 Current 2026-08-20 10:58


