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.

dmmulroy a5255e8 6.6 KB Updated

File contents

dmmulroy/.dotfiles/tree/main/home/.agents/skills/write-discoverable-code commit a5255e8715

Frequently asked questions

npx skillmds@latest add dmmulroy/write-discoverable-code