SlashAI

Your AI Command Vault

Bribing the GPU with electricity…

Migration

Coding & Development

Migration

6 commands

/MigrateConfig

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

Coding & Developmenteasy#config#devops

/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