cc-code-layout-and-style
Installation
SKILL.md
Skill: cc-code-layout-and-style
STOP - The Fundamental Theorem
Good visual layout shows the logical structure of a program.
- One statement per line (always)
- If it's hard to comment, rewrite the code
- Consistency matters more than any specific style within acceptable bounds