返回 Skill 列表
最新必装热门
gstack:硅谷 CEO 的软件工厂(118K Star)
Y Combinator CEO Garry Tan 的工作流。Think→Plan→Build→Review→Ship→Reflect 全闭环。
📋 SKILL.md 完整代码
--- name: gstack-skill description: >- Y Combinator CEO Garry Tan 的工作流。Think→Plan→Build→Review→Ship→Reflect 全闭环。 Use when working on gstack skill tasks. allowed-tools: Read,Write,Bash --- # gstack:硅谷 CEO 的软件工厂(118K Star) ## Quick Start 1. Save as `~/.claude/skills/gstack-skill/SKILL.md` 2. Restart Claude Code 3. Type `/gstack-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/gstack-skill/SKILL.md 3. 重启 Claude Code 4. 输入 /gstack-skill 或直接描述任务触发 5. AI 自动按 Skill 流程执行
核心价值
一人扮演 CEO/设计师/QA/发布经理四个角色。不是简单地写代码,而是管理整个软件交付流程。从需求分析到部署上线,六步闭环确保每个环节都被检查。
SKILL.md
name: gstack description: Garry Tan's software factory. Think→Plan→Build→Review→Ship→Reflect. Use when building features end-to-end. # gstack Workflow 1.Think: What problem? Who benefits? 2.Plan: Architecture+data flow+edge cases 3.Build: TDD, small commits 4.Review: Self-review against plan 5.Ship: Deploy+monitor 6.Reflect: What worked? What didn't?