coding-standards
Installation
SKILL.md
Coding Standards
Every line you write, edit, or review must comply with these rules. They come in two sets, and you apply common + exactly one framework on every task:
- Universal rules (
references/common/) — clean-code principles that govern the inside of every function, class, and module, regardless of language. - Per-framework rules (
references/<framework>/) — folder layout and framework patterns that govern the outside: where files live and what folders mean.
All paths in this document are relative to this SKILL.md file, so they resolve wherever the skill is installed.
The flow: bootstrap (once) → skip exclusions → pick a mode → detect framework → resolve structure → pick execution shape → open a task list → run the branch. Steps 0–6 are that sequence; Step 7 is the branch (7a pipeline, 7b inline).