Coding Standards
Apply consistent naming, structure, and patterns so code is readable and maintainable across the team.
When to Activate
- Starting a new project or module
- Refactoring to match team conventions
- Setting up or updating lint/format/type-check rules
- Reviewing code for consistency
- Onboarding: documenting or applying coding conventions
- Enforcing naming, formatting, or structural consistency
Core Principles
- Readability first — Code is read more than written
[Description truncada. Veja o README completo no GitHub.]