用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tinyhumansai/opencompany --skill api-design命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | API Design |
| description | Review or design a public interface against the things that cannot be changed later. |
| category | Engineering |
A public interface is a promise with no expiry. This pass is about the parts that are expensive to undo, not the parts that are easy to argue about.
record_entry on decisions with what was chosen and
the alternatives rejected; interface shape is exactly what gets re-litigated
six months on.The interface, its example request and response, its error contract, and a
decisions row naming what was rejected and why. Breaking anything already
public is a person's call, not this pass's.
Dedupe, split, age out, and ready the backlog so the order at the top means something.
Reproduce, deduplicate, and classify an incoming report into a bug row an engineer can pick up.
Turn ready work into themes, bets, and a defended sequence.