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 guidance loads
The
auth0 skill’s router reads your project files (package.json, requirements.txt, build.gradle, etc.), identifies your framework, and loads the matching reference files for your stack.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.
With a single
auth0 skill, you don’t need to pick anything manually. It detects your framework automatically and handles features, like Multi-factor authentication (MFA), when you describe what you need. If your assistant doesn’t pick it up automatically, then invoke it explicitly with /auth0.Skill capabilities
Theauth0 skill handles authentication setup, API protection, migration, CLI tooling, and advanced features across the frameworks below. Each example prompt 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, the
auth0 skill definition, 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