coding-standards

Installation
SKILL.md

Coding Standards

Sylla-specific standards for the Next.js 16 App Router codebase. All rules are settled and enforced in code review. Full rationale and code examples for every rule are in references/standards.md.

How to Apply This Skill

  • For quick lookups (rule name, convention, where a file belongs), use the Quick Reference tables below.
  • For rationale, code examples, or edge cases, consult references/standards.md.
  • When reviewing code, run through the Code Smell Checklist at the bottom of this file.

All work must satisfy readability, KISS, DRY, YAGNI, and security — specifically: no as any, mandatory institutionId scoping on every DB query, and Server Components by default.


Quick Reference

TypeScript

Related skills
Installs
6
First Seen
Feb 19, 2026