Typescript Style Guide

Style, review, and refactoring standards for TypeScript codebases. Trigger when `.ts`, `.tsx`, `.d.ts`, or `tsconfig*.json` files are created, changed, or reviewed and TS-specific quality rules (type safety, narrowing, async/error handling, module boundaries) must be enforced. Do not use for JavaScript-only modules that are outside TypeScript type-check scope. In mixed JS/TS repositories, this skill owns `tsconfig`-scoped modules. For shared JS/TS configuration files (for example `package.json`, shared lint/test config), run together with `javascript-style-guide` when both JS and TS artifacts change in the same pull request.

planifest 2036798 2 files · 16.1 KB Updated

File contents

planifest/planifest-framework/tree/main/planifest-framework/external-skills/typescript-style-guide commit 2036798cd0

Frequently asked questions

npx skillmds@latest add planifest/typescript-style-guide