Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

gocallum/nextjs16-agent-skills

8 skills4k installs176 starsGitHub

Install

npx skills add https://github.com/gocallum/nextjs16-agent-skills

Skills in this repo

1Prisma Orm V7 Skillsprisma-orm-v7-skills is a Next.js agent skill collecting Prisma ORM 7 facts, breaking changes, and migration guidance before code generation or troubleshooting. The skill links to the official v7 upgrade guide, Prisma Config reference, Client Extensions docs, and the Prisma 7 migration prompt for AI agents. Upgrade commands include pnpm add @prisma/client@7 and pnpm add -D prisma@7. Developers reach for prisma-orm-v7-skills when upgrading existing Prisma projects or generating database code that must comply with v7 minimum version requirements and config changes.962installs2Authjs Skillsauthjs-skills is a Claude Code skill from gocallum/nextjs16-agent-skills that wires Auth.js v5 into Next.js 16 applications with Google OAuth and a credentials provider. It walks through official Auth.js installation paths, environment configuration, provider setup, session management, and core API integration using linked references from authjs.dev. Developers reach for authjs-skills when bootstrapping or migrating authentication on a Next.js 16 project without manually cross-checking v5 docs. The skill targets secure login flows rather than custom auth from scratch.675installs3Nextjs16 Skillsnextjs16-skills is a Claude skill from gocallum/nextjs16-agent-skills that centralizes Next.js 16 facts, upgrade commands, and troubleshooting guidance for agent-assisted development. It links to official docs, the v16 upgrade guide, and release notes, and documents automated migration via npx @next/codemod@canary upgrade latest plus manual npm install next@latest steps. Codemod coverage includes Turbopack config moves, next lint to ESLint CLI migration, middleware to proxy migration, and removal of some unstable_ prefixes. Developers reach for nextjs16-skills when planning a v16 upgrade, scaffolding with create-next-app@latest, or debugging App Router changes during active React web app builds.589installs4Ai Sdk 6 Skillsai-sdk-6-skills is a gocallum/nextjs16-agent-skills guide for shipping Next.js 16 apps with Vercel AI SDK 6 Beta. It covers agents, tool approval flows, Groq Llama providers, and Vercel AI Gateway, plus breaking changes from AI SDK v5. Installation uses pinned beta packages: `pnpm add ai@beta @ai-sdk/openai@beta @ai-sdk/react@beta @ai-sdk/groq@beta`. Developers reach for ai-sdk-6-skills when building streaming chat interfaces, tool-calling agents, or server-action-backed LLM features that must follow current v6 APIs during the beta period.420installs5Clerk Nextjs Skillsclerk-nextjs-skills is a Claude Code agent skill from gocallum/nextjs16-agent-skills that walks developers through Clerk authentication for Next.js 16 App Router projects. The skill documents proxy.ts with clerkMiddleware() as the Next.js 16 replacement for middleware.ts, required .env.local keys, ClerkProvider in app/layout.tsx, and route matchers for pages, API routes, and tRPC endpoints. It covers server components, client components, and server actions for session access, webhook setup, OAuth token verification, and MCP server security with @clerk/mcp-tools. Migration guidance explains the filename change from middleware.ts to proxy.ts with no functional differences. Examples use pnpm to install @clerk/nextjs and configure public, protected, and conditional routes. Developers reach for clerk-nextjs-skills when building multi-tenant SaaS sign-in, migrating Clerk apps to Next.js 16, or securing MCP-enabled AI workflows on Vercel.377installs6Resend Integration Skillsresend-integration-skills is an agent skill from gocallum/nextjs16-agent-skills for adding Resend email to Next.js applications. It guides setup of transactional messages for signup verification, payment receipts, system notifications, and agent-triggered outbound email from server routes or server actions. Developers reach for resend-integration-skills when a Next.js 16 app needs production email without maintaining SMTP infrastructure. The skill encodes Resend SDK patterns, template wiring, and API route integration so email flows ship alongside core product features.352installs7Mcp Server Skillsmcp-server-skills is an AI & Agent Building skill from gocallum/nextjs16-agent-skills documenting a pattern for MCP servers in Next.js 16 App Router. The layout places a transport handler at `app/api/[transport]/route.ts`, shared logic in `app/actions/mcp-actions.ts`, and tool implementations under `lib/`. The skill references mcp-handler for HTTP transport, Model Context Protocol specs, and a Roll Dice reference implementation. Shared Zod schemas keep MCP tool definitions aligned with Next.js server actions so agents get typed, testable boundaries. Developers reach for mcp-server-skills when exposing app capabilities—dice rolls, data lookups, or mutations—to Claude Desktop via mcp-remote or other MCP clients.322installs8Upstash Vector Db Skillsupstash-vector-db-skills is a Claude Code skill for wiring Upstash Vector into Next.js 16 backends deployed on Vercel. It walks through creating a vector index in the Upstash Console, configuring namespaces, selecting embedding models with MixBread AI as the preferred provider, and implementing semantic search and RAG retrieval pipelines. Documented reference links cover getting started, semantic search tutorials, namespace features, and built-in embedding model support. Developers reach for this skill when adding chat memory, product recommendations, or semantic document lookup where embeddings must be stored serverlessly and queried with similarity search. Outputs include index configuration guidance, query patterns, and integration steps aligned to Upstash and Vercel deployment constraints.315installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

gocallum/nextjs16-agent-skills · 8 skills · Skillselion