Write Discoverable Code

Rules for writing code that coding agents (and humans) can find and understand through plain-text search. Apply whenever writing or renaming code: functions, types, constants, files, error messages, doc comments. Grounded in measurement: agents navigate by plain-text search, not by AST or language server, so every identifier is a search query and every search miss costs wasted reads.

modem-dev Updated

File contents

modem-dev/skills/tree/main/write-discoverable-code commit a5255e8715

Frequently asked questions

npx skillmds@latest add modem-dev/write-discoverable-code