Prerequisites
- An Auth0 account (free tier available)
- Your Auth0 domain and client ID from the Auth0 Dashboard
- An AI coding assistant (Claude Code, Cursor, or GitHub Copilot)
Install
- Claude Code
- Cursor
- GitHub Copilot
- Other Agents
Auth0 is on the official Claude Code plugins marketplace (Or type
claude-plugins-official). First, make sure the marketplace is up to date, then install:/plugin in a session, go to the Discover tab, and search “Auth0”.You can also install from your terminal without starting a session:If you get a “not found” error, add the marketplace first and then retry the install:
Try it now
After installing, paste any of these into your AI coding assistant:How it works
1
Describe what you need
Tell your assistant what you want — add login to your React app, secure a Spring Boot API, migrate from Cognito, add MFA, or customize your login page. You don’t need to know which skill or SDK to use.
2
The right skill activates
The assistant reads your project files (
package.json, requirements.txt, build.gradle, etc.), identifies your framework, and activates the matching skill from 25 available.3
You get working code
The skill guides your assistant through the full implementation — installing the right SDK, creating auth routes, configuring environment variables, adding route protection, and following Auth0 best practices.
You don’t need to pick skills manually. Framework detection handles SDK skills automatically, and you can invoke feature skills like MFA or Migration directly by describing what you need.
Available skills
25 skills covering authentication setup, API protection, migration, CLI tooling, and advanced features. Each example prompt below can be pasted directly into your AI coding assistant.Get started
Frontend
Backend & Fullstack
API
Mobile
Advanced
Learn more
Auth0 Agent Skills on GitHub
Source code, all 25 skill definitions, and issue tracker.
Auth0 Quickstarts
Step-by-step guides for manual (non-AI) Auth0 integration.
Auth0 SDKs
SDK documentation and API references.
Agent Skills Specification
The open standard behind agent skills, supported by 40+ AI coding tools.
Get help
- Ask your AI assistant — rephrase your request or provide more context about your project setup
- Open an issue — report bugs or request skills for new frameworks
- Auth0 Community — get help from other Auth0 developers
- Security issues — use the Responsible Disclosure Program