返回 Skill 列表
最新必装热门
GSD:Get Shit Done 轻量开发(64K Star)
轻量 spec 驱动开发。给每个子代理独立上下文,防止质量衰减。适合个人快速迭代。
📋 SKILL.md 完整代码
--- name: gsd-skill description: >- 轻量 spec 驱动开发。给每个子代理独立上下文,防止质量衰减。适合个人快速迭代。 Use when working on gsd skill tasks. allowed-tools: Read,Write,Bash --- # GSD:Get Shit Done 轻量开发(64K Star) ## Quick Start 1. Save as `~/.claude/skills/gsd-skill/SKILL.md` 2. Restart Claude Code 3. Type `/gsd-skill` or describe your task naturally 4. Claude auto-triggers when your task matches the description ## Instructions - Understand the user's specific context and needs - Apply domain best practices consistently - Provide actionable, specific guidance with examples - Verify all outputs before presenting to user ## Gotchas - Test with a fresh Claude instance after changes - Keep SKILL.md under 500 lines; use references/ for details - Description is the trigger key — make it specific and keyword-rich
🚀 怎么用
1. 复制上面的 SKILL.md 代码 2. 保存为 ~/.claude/skills/gsd-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /gsd-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
设计理念
不追求完美流程,追求「做完」。每个子代理拿到独立 spec + 独立上下文,不会因为前面聊了 100 轮而丢失重点。适合独立开发者一个人快速迭代。
SKILL.md
name: gsd description: Get Shit Done. Lightweight spec-driven development. Use when iterating quickly as a solo dev. # GSD ## Per-task flow 1. Write 3-line spec (goal+constraints+success) 2. Spawn fresh sub-agent with spec 3. Review output against spec 4. Merge or retry ## Rules - No meeting without code - Spec over chat history