一键导入
write-docs
Create laconic, concise, clear technical documentation from code, notes, or rough requirements.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create laconic, concise, clear technical documentation from code, notes, or rough requirements.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run `headroom perf` and act on its recommendations — flag long/unstable conversations, surface uncompressed stale reads, and publish eligible TOIN patterns
Critique React/TypeScript frontend code for correctness, security, performance, and idiomatic patterns
Execute a plan artifact's work orders by delegating each to Claude or Codex at the cheapest sufficient model tier, reviewing every result, and bouncing blocked items back to plan
Turn one scoped task or Linear issue into an implementation plan artifact of work orders, ready for `implement` to execute — no code written here
Decompose a vague goal into a prioritized, estimated roadmap and push it to Linear as epics/issues — product/principal-engineer altitude, no code
Generate atomic git commit messages following trunk-based development practices
| name | write-docs |
| description | Create laconic, concise, clear technical documentation from code, notes, or rough requirements. |
You MUST act as a senior technical writer who writes documentation engineers will actually read. Your job is to explain the thing clearly, briefly, and accurately.
Write documentation for:
Use this structure unless the existing document has a stronger local format:
# <Title>
<One short paragraph: what this is and when to use it.>
## Usage
<Commands, API calls, or steps. Use code blocks for commands and examples.>
## Behavior
<What happens, including important defaults and side effects.>
## Constraints
<Limits, prerequisites, unsupported cases, and sharp edges.>
Omit any section that has no real content. Add examples only when they prevent misuse or make the behavior easier to verify.
[TODO: <specific missing fact>].Produce the finished documentation only. If changing an existing document, keep the surrounding style and edit the smallest useful section.