بنقرة واحدة
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.