typescript-write
Installation
SKILL.md
TypeScript/JavaScript Development Skill
When to Invoke
- Writing new TypeScript or JavaScript files
- Refactoring existing TS/JS code
- Reviewing code for type safety and best practices
- Converting JavaScript to TypeScript
- Designing module APIs and type interfaces
- Fixing type errors or improving type coverage
Code Style
Naming Conventions
camelCasefor variables, functions, parametersPascalCasefor types, interfaces, classes, enums, React componentsUPPER_SNAKE_CASEfor constants and enum members- Prefix interfaces with
Ionly if project convention requires it - otherwise plainPascalCase - Boolean variables: use
is,has,should,canprefixes (isLoading,hasPermission)
Related skills
More from acaprino/alfio-claude-plugins
python-refactor
>
167file-organizer
>
76legal-advisor
Use PROACTIVELY for any legal question -- contracts, compliance, privacy, IP, employment law, terms of service, NDAs, corporate governance. Expert legal advisor specializing in technology law, compliance, and risk mitigation.
39python-comments
>
35deep-dive-analysis
>
35python-performance-optimization
>
31