Agent Skills: TypeScript Best Practices

TypeScript best practices and patterns for writing clean, type-safe, and maintainable code. Use when implementing TypeScript code, refactoring for better type safety, or teaching TypeScript patterns.

UncategorizedID: xiaoland/agents/typescript-best-practice

Install this agent skill to your local

pnpm dlx add-skill https://github.com/xiaoland/agents/tree/HEAD/skills/typescript-best-practice

Skill Files

Browse the full folder contents for typescript-best-practice.

Download Skill

Loading file tree…

skills/typescript-best-practice/SKILL.md

Skill Metadata

Name
typescript-best-practice
Description
TypeScript best practices and patterns for writing clean, type-safe, and maintainable code. Use when implementing TypeScript code, refactoring for better type safety, or teaching TypeScript patterns.

TypeScript Best Practices

When to use this skill

Use this skill when you need to:

  • Implement TypeScript code following best practices
  • Refactor JavaScript to TypeScript
  • Improve type safety and code maintainability
  • Choose between different TypeScript patterns
  • Teach or explain TypeScript best practices
  • Review code for TypeScript anti-patterns

Instructions

  1. Identify the pattern: Which best practice applies to your situation?
  2. Apply the pattern: Follow the code examples provided
  3. Verify types: Ensure TypeScript infers the correct types
  4. Test usage: Confirm autocomplete and type checking work as expected

Best Practices