SlashAI
Coding & Development

Migration

7 commands

/MigrateConfig

Plan a stepwise migration of a config file — e.g. a `docker-compose.yml` running Postgres.

Coding & Developmenteasy#config#devops

/MigrationMap

Plans any framework or version migration in safe stages: what to freeze, what to codemod, what to rewrite - with a rollback point per stage.

Coding & Developmentadvanced#migration#upgrade

/MigrateFunction

Plan a stepwise migration of a function — e.g. a 40-line `parseInvoice(buffer)` helper in TypeScript.

Coding & Developmentmedium#function#migration

/MigrateQuery

Plan a stepwise migration of a database query — e.g. a 30-line PostgreSQL query joining orders.

Coding & Developmentmedium#sql#query

/MigrateComponent

Plan a stepwise migration of a UI component — e.g. a React `<PricingTable />` component with three tier props.

Coding & Developmentadvanced#frontend#component

/MigrateScript

Plan a stepwise migration of a script — e.g. a Python script that renames 10.

Coding & Developmentadvanced#script#automation

/MigrateApi

Plan a stepwise migration of an API endpoint — e.g. a `POST /api/orders` Express handler with Stripe integration.

Coding & Developmenteasy#api#backend