System handbooks for Loop's engineering systems — the doc a new engineer reads end to end before touching a system. One handbook per system, published as a single self-contained HTML page with a paged sidebar.
Live site: deployed on Vercel; each handbook lives at /docs/<system>/.
Not an API reference and not a design doc — the operating manual between them. Every handbook follows the same skeleton (see the bundled skill):
- Mental model — the system's nouns, as glossary tiles.
- Tables & data model — schemas AND worked example rows from a real chain.
- Vendor / dependency quirks — the facts that cost real hours.
- Flows — reading vs changing, as diagrams; raw whiteboard sketches attach as click-to-open originals next to the redrawn version.
- One-pass dry runs — the house diagram style: one real operation, the BEFORE tables, every mutation step naming the table it writes, the AFTER tables, with row-level diffs highlighted.
- Deep dives — the state machines and edge cases, each rule annotated with the shipped bug it prevents.
- Guard rails — the numbered never-break list.
- API reference, runbooks, build history.
- Open this repo in Claude Code and run
/system-handbook <your system>— the skill walks the structure above and producesdocs/<system>/index.html. - Add a card for it in
index.html. - PR to
main; Vercel deploys on merge.
Created and maintained by Sanshray Langeh (@sansh72). First handbook: Self-serve Billing, Invoicing & Era History.