🎯

expert-driven

🎯Skill

from gocallum/nextjs16-agent-skills

VibeIndex|
What it does

I apologize, but I cannot confidently infer the specific functionality of the "expert-driven" skill from the README provided. The README describes the repository's overall purpose of creating skill...

expert-driven

Installation

Install skill:
npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill expert-driven
29
Last UpdatedJan 21, 2026

Skill Details

SKILL.md

Overview

# Agent Skills

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](https://agentskills.io/) open standard and work with Claude Code, GitHub Copilot, Google Antigravity, and other compatible agents.

Why Latest Versions?

These skills focus on the newest major versions of popular frameworks because:

  • Breaking Changes: Next.js 16, Prisma ORM v7, AI SDK 6, and Auth.js v5 all introduce significant breaking changes that AI agents need to understand to generate correct, modern code
  • Outdated Training Data: Most AI models were trained on older versions and will generate deprecated patterns without explicit guidance
  • Upgrade Assistance: Skills help you migrate existing projects by documenting the exact changes, codemods, and migration paths
  • Latest Patterns: Each skill captures current best practicesβ€”async request APIs in Next.js 16, ESM-only in Prisma 7, ToolLoopAgent in AI SDK 6β€”so your code stays idiomatic

When you use these skills, your AI agent produces code that works with today's APIs, not yesterday's.

Available Skills

πŸ€– AI & Agents

#### ai-agents-ui-skills

Building agentic applications with ToolLoopAgent, workflow patterns, and AI SDK UI components (useChat, generative UIs, tool calling).

#### ai-sdk-6-skills

AI SDK 6 Beta overview including agents, tool approval, Groq (Llama), and Vercel AI Gateway. Key breaking changes from v5 and new patterns.

#### mcp-server-skills

Pattern for building MCP servers in Next.js with mcp-handler, shared Zod schemas, and reusable server actions.

πŸ“§ Integrations & Services

#### resend-integration-skills

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.

πŸš€ Framework & Infrastructure

#### nextjs16-skills

Key facts and breaking changes for Next.js 16. Covers Turbopack bundler, async request APIs, and upgrade path.

#### prisma-orm-v7-skills

Key facts and breaking changes for upgrading to Prisma ORM 7. Covers ESM-only migration, driver adapters, and prisma.config.ts.

#### shadcn-skills

Installation, components, blocks, forms, theming, and MCP guidance for shadcn/ui in modern Next.js projects.

πŸ” Authentication & Security

#### clerk-nextjs-skills

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.

#### authjs-skills

Auth.js v5 setup for Next.js authentication including Google OAuth, credentials provider, environment configuration, and core API integration.

πŸ’Ύ Data & Storage

#### upstash-vector-db-skills

Upstash Vector DB setup, semantic search, namespaces, and embedding models (MixBread preferred). Use when building vector search features on Vercel.

πŸ“‹ Product & Business Analysis

#### ba-prd-skills

PRD Mastery skill for context-aware, expert-driven, and token-efficient Product Requirements Documents.

Installation

Quick Install (npx skills)

Install skills directly using the [skills CLI](https://www.npmjs.com/package/skills):

```bash

npx skills add gocallum/nextjs16-agent-skills

```

Manual Installation

#### Claude Code

Copy the skill folder to your Claude skills directory:

```bash

# 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/

```

#### GitHub Copilot (VS Code)

Copy skills to you

More from this repository10

🎯
prisma-orm-v7-skills🎯Skill

Guides AI agents through Prisma ORM 7 migration, highlighting ESM-only changes, driver adapters, and configuration best practices for modern database interactions.

🎯
nextjs16-skills🎯Skill

Provides AI agents with comprehensive guidance and code generation patterns for Next.js 16's latest features, Turbopack, and async request APIs.

🎯
resend-integration-skills🎯Skill

Enables AI agents to programmatically send transactional and marketing emails using Resend's email service through an MCP protocol integration.

🎯
ai-sdk-6-skills🎯Skill

Provides comprehensive guidance for migrating to and leveraging AI SDK 6's new features, including agent workflows, tool approval mechanisms, and integration with Groq and Vercel AI Gateway.

🎯
mcp-server-skills🎯Skill

Enables building Next.js servers with standardized MCP (Modular Control Protocol) handlers, shared Zod validation schemas, and reusable server actions.

🎯
authjs-skills🎯Skill

Provides comprehensive guidance for implementing and migrating authentication in Next.js 16 using Auth.js v5, covering configuration, providers, and modern authentication patterns.

🎯
clerk-nextjs-skills🎯Skill

Provides comprehensive guidance for integrating Clerk authentication seamlessly with Next.js 16, covering configuration, middleware, and user management best practices.

🎯
upstash-vector-db-skills🎯Skill

Enables AI agents to integrate and work with Upstash Vector Database for efficient vector search and storage in Next.js applications.

🎯
and token-efficient refinement🎯Skill

Refines AI-generated code to minimize token usage while maintaining high-quality, idiomatic implementation across Next.js and related frameworks.

🎯
prd mastery: context-aware🎯Skill

Enhances AI agents' ability to generate precise product requirement documents (PRDs) by dynamically adapting context and understanding nuanced project specifications.