Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-settings
gsd-settings
GitHub通过交互式多问题提示配置GSD工作流代理和模型配置文件。该技能负责确保配置存在、读取解析当前设置、引导用户完成模型等五项关键设置的选择,合并并写入新配置,最后显示确认信息及快捷命令参考。
Trigger Scenarios
需要修改GSD工作流设置
需要更新模型配置文件
Install
npx skills add AjayIrkal23/agentic-mercy-10x --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> @$HOME/.claude/get-shit-done/workflows/settings.md </execution_context>
Version History
- 581d130 Current 2026-07-19 09:10


