templatecentralmigratelisted
Install: claude install-skill cljiahao/templateCentral
**Step 1** — Identify the migration type:
- **Database migration** (schema changes, Alembic/Drizzle runs): `database/<stack>.md`
- **Project migration** (framework upgrades, convention changes): `general/implementation.md`
- **Backend extraction** (Next.js API routes → NestJS or FastAPI): `nextjs-backend-extraction.md`
**Step 2** — For database migrations, identify the stack: `fastapi`, `nestjs`, or `nextjs`.
**Step 3** — Cat the reference file:
`cat "$HOME/.claude/plugins/marketplaces/templatecentral/skills/migrate/<path>"`
**Step 4** — Follow the loaded guide exactly.