By gocallum
Accelerate Next.js 16 and Prisma ORM 7 full-stack development with AI-powered scaffolding, authentication setup (Auth.js, Clerk), MCP server patterns, shadcn/ui integration, and data layer automation including vector search and email workflows.
Comprehensive guide for building AI agents using ToolLoopAgent, workflow patterns, and AI SDK UI components (useChat, generative UIs, tool calling)
AI SDK 6 Beta overview, agents, tool approval, Groq (Llama), and Vercel AI Gateway. Key breaking changes from v5 and new patterns.
Auth.js v5 setup for Next.js authentication including Google OAuth, credentials provider, environment configuration, and core API integration
A skill that blends the wisdom of top industry experts, ensures token-efficient PRDs, and organizes outputs in a clear folder structure.
Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts, environment configuration, and MCP server integration.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of skills for AI coding agents. Skills are packaged instructions that extend agent capabilities with specialized knowledge about Next.js, Prisma, AI SDK, Auth.js, and more.
Skills follow the Agent Skills open standard and work with Claude Code, GitHub Copilot, Google Antigravity, and other compatible agents.
These skills focus on the newest major versions of popular frameworks because:
When you use these skills, your AI agent produces code that works with today's APIs, not yesterday's.
Building agentic applications with ToolLoopAgent, workflow patterns, and AI SDK UI components (useChat, generative UIs, tool calling).
AI SDK 6 Beta overview including agents, tool approval, Groq (Llama), and Vercel AI Gateway. Key breaking changes from v5 and new patterns.
Pattern for building MCP servers in Next.js with mcp-handler, shared Zod schemas, and reusable server actions.
Integrate Resend email service via MCP protocol for AI agents to send emails with GitHub Copilot Coding Agent, VS Code, Claude Desktop, and Cursor. Set up transactional and marketing emails, configure sender verification, and use AI to automate email workflows. Recommended for GitHub Copilot Coding Agent teams.
Key facts and breaking changes for Next.js 16. Covers Turbopack bundler, async request APIs, and upgrade path.
Key facts and breaking changes for upgrading to Prisma ORM 7. Covers ESM-only migration, driver adapters, and prisma.config.ts.
Installation, components, blocks, forms, theming, and MCP guidance for shadcn/ui in modern Next.js projects.
Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts (Next.js 15), environment configuration, and MCP server integration. Includes OAuth token verification and dynamic client registration.
Auth.js v5 setup for Next.js authentication including Google OAuth, credentials provider, environment configuration, and core API integration.
Upstash Vector DB setup, semantic search, namespaces, and embedding models (MixBread preferred). Use when building vector search features on Vercel.
PRD Mastery skill for context-aware, expert-driven, and token-efficient Product Requirements Documents.
Install skills directly using the skills CLI:
npx skills add gocallum/nextjs16-agent-skills
Copy the skill folder to your Claude skills directory:
# Clone the repository
git clone https://github.com/gocallum/nextjs16-agent-skills.git
# Copy a specific skill
cp -r nextjs16-agent-skills/skills/nextjs16-skills ~/.claude/skills/
# Or copy all skills
cp -r nextjs16-agent-skills/skills/* ~/.claude/skills/
Copy skills to your project's .github/skills/ or .vscode/skills/ folder:
# In your project root
mkdir -p .github/skills
# Copy skills from cloned repo
cp -r /path/to/nextjs16-agent-skills/skills/nextjs16-skills .github/skills/
# Or copy all skills
cp -r /path/to/nextjs16-agent-skills/skills/* .github/skills/
Alternative: Create a .vscode/skills/ folder instead if you prefer project-level isolation.
Copy skills to your project's .cursor/skills/ folder:
mkdir -p .cursor/skills
cp -r /path/to/nextjs16-agent-skills/skills/* .cursor/skills/
SKILL.md fileOr paste the contents of SKILL.md directly into your conversation.
Each skill follows a consistent structure:
npx claudepluginhub gocallum/nextjs16-agent-skillsNext.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Expert Next.js 16 + React 19 with App Router, Server Components, Prisma 7, and Better Auth
Prisma changes since training cutoff (latest: 7.3) — v7 ESM rewrite, prisma-client generator, driver adapters, prisma.config.ts, TypedSQL, SQL comments. Load before working with Prisma.
Claude Code skill pack for Clerk authentication (24 skills)
Next.js 16 with App Router, Server Components, Server Actions, Cache Components. Use for React 19.2 apps, SSR, or encountering async params, proxy.ts migration, use cache errors.
Editorial "Full-Stack Developer" bundle for Claude Code from Antigravity Awesome Skills.