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/"]
Installs
7
First Seen
Feb 7, 2026
ogt-docs-rules-code — opendndapps/ogt-skills