ogt-docs-rules-code
Installation
SKILL.md
OGT Docs - Rules Code
Complete guide for creating and managing coding standards and rules.
Overview
Coding rules establish consistent patterns across the codebase. They are enforceable (via linters, type checkers, CI) and documented with examples.
flowchart TB
subgraph code ["docs/rules/code/"]
G["general/"]
TS["typescript/"]
N["naming/"]
E["errors/"]
A["async/"]