ogt-docs-rules-code-front
Installation
SKILL.md
OGT Docs - Rules Code Front
Frontend-specific coding standards for React/TypeScript applications.
Overview
Frontend rules establish consistent patterns for React components, state management, styling, and client-side architecture.
flowchart TB
subgraph front ["docs/rules/code/front/"]
COMP["components/"]
STATE["state/"]
HOOKS["hooks/"]
STYLE["styling/"]
ROUTE["routing/"]
FETCH["data_fetching/"]
end