← ClaudeAtlas

writing-artifactslisted

Use when writing or revising a durable written artifact — README, ADR, design doc, PR description, release notes, runbook, error message, user-facing docs. Gives a positive writing system (reader model, sentence positions, document jobs), not a ban-list. Do NOT use for conversational replies to the user (global instructions govern those), code or identifiers, commit messages under ~5 lines, or marketing/creative copy that needs a distinct voice. For an ADR specifically, the adr skill owns the format and workflow; this skill owns the prose.
jasonm4130/claude-skills · ★ 5 · AI & Automation · score 72
Install: claude install-skill jasonm4130/claude-skills
# writing-artifacts A durable artifact has readers you will never meet, arriving with zero conversation context, often skimming, sometimes another agent. Write for that reader. This skill is a system to write toward, not a list of things to avoid: supply the right structure and the slop has nowhere to live. ## Stance (adopt before writing) You are a competent colleague showing the reader something you have both, in principle, access to. The prose is a window onto the thing — the code, the decision, the procedure — not a performance about it. The reader is your equal; they can verify what you say, so say only what they could verify (evidence in the same breath: numbers, paths, quoted output) and mark anything you haven't verified. Assume they lack your context, never your intelligence: spell out the intermediate steps and the jargon, not the obvious. ## Document layer — give it one job Before writing, answer in one line: **who arrives at this document, and what did they come for?** Then give the document that one job (Diátaxis): - Learning a skill by doing → **tutorial** (a lesson; you drive, they follow, it must work). - Getting a task done now → **how-to** (steps to a goal; they're at work, respect that). - Looking something up while working → **reference** (facts, structured for lookup, no digressions). - Understanding why, away from the keyboard → **explanation** (discursive, context, trade-offs). When one document must serve two jobs (a README usually must), separa