auth

Integrate Clerk, Descope, or Auth0 authentication into Next.js apps.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/Moisesjr20/gueclaw --skill auth-moisesjr20
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth
Source: https://github.com/Moisesjr20/gueclaw/tree/main/.agents/skills/auth
Command: npx skills add https://github.com/Moisesjr20/gueclaw --skill auth-moisesjr20

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns, sign-in/sign-up flows, and marketplace provisioning. Use when implementing user authentication.

Core Features & Use Cases

  • Clerk integration with Next.js middleware and Sign-In/Sign-Up flows
  • Descope and Auth0 provider setup, with server- and client-side usage
  • Marketplace provisioning and environment configuration for streamlined deployments

Quick Start

Install a provider (Clerk, Descope, or Auth0) and follow the middleware setup and example flows to enable authentication in your Next.js app.

Frequently Asked Questions about auth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Next.js middleware for Clerk authentication?

This Skill provides end-to-end guidance to integrate Clerk authentication in Next.js, covering middleware configuration, sign-in/sign-up flows, and Marketplace provisioning for streamlined deployments.

Can I use Auth0 for sign-in and sign-up flows in a Next.js app?

Yes, this Skill provides Auth0 provider setup guidance for Next.js apps, covering server- and client-side usage, middleware configuration, and secure session management practices.

What is the best way to configure Descope authentication with Next.js middleware?

This Skill provides Descope provider setup guidance for Next.js, including middleware configuration, server- and client-side usage, and example sign-in/sign-up flows for secure authentication.

Does this auth integration support Vercel Marketplace provisioning?

Yes, this Skill covers Marketplace provisioning and environment configuration for Clerk, Descope, and Auth0, enabling streamlined deployments across modern Next.js projects.

How do I manage secure user sessions across different Next.js auth providers?

This Skill covers secure session management practices across Clerk, Descope, and Auth0 integrations in Next.js, providing provider-specific middleware usage and configuration guidance.

Do I need to install separate packages for Clerk, Descope, or Auth0 in Next.js?

Yes, you need to install your chosen provider package such as Clerk, Descope, or Auth0, then follow the middleware setup and example flows to enable authentication in your Next.js app.