code-quality

Installation
SKILL.md

Code Quality Checklist

For detailed patterns, read the instruction files in .github/instructions/.

Critical Violations (Must Fix)

  • No barrel files (index.ts)
  • Components in own subfolders
  • DDD boundaries respected (no cross-domain imports)
  • standalone: true + OnPush on every component
  • Signal inputs (input()) and outputs (output()), not decorators
  • @if/@for/@switch control flow, never *ngIf/*ngFor
  • inject() function, not constructor injection
  • No any types — strict TypeScript
  • kebab-case files, PascalCase classes without type suffixes

Warnings (Should Fix)

  • @for has track expression
Related skills
Installs
1
GitHub Stars
26
First Seen
Apr 2, 2026