Skills from gocallum/nextjs16-agent-skills

7 skills available

prisma-orm-v7-skills
Key facts and breaking changes for upgrading to Prisma ORM 7. Consider version 7 changes before generation or troubleshooting
Verified
422 installs
authjs-skills
Provides Auth.js v5 setup and examples for Next.js authentication (OAuth, credentials, middleware, and session management). The skill instructs storing secrets in `AUTH_SECRET`/provider secrets (e.g., in `.env.local`) and running shell commands such as `pnpm add next-auth@beta`.
Review
158 installs
ai-sdk-6-skills
AI SDK 6 Beta overview, agents, tool approval, Groq (Llama), and Vercel AI Gateway. Key breaking changes from v5 and new patterns.
Verified
124 installs
clerk-nextjs-skills
Provides Clerk authentication integration for Next.js 16 (proxy.ts middleware, ClerkProvider, MCP server guides, and an automated `scripts/setup-clerk-nextjs.sh`). Includes explicit shell steps (`pnpm add`, `git clone`, `pnpm dev`), external network operations to `https://github.com`/registries, and explicit env vars like `CLERK_SECRET_KEY` and `.env.local`.
Review
121 installs
resend-integration-skills
This skill integrates Resend email service for AI agents via MCP to send, schedule, and broadcast emails using a local `mcp-send-email` server. It instructs running shell commands (`git clone`, `npm install`, `npm run build`, `node ...`), making network calls to `https://github.com/resend/mcp-send-email.git` and `https://resend.com`, and storing API keys in `RESEND_API_KEY`/`.env.local`.
Review
115 installs
mcp-server-skills
The skill demonstrates a Next.js pattern for building MCP servers with shared Zod schemas, reusable server actions, and a lightweight handler (`app/api/[transport]/route.ts`). No security-relevant behaviors detected.
Verified
94 installs
upstash-vector-db-skills
Provides instructions and examples to set up Upstash Vector DB, create indexes/namespaces, and perform semantic search on Vercel. It instructs storing `UPSTASH_VECTOR_REST_URL` and `UPSTASH_VECTOR_REST_TOKEN` in `.env` and shows code calling `index.upsert()`/`index.query()` which performs network calls to `https://console.upstash.com/` and `https://www.mixbread.ai/`.
Verified
84 installs