·clerk-validator
</>

clerk-validator

shipshitdev/library

Validate Clerk authentication configuration and detect deprecated patterns. Ensures proper proxy.ts usage (Next.js 16), ClerkProvider setup, and modern auth patterns. Use before any Clerk work or when auditing existing auth implementations.

36Installs·0Trend·@shipshitdev

Installation

$npx skills add https://github.com/shipshitdev/library --skill clerk-validator

SKILL.md

Validates Clerk authentication configuration and prevents deprecated patterns. AI assistants often generate old Clerk patterns - this skill enforces modern Clerk with Next.js 16.

| authMiddleware() | clerkMiddleware() | | middleware.ts | proxy.ts (Next.js 16) | | getAuth() | auth() | | @clerk/nextjs < v5 | @clerk/nextjs@latest | | app.tsx provider | app/layout.tsx provider | | withClerkMiddleware | clerkMiddleware() |

Validate Clerk authentication configuration and detect deprecated patterns. Ensures proper proxy.ts usage (Next.js 16), ClerkProvider setup, and modern auth patterns. Use before any Clerk work or when auditing existing auth implementations. Source: shipshitdev/library.

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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/shipshitdev/library --skill clerk-validator
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is clerk-validator?

Validate Clerk authentication configuration and detect deprecated patterns. Ensures proper proxy.ts usage (Next.js 16), ClerkProvider setup, and modern auth patterns. Use before any Clerk work or when auditing existing auth implementations. Source: shipshitdev/library.

How do I install clerk-validator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/shipshitdev/library --skill clerk-validator 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/shipshitdev/library