architect-next-prisma-bun-vector
Installation
SKILL.md
Architect: Next + Prisma + Bun + pgvector
Use this skill when the user wants a production scaffold for a Next.js app that includes Prisma, vector search support, Dockerized services, and CI quality gates.
Docker is required by default for this runnable base architect skill. Only allow NO_DOCKER=yes when the user explicitly asks for a local-only exception.
Inputs
Collect these values first:
PROJECT_NAME: kebab-case folder/package name.VECTOR_DIM: embedding dimension, default1536.DATABASE_URL: app connection URL.DIRECT_URL: direct connection URL for migrations.NO_DOCKER: defaultno. Setyesonly when user explicitly opts out.
Use these version pins unless the user requests different versions:
create-next-app@15postgres:16-alpinepgvectorgit tagv0.8.1oven/bunimage tag1.1.38-alpine