typescript-best-practices

Installation
SKILL.md

TypeScript Best Practices

Comprehensive guide to writing clean, type-safe, and maintainable TypeScript code.

When to Use

  • Configuring a new TypeScript project
  • Deciding between interface vs type alias
  • Writing async/await code
  • Reviewing TypeScript code quality
  • Avoiding common TypeScript pitfalls

Quick Reference

// Type inference - let TS do the work
const name = 'Alice';
Installs
24
GitHub Stars
280
First Seen
Jan 30, 2026
typescript-best-practices — flpbalada/my-opencode-config