Claude 工程化编程
flowchart LR
subgraph 行为准则层
direction LR
A[Andrej Karpathy Skills]
end
subgraph 流程管理层
direction LR
B1[superpowers<br>自动触发]
B2[gstack<br>手动调用]
end
subgraph 专项技能库
direction LR
C1[Matt Pocock Skills]
C2[Addy Osmani Skills]
end
subgraph 代码智能层
direction LR
D[GitNexus]
end
A --> B1
A --> B2
B1 --> C1
B1 --> C2
B2 --> C1
B2 --> C2
C1 & C2 --> D
D --> 代码库
https://github.com/forrestchang/andrej-karpathy-skills
https://github.com/obra/superpowers https://github.com/garrytan/gstack
https://github.com/mattpocock/skills https://github.com/addyosmani/agent-skills
结语
Let's Go Coding ~