javascript-typescript
Installation
SKILL.md
JavaScript & TypeScript
Overview
Modern JavaScript (ES6+) and TypeScript patterns for building robust applications.
TypeScript Fundamentals
Type Definitions
// Basic types
type UserId = string;
type Timestamp = number;
Related skills
More from miles990/claude-software-skills
devops-cicd
CI/CD pipelines, infrastructure as code, and deployment strategies
410code-quality
Clean code principles, SOLID, and code review practices
408game-development
Game development patterns, architectures, and best practices
279e-commerce
E-commerce platforms, payment processing, and shopping cart patterns
240saas-platforms
SaaS architecture, multi-tenancy, and subscription management
234project-management
Agile methodologies, issue tracking, and team collaboration tools
227