Agent Skills
› davepoon/buildwithclaude
› gsd:spike-wrap-up
gsd:spike-wrap-up
GitHub将技术探索(spike)的实验发现整理并封装为持久化的项目技能,以便在后续构建对话中自动加载。同时生成摘要存档至.planning/spikes/目录,输出技能文件至项目本地的.claude/skills/路径,确保知识沉淀与复用。
Trigger Scenarios
需要总结并固化技术探索成果时
希望将临时实验转化为可复用的项目技能时
Install
npx skills add davepoon/buildwithclaude --skill gsd:spike-wrap-up -g -y
SKILL.md
Frontmatter
{
"name": "gsd:spike-wrap-up",
"description": "Package spike 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/spike-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:15


