Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Auth0 Agent Skill
Summary
Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
Features
- Router skill that detects intent, framework and tooling before loading references
- Covers 25+ web, mobile, API and desktop frameworks from one skill
- MFA guidance for TOTP, SMS, email, push and WebAuthn
- Tenant audit and healthcheck flows (CheckMate)
- Migration paths from Firebase, Cognito, Supabase and Clerk
- Adapts to Terraform, Auth0 MCP server or the Auth0 CLI
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Usage Instructions
Learn how to use this skill with different AI agents.
Example Usage
Add Auth0 login and a protected dashboard route to this Next.js App Router app, then require MFA for admin users.
Description
Auth0 ships a single consolidated agent skill rather than one skill per SDK, and the design choice is the interesting part. SKILL.md is a router: it first classifies what you are trying to do, then works out what you are building it with, then loads only the reference files that match.
Step 1 — intent. Plain-language requests are mapped onto Auth0 concepts: "make users confirm with a code" becomes feature:mfa, "move us off Firebase" becomes migrate, "why is this token rejected" becomes debug. The vocabulary covers integration, MFA, Organizations for B2B multi-tenancy, custom domains, Advanced Customizations for Universal Login (ACUL), branding, DPoP token binding, tenant audit and healthcheck, rate-limit debugging and SDK major-version upgrades.
Step 2 — framework. Detection runs in tiers: installed Auth0 SDKs in the dependency manifest first, then other workspace signals, then whatever you said in the prompt. More than 25 frameworks are recognised across JavaScript (React, Vue, Angular, Next.js, Nuxt, Express, Fastify), Python (Flask, FastAPI, Django), Java (Spring Boot), .NET (ASP.NET Core, MAUI), PHP, Go, and mobile (Swift, Android, Flutter, React Native, Expo, Ionic). Web apps and APIs are treated as distinct variants because the correct answer differs.
Step 3 — tooling. The skill checks whether the project manages Auth0 through Terraform, the Auth0 MCP server, or the Auth0 CLI, and adjusts its instructions accordingly.
Step 4 — references. Only then does it pull the matching documents into context, which is what keeps a skill this broad from flooding the window.
Migration paths from Firebase, Cognito, Supabase and Clerk are included, as are MFA factor walkthroughs for TOTP, SMS, email, push and WebAuthn.
Install: npx skills add auth0/agent-skills works with Claude Code, Cursor, GitHub Copilot and 40+ other agents; Claude Code users can instead run /plugin install auth0@claude-plugins-official. Some flows expect the auth0 CLI binary on your PATH.
Licence: Apache-2.0, published by Auth0 (Okta). Current version 2.0.1 — note that the earlier per-SDK skills (auth0-react, auth0-nextjs, …) have been folded into this one.
Related Skills
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.
Microsoft's official skill that turns an agent into an Azure solution architect — 10 design principles, 6 architecture styles, 44 design patterns and a Well-Architected review workflow.