readme-writing
How to write a README that gets a project understood and running fast — lead with what/why, a 60-second quickstart, then usage, config, contributing, and license. Covers required sections, show-don't-tell examples, scannability, badges, and failure modes. Use when writing or auditing a project README.
Free & open source (Apache-2.0) — view the source on GitHub.
Overview
The README is the front door of a project. Most readers arrive with one of three jobs: *decide if this is worth their time*, *get it running*, or *find one specific answer*. A good README serves all three in the order they appear — orientation first, action second, depth on demand. This skill is the deep reference for writing one: the required sections, the writing moves that make it scannable, th
What it covers
- The required sections (in order)
- Lead with what and why
- The 60-second quickstart
- Quick start
- Show, don't tell
- Usage
- Make it scannable
- README Anatomy — Section by Section