skill
occupation
description
updated
review-code
software-developers
Review and refactor TypeScript code by applying project coding patterns and conventions. Use when the user asks for a code review, refactor, or quality check on TypeScript files.
2026-03-27
typescript-patterns
software-developers
Enforces TypeScript code patterns: factory/companion-object pattern instead of classes, type aliases over interfaces, and no `this` keyword. Use when writing new TypeScript code, creating services/managers/stateful modules, defining types, or reviewing TypeScript for pattern compliance.
2026-03-27