nextfriday-code-style
Installation
SKILL.md
Next Friday Code Style
Rules for code formatting, structure, and readability.
Control Flow
Guard Clauses
Use early returns instead of nested if statements.
Rules for code formatting, structure, and readability.
Use early returns instead of nested if statements.