← ClaudeAtlas

templatecentralmigratelisted

Use when running database migrations, migrating conventions, or extracting a Next.js backend to a dedicated service — FastAPI or NestJS.
cljiahao/templateCentral · ★ 4 · Data & Documents · score 71
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.