code-clarity-and-docs

Installation
SKILL.md

Code Clarity and Documentation

STOP - The Obviousness Rule

If a code reviewer says your code is not obvious, it is not obvious -- regardless of how clear it seems to you.

For new code: Write comments BEFORE implementation. If the comment is hard to write, fix the design, not the comment.


Comments-First Workflow

For new classes/methods, write comments BEFORE implementation:

Installs
1
GitHub Stars
312
First Seen
Jun 20, 2026
code-clarity-and-docs — ryanthedev/code-foundations