coding-standards

Installation
SKILL.md

TypeScript and Effect Coding Standards

Build correct by construction: parse data into meaningful types, make expected failures explicit, keep effects behind cohesive services, and test through real interfaces.

Decision priority

When rules pull in different directions:

  1. Preserve correctness, safety, and debuggability.
  2. Apply these standards to new code and the complete behavior being changed.
  3. Follow compatible repository architecture and conventions.
  4. Contain incompatible older patterns at the nearest existing edge.
  5. Keep unrelated behavior unchanged unless a broader migration was requested.
  6. Record meaningful trade-offs with comments or ADRs.

Core principles

Installs
1
GitHub Stars
759
First Seen
6 days ago
coding-standards — dmmulroy/kickstart.nix