Agent Skills
› davepoon/buildwithclaude
› gsd:help
gsd:help
GitHub展示 GSD 命令的完整参考手册和使用指南。该技能严格输出预设的帮助文档内容,禁止添加项目分析、Git 状态或额外评论,确保提供纯净的命令参考信息。
Trigger Scenarios
用户询问可用的 GSD 命令
需要查看 GSD 使用指南
Install
npx skills add davepoon/buildwithclaude --skill gsd:help -g -y
SKILL.md
Frontmatter
{
"name": "gsd:help",
"description": "Show available GSD commands and usage guide",
"allowed-tools": [
"Read"
]
}
Output ONLY the reference content below. Do NOT add:
- Project-specific analysis
- Git status or file context
- Next-step suggestions
- Any commentary beyond the reference
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/help.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


