| 1 | --- |
| 2 | name: document |
| 3 | description: Write or update repository/product documentation: README, user guides, API docs, architecture, migration notes, and changelog material. This is not the Word-document artifact skill. |
| 4 | invocation: model+user |
| 5 | --- |
| 6 | |
| 7 | # Document |
| 8 | |
| 9 | ## When to use |
| 10 | Use for repo/product docs: README, guides, API docs, architecture, migrations, changelog notes. |
| 11 | |
| 12 | ## Non-goals |
| 13 | - Not Word/DOCX authoring (use docx). |
| 14 | - Not release publication (use release only when explicit). |
| 15 | |
| 16 | ## Workflow |
| 17 | 1. Identify the doc audience and location. |
| 18 | 2. Prefer updating existing docs over creating duplicates. |
| 19 | 3. Keep commands and paths verified. |
| 20 | 4. Call out unknowns instead of inventing them. |
| 21 |