typescript-standards

Installation
SKILL.md

TypeScript Standards

When to Use

  • Creating or refactoring TypeScript files in the project.
  • Defining interfaces, types, shared contracts, and module boundaries.
  • Modeling domain, results, errors, collections, and public APIs.
  • Making design and architecture decisions that are not specific to a framework.

Goal

  • Maintain strong, predictable, and readable typing.
  • Preserve simplicity, cohesion, and healthy code evolution.
  • Concentrate detailed rules in local references to avoid duplication and maintain clear precedence.
  • Apply design principles pragmatically, without overengineering.

LIFT Principle

Before creating any new type, helper, module, class, adapter, factory, port, or abstraction, apply the LIFT principle:

Related skills

More from hebertpaziam/skills

Installs
11
First Seen
Apr 22, 2026