code-style-typescript

Installation
SKILL.md

TypeScript Code Style Guide

When to apply

  • When writing new TypeScript code
  • During code review of .ts files
  • When refactoring existing code
  • When generating code snippets, examples, or documentation for TypeScript
  • When working with TypeScript-related blocks in Markdown, Vue.js, etc.
  • When formatting or cleaning up code

Rules

Full code examples for all rules are in references/examples.md.

Rule: No semicolons at the end of statements

No semicolons at the end of statements.

Installs
38
First Seen
Feb 12, 2026
code-style-typescript — perdolique/workflow