Last commit on August 12, 2026·Created on September 18, 2022
mkosir/typescript-style-guide
“A set of opinionated defaults for TypeScript type modelling and code conventions.”
Combined rank
#253
across all skills
In Code Quality
#6
category rank
Stars
777
7d change unavailable
Forks
37
Watchers
10
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of real attention, adoption, and active maintenance.
This skill provides a structured framework for applying and reviewing TypeScript style conventions. It helps developers standardize how they handle type-related code, ensuring consistency across a codebase when local project guidelines are absent.
The guidance focuses on technical precision in type modelling, covering specific patterns for discriminated unions, template literal types, and the disciplined use of any and unknown.
WHO IT'S FOR
TypeScript developers
standardizing type modelling and code conventions
Technical leads / architects
establishing default coding standards for teams
AI agent / automation builders
integrating type-safe coding rules into AI workflows
Frontend engineers
implementing maintainable React or Node.js type definitions