Agent Skills
› davepoon/buildwithclaude
› gsd:sketch-wrap-up
gsd:sketch-wrap-up
GitHub将草图设计发现整理为持久化项目技能,供后续UI构建自动加载。执行完整工作流,保留审核关卡,并将总结写入规划目录及技能文件。
Trigger Scenarios
需要固化草图设计成果时
准备进入真实UI构建阶段前
Install
npx skills add davepoon/buildwithclaude --skill gsd:sketch-wrap-up -g -y
SKILL.md
Frontmatter
{
"name": "gsd:sketch-wrap-up",
"description": "Package sketch design findings into a persistent project skill for future build conversations",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Grep",
"Glob",
"AskUserQuestion"
]
}
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/sketch-wrap-up.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
<runtime_note>
Copilot (VS Code): Use vscode_askquestions wherever this workflow calls AskUserQuestion.
</runtime_note>
Version History
- 502fc01 Current 2026-07-05 15:14


