typescript-best-practices
✓Apply TypeScript best practices when writing or reviewing TypeScript code, including strict typing, generics, error handling, and common patterns.
Installation
SKILL.md
| Interface | PascalCase | UserProfile | | Type alias | PascalCase | RequestConfig | | Enum | PascalCase | HttpStatus | | Enum member | UPPERSNAKE or PascalCase | HTTPOK or HttpOk | | Generic | Single uppercase letter or descriptive | T, TData, TResponse | | Function | camelCase | getUserById | | Variable | camelCase | userList |
| Constant | UPPERSNAKE or camelCase | MAXRETRIES or maxRetries |
Apply TypeScript best practices when writing or reviewing TypeScript code, including strict typing, generics, error handling, and common patterns. Source: codelab614/agents-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/codelab614/agents-skills --skill typescript-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/codelab614/agents-skills --skill typescript-best-practices- Source
- codelab614/agents-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is typescript-best-practices?
Apply TypeScript best practices when writing or reviewing TypeScript code, including strict typing, generics, error handling, and common patterns. Source: codelab614/agents-skills.
How do I install typescript-best-practices?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/codelab614/agents-skills --skill typescript-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/codelab614/agents-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01