← ClaudeAtlas

readme-writinglisted

Use when writing, rewriting, cleaning up, or updating a README -- the root README of a repository, the README of a folder that holds one kind of thing (modules, migrations, components, services, scripts, environments, workloads; Gaia's own agents/, skills/ and hooks/ are one instance of that same shape), or the README shipped inside a template or scaffold handed to someone else. Triggers -- "escribí el README", "actualizá el README", "limpiá el README", "el README de este repo está desactualizado", "falta el README de esta carpeta", "write the README", "the README is stale", or a drift report flagging a README as stale.
metraton/gaia · ★ 3 · Data & Documents · score 76
Install: claude install-skill metraton/gaia
# README Writing A README is the mental model someone needs before they touch or adopt the thing it describes. One that only lists files is worse than none: it leaves the reader believing they understand something they do not, and they act on that belief. Three things hold for every README, whatever it documents, and are stated here once rather than repeated per case: - **Every tree is annotated.** One line per entry, giving the reason that entry exists. A bare tree adds nothing over `ls`. - **Every link is relative.** An absolute link points at one host, one account, one branch; it breaks in a clone, in a fork, and on every branch it was not written on. - **Every flow is plain text** -- numbered steps and simple `->` arrows in a code block. Never mermaid, never any format that must be rendered to be read. A rendered diagram can only be verified by looking at it rendered, which needs a tool that may not be installed; one shipped recently that nobody could validate for exactly that reason. Plain text reads identically on the web, in a terminal, and in a diff, so what is in the file is what the reader sees. - **The concreteness test in Step 3** is the same test for all three cases below. ## Step 1: Name the gate This comes first because it decides everything after it. Three READMEs, three readers, three questions the reader arrives with: | Gate | Who is reading | The question they arrive with | |------|----------------|-------------------------------| | **Repository root*