technical-writinglisted
Install: claude install-skill Amey-Thakur/AI-SKILLS
# Technical writing
Documentation has one job: the reader arrives with a question and leaves with
an answer, in as little of their time as possible.
## Method
1. **Name the reader and their question before writing.** "A developer who
just cloned the repo and wants it running" reads a different document than
"an operator debugging a production incident". One document per reader
when they diverge; a document for everyone answers no one.
2. **Lead with the answer.** The first paragraph carries the single most
important thing: what this is, what just happened, what to do. Context
and reasoning follow for readers who want them. Never build suspense.
3. **Structure for the scanning reader.** People read headings, code blocks,
and lists first, prose only when trapped. Make the skeleton carry the
story: headings that are claims ("Tokens are counted per provider"), not
labels ("Overview").
4. **Show, then explain.** A working example beats three paragraphs of
abstraction. Every command must be copy-pasteable and correct; every
example output must be real, not imagined. Test what you paste.
5. **Write plainly.** Short sentences. Active voice. "Use" not "utilize",
"so" not "in order to". Jargon only when the reader owns it already, and
defined once when unavoidable. Adjectives like "simple", "just", and
"easy" are broken promises: the reader for whom it is not easy is the
one reading.
6. **State the edges honestly.** What it does not do, wher