Agent skills for integrating Auth0 authentication into any application, framework, or platform.
npx claudepluginhub auth0/agent-skillsEssential Auth0 skills including quickstarts, migration from other providers, and Multi-Factor Authentication (MFA).
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories

📚 Documentation • 🚀 Getting Started • 💬 Feedback
AI agent skills for Auth0 authentication integration. These skills help AI coding assistants (Claude Code, Cursor, Copilot) implement Auth0 correctly across any framework.
Agent Skills are structured instructions that help AI agents implement features correctly. Each skill contains best practices, code patterns, and step-by-step guidance for Auth0 integration.
Learn more at agentskills.io and skills.sh
Get Auth0 up running in your app in minutes:
Install the Auth0 skills (choose one method): Option 1: Via Skills CLI (fastest)
npx skills add auth0/agent-skills
Option 2: Via Claude Code marketplace
# Open Claude Code
claude
# Add the Auth0 marketplace
/plugin marketplace add auth0/agent-skills
# Install plugins
/plugin install auth0@auth0-agent-skills
/plugin install auth0-sdks@auth0-agent-skills
Ask your AI assistant to add Auth0:
"Add authentication to my React app"
"Implement login with Auth0"
"Add MFA to my application"
That's it! Your AI assistant will setup Auth0 on your app and you will have production-ready authentication powered by Auth0.
We offer two separate plugins for flexible installation:
claude
Add the Auth0 agent skills marketplace to Claude Code:
# From GitHub
/plugin marketplace add auth0/agent-skills
# Or from local path
/plugin marketplace add /path/to/agent-skills
Auth0 Core Skills Plugin
Essential skills for getting started and advanced security:
auth0-quickstart - Framework detection and routingauth0-migration - Migrate from other auth providersauth0-mfa - Multi-Factor Authentication/plugin install auth0@auth0-agent-skills
Auth0 SDK Skills Plugin
Framework-specific implementation guides:
auth0-react - React SPAsauth0-nextjs - Next.js (App Router & Pages Router)auth0-nuxt - Nuxt 3/4 applicationsauth0-vue - Vue.js 3auth0-angular - Angular 12+auth0-express - Express.jsauth0-fastify - Fastify web applicationsauth0-fastify-api - Fastify API authenticationauth0-react-native - React Native & Expo/plugin install auth0-sdks@auth0-agent-skills
Recommendation: Install both plugins for complete Auth0 integration coverage:
/plugin install auth0@auth0-agent-skills auth0-sdks@auth0-agent-skills
Install all skills using the Skills CLI:
# Install all skills from both plugins
npx skills add auth0/agent-skills
# Install skills from a specific plugin
npx skills add auth0/agent-skills/plugins/auth0
npx skills add auth0/agent-skills/plugins/auth0-sdks
# Install individual skills
npx skills add auth0/agent-skills/plugins/auth0/skills/auth0-quickstart
npx skills add auth0/agent-skills/plugins/auth0-sdks/skills/auth0-react
Clone the repository and copy skills to your Claude configuration:
# Clone the repository
git clone https://github.com/auth0/agent-skills.git
# Copy all skills from both plugins
cp -r agent-skills/plugins/auth0/skills/* ~/.claude/skills/
cp -r agent-skills/plugins/auth0-sdks/skills/* ~/.claude/skills/
# Or copy to your project's Claude skills directory
cp -r agent-skills/plugins/*/skills/* .claude/skills/
| Skill | Description | Version |
|---|---|---|
| auth0-quickstart | Framework detector and router | v1.0.0 |
| auth0-migration | Migrate from other auth providers | v1.0.0 |
| auth0-mfa | Multi-Factor Authentication | v1.0.0 |