What problem does it solve?
This skill eliminates the hours of tedious, error-prone manual work required to assess legacy applications for v2 migration, which typically demands extensive code review, data model mapping, and API documentation from engineering teams.
Core Features & Use Cases
- Automated Tech Stack Detection: Identifies frameworks, databases, authentication systems, and UI libraries from package.json and project configuration files.
- Full Data Model Extraction: Pulls entity definitions, fields, types, relationships, and constraints from Prisma schemas, TypeScript interfaces, and Zod validation schemas.
- Complete API Surface Mapping: Catalogs all API routes with their HTTP methods, paths, request body shapes, response shapes, and functional purposes.
- Structured Manifest Output: Generates a standardized v2 migration manifest file containing all assessment data to support the full 7-phase migration lifecycle.
- Use Case: An engineering team planning to migrate a legacy Node.js + Prisma customer portal to a new v2 architecture can use this skill to automatically document the entire existing codebase in minutes instead of spending days on manual assessment.
Quick Start
Use the migrate-analyze skill to analyze the source application at the path /path/to/your/legacy-app and generate a complete v2 migration manifest for your migration planning workflow.