Agent Skills
› davepoon/buildwithclaude
› gsd:settings
gsd:settings
GitHub通过交互式五问提示配置GSD工作流代理和模型档案。自动处理配置文件创建、读取、合并与写入,最终展示确认信息及快捷命令参考。
Trigger Scenarios
用户需要修改或初始化GSD工作流设置
用户希望调整模型档案及研究、计划检查等代理配置
Install
npx skills add davepoon/buildwithclaude --skill gsd:settings -g -y
SKILL.md
Frontmatter
{
"name": "gsd:settings",
"description": "Configure GSD workflow toggles and model profile",
"allowed-tools": [
"Read",
"Write",
"Bash",
"AskUserQuestion"
]
}
Routes to the settings workflow which handles:
- Config existence ensuring
- Current settings reading and parsing
- Interactive 5-question prompt (model, research, plan_check, verifier, branching)
- Config merging and writing
- Confirmation display with quick command references
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/settings.md </execution_context>
The workflow handles all logic including:
- Config file creation with defaults if missing
- Current config reading
- Interactive settings presentation with pre-selection
- Answer parsing and config merging
- File writing
- Confirmation display
Version History
- 502fc01 Current 2026-07-05 15:14


