ts-language-patterns

Installation
SKILL.md

It also covers fixing LLM-authored anti-patterns: legacy enum (un-erasable by Node's type stripper, replace with const objects as const), namespace wrapping runtime code, and missing import type under verbatimModuleSyntax.

Out of scope: tsconfig/compiler flags belong to ts-config; SOLID structure and file-size rules belong to solid-generic; framework-specific APIs are not covered.

TypeScript Language Patterns (TS 6.0)

Agent Workflow (MANDATORY)

Installs
2
GitHub Stars
28
First Seen
Aug 23, 2026
ts-language-patterns — fusengine/agents