·clerk-nextjs-skills
</>

clerk-nextjs-skills

gocallum/nextjs16-agent-skills

Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts, environment configuration, and MCP server integration.

121Installs·5Trend·@gocallum

Installation

$npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill clerk-nextjs-skills

SKILL.md

The proxy.ts file replaces middleware.ts from Next.js 15. Create it at the root or in /src:

Visit http://localhost:3000 and click "Sign Up" to create your first user.

By default, clerkMiddleware() does not protect routes—all are public. Use auth.protect() to require authentication:

Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts, environment configuration, and MCP server integration. Source: gocallum/nextjs16-agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill clerk-nextjs-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is clerk-nextjs-skills?

Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts, environment configuration, and MCP server integration. Source: gocallum/nextjs16-agent-skills.

How do I install clerk-nextjs-skills?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gocallum/nextjs16-agent-skills --skill clerk-nextjs-skills Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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