ワンクリックで
documentation
Write clear, accurate, and useful documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write clear, accurate, and useful documentation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Plan, reason, and verify across multiple levels using multi-step reasoning, tree-of-thought, and structured agent workflows.
Detect and repair security vulnerabilities or operational errors in the agent's own code and environment without manual intervention.
Generate and apply complete design systems from text descriptions or visual examples using AI and modern tooling.
Adapt user interfaces automatically based on device, viewport, user preferences, and contextual signals.
Build and query knowledge graphs automatically to capture relationships between entities, concepts, and project artifacts.
Run agent tasks in isolated, sandboxed environments to prevent malicious or untrusted code from affecting the host system.
| name | documentation |
| description | Write clear, accurate, and useful documentation. |
Category: Core Engineering Priority: High
Write clear, accurate, and useful documentation.
Reduce onboarding time, prevent miscommunication, and preserve knowledge.
Use this skill when:
## POST /api/users
Creates a new user.
### Request
```json
{
"email": "user@example.com",
"password": "securePassword123"
}
{
"id": "uuid",
"email": "user@example.com",
"createdAt": "2024-01-01T00:00:00Z"
}
400 - Invalid email or weak password409 - Email already exists
### Bad API Documentation
```markdown
POST /api/users - creates user