TypeScript can help you write safer code. This guide shows you how to use types the right way. It covers when to use interface vs type, how to avoid any, and how to use import type correctly.
You will also learn good async patterns like async/await and Promise.all. The guide tells you how to structure your code with named exports and how to keep your imports sorted. It even includes tips for UI theming and logging.
Following this style helps your team write consistent, easy-to-read TypeScript. It saves time in code reviews and reduces bugs.
Global
mkdir -p ~/.claude/skills/typescriptProject
mkdir -p .claude/skills/typescriptSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective
Auditpbakaus/impeccable
Audit your code for accessibility performance theming and anti-patterns
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues