원클릭으로
write-docs
Write documentation in the Beyond voice. Use when writing API docs, guides, tutorials, or reference material.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write documentation in the Beyond voice. Use when writing API docs, guides, tutorials, or reference material.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit Rust codebase for production safety issues. Checks unsafe blocks, panic surfaces, resource leaks, concurrency footguns, lint suppression, error swallowing, and dependency risks. Use when reviewing code for production readiness, auditing unsafe usage, or evaluating a crate's safety posture.
Write or improve ARCHITECTURE.md files for packages and systems. Use when creating documentation for a new package, reviewing existing architecture docs, or when asked to document how a system works.
Deep technical audit of a codebase area. Auto-detects language persona (rustacean/gopher/product engineer), evaluates architecture, operations, performance, security, and idioms. Findings scored with ICE model. Use when asked to audit, review quality of, or evaluate a package or directory.
Self-audit after implementing a plan. Verifies completeness, correctness, and that everything is wired up. Rates confidence 1-10 and keeps working until confidence reaches 9+. Use after completing a plan, feature, or significant change.
Audit production readiness of a codebase area. Evaluates tracing, metrics, structured logging, tests, benchmarks, error handling, health checks, graceful shutdown, and configuration. Findings scored with ICE model. Use when asked about production readiness or operational maturity.
Audit test coverage, quality, and gaps for a codebase area. Identifies missing critical tests, evaluates test patterns, and scores gaps with ICE model. Use when asked about test coverage, missing tests, or testing quality.
| name | write-docs |
| description | Write documentation in the Beyond voice. Use when writing API docs, guides, tutorials, or reference material. |
| allowed-tools | Read, Glob, Grep, Edit, Write |
| model | claude-sonnet-4-6 |
Load the verbal identity:
Read: .claude/skills/brand/verbal-identity.md
Documentation is where precision matters most. Clear, direct, technical. Assume competence. Code over prose. No preamble, no context-setting.
POST /boxes/{id}/promote deploys a checkpoint to production.
Not:
In order to deploy your changes to production, you'll need to use our promote endpoint, which takes your checkpoint and makes it live...
These need to be explained once when introduced, then used freely:
| Aspect | Docs Approach |
|---|---|
| Tone | Neutral, precise |
| Assumptions | Reader is competent |
| Length | Minimal |
| Code:Prose | More code, less prose |
| Warmth | None needed |