Self Documenting

Keep comments and documentation to the inevitable minimum so the code stays the single source of truth. Comments answer why, three lines at most; docs carry decisions and architecture, never how the system works; CLAUDE.md and AGENTS.md carry conventions, never situational facts; nothing points into the code by path, symbol, or line. Apply whenever writing or editing code, comments, docstrings, READMEs, design docs, CLAUDE.md, AGENTS.md, rules, or skills, even if the request never mentions documentation.

skrrt-sh 0120962 4 files · 17.9 KB Updated

File contents

skrrt-sh/skills/tree/main/skills/dev/self-documenting commit 0120962138

Frequently asked questions

npx skillmds@latest add skrrt-sh/self-documenting