migrate-to-typescript

Migrate JavaScript project to TypeScript

Content Preview
# Migrate to TypeScript

Migrate JavaScript project to TypeScript

## Instructions

1. **Project Analysis and Migration Planning**
   - Analyze current JavaScript codebase structure and complexity
   - Identify external dependencies and their TypeScript support
   - Assess project size and determine migration approach (gradual vs. complete)
   - Review existing build system and bundling configuration
   - Create migration timeline and phased approach plan

2. **TypeScript Installation and Config
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/migrate-to-typescript.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/setup/migrate-to-typescript.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/setup/migrate-to-typescript.md

Related Skills