Migration Patterns skills for AI agents
8 practitioner-grade migration patterns skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 8 skills
- Class to Functional React
Convert React class components to functional components with hooks
176 lines - Cra to Nextjs
Migrate a Create React App project to Next.js for server-side rendering and file-based routing
256 lines - Javascript to Typescript
Migrate a JavaScript codebase to TypeScript incrementally with minimal disruption
138 lines - Jest to Vitest
Migrate a test suite from Jest to Vitest for faster execution and native ESM support
216 lines - Monolith to Microservices
Decompose a monolithic application into microservices using the strangler fig pattern
198 lines - REST to GRAPHQL
Migrate a REST API to GraphQL while maintaining backward compatibility
175 lines - SQL to Nosql
Migrate from a relational SQL database to a NoSQL document or key-value store
203 lines - Webpack to Vite
Migrate a Webpack-based project to Vite for faster development builds and HMR
195 lines