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, default 1536.
  • DATABASE_URL: app connection URL.
  • DIRECT_URL: direct connection URL for migrations.
  • NO_DOCKER: default no. Set yes only when user explicitly opts out.

Use these version pins unless the user requests different versions:

  • create-next-app@15
  • postgres:16-alpine
  • pgvector git tag v0.8.1
  • oven/bun image tag 1.1.38-alpine
Related skills
Installs
6
First Seen
Mar 2, 2026