nextjs▌
42 indexed skills · max 10 per page
nextjs-shadcn
laguagu/claude-code-nextjs-skills · Frontend
Build distinctive, production-grade interfaces that avoid generic "AI slop" aesthetics.
clerk-nextjs-skills
gocallum/nextjs16-agent-skills · Frontend
The proxy.ts file replaces middleware.ts from Next.js 15. Create it at the root or in /src:
nextjs-16-complete-guide
fernandofuc/nextjs-claude-setup · Frontend
Comprehensive reference for Next.js 16's revolutionary features: Cache Components with "use cache", stable Turbopack as default bundler, proxy.ts architecture, DevTools MCP integration, and React Compiler support.
nextjs-app-router-patterns
sickn33/antigravity-awesome-skills · Frontend
$22
nextjs-authentication
giuseppe-trisciuoglio/developer-kit · Frontend
Provides authentication implementation patterns for Next.js 15+ App Router using Auth.js 5 (NextAuth.js), covering the complete authentication lifecycle from initial setup to production-ready role-based access control implementations.
nextjs-deployment
giuseppe-trisciuoglio/developer-kit · Frontend
Deploy Next.js applications to production with Docker, CI/CD pipelines, and comprehensive monitoring.
nextjs-supabase-auth
davila7/claude-code-templates · Frontend
$21
sentry-nextjs-sdk
getsentry/sentry-for-ai · Frontend
sentry-nextjs-sdk
vinext-vite-nextjs
aradotso/trending-skills · Frontend
Skill by ara.so — Daily 2026 Skills collection.
nextjs-performance
giuseppe-trisciuoglio/developer-kit · Frontend
Comprehensive Next.js performance optimization covering Core Web Vitals, modern React patterns, and production-grade techniques. \n \n Covers Core Web Vitals optimization (LCP, INP, CLS), image/font optimization with next/image and next/font , and caching strategies using unstable_cache and revalidateTag \n Guides conversion of Client Components to Server Components, implementation of Suspense streaming for progressive loading, and bundle size reduction through code splitting \n Includes Next.js