[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-auth0-auth0-nextjs-de":3,"guides-for-auth0-auth0-nextjs":800,"similar-k17cts1j65mahq0p4y7cagrsnd86ndxf-de":801},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":256,"isFallback":253,"parentExtension":261,"providers":298,"relations":302,"repo":303,"tags":798,"workflow":799},1778682677410.0347,"k17cts1j65mahq0p4y7cagrsnd86ndxf",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Use when adding authentication to Next.js applications (login, logout, protected pages, middleware, server components) - supports App Router and Pages Router with @auth0/nextjs-auth0 SDK.",{"claudeCode":12},"auth0/agent-skills","Auth0 Next.js","https://github.com/auth0/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":236,"workflow":254},1778683195282.0706,"kn7ar7rq3hav80vjtye6ww9nds86m5hw","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":205,"prerequisites":206,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":222,"tier":223,"useCases":224,"workflow":229},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,140,143,146,149,153,156,159,162,165,168,171,175,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of adding authentication to Next.js applications, specifying supported routers and the SDK used.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured workflow and detailed guidance for integrating a specific authentication SDK (@auth0/nextjs-auth0) into Next.js applications, which goes beyond basic prompt capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle for adding Auth0 authentication, including setup, configuration, middleware, client-side hooks, and server-side methods, making it suitable for production workflows.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on integrating Auth0 authentication into Next.js applications, aligning with its name and description without expanding into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities and target audience, clearly stating its purpose for adding authentication to Next.js apps with specific routers and SDK.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The skill clearly states its purpose (adding Auth0 authentication to Next.js apps) and when to use it (supporting App/Pages Router with @auth0/nextjs-auth0 SDK), and when NOT to use it (client-side only React, non-Next.js frameworks).",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability, including supported routers and SDK, with clear trigger phrases.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The skill body is well-structured and avoids excessive length by deferring detailed API references and setup guides to separate markdown files.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed setup and integration patterns are appropriately delegated to separate reference files (`setup.md`, `integration.md`, `api.md`), allowing the main SKILL.md to remain concise.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill focuses on code generation and configuration rather than deep exploration or research, so forked exploration is not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The SKILL.md and reference files provide numerous clear, end-to-end examples for various scenarios like protected pages, API routes, and middleware, demonstrating expected inputs and outputs.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The skill addresses common mistakes and troubleshooting steps, including error messages and their potential causes and fixes, which function as handling for edge cases and limitations.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","This skill does not rely on external MCPs or custom tooling; it uses the @auth0/nextjs-auth0 SDK directly, making tool fallback checks not applicable.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The skill guides the user through a structured setup process and provides troubleshooting steps for common issues, implying that unexpected states like missing configurations would halt the workflow until resolved.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and focuses on Auth0 integration within Next.js, referencing related Auth0 skills but not implicitly relying on them for its core functionality.",{"category":40,"check":77,"severity":56,"summary":78},"Scoped tools","This skill does not expose explicit tools or commands in the traditional sense; its functionality is enacted through generated code and configuration instructions.",{"category":47,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","Environment variables and key configuration aspects are clearly documented, with defaults implied or explicitly stated, and instructions for manual setup are provided.",{"category":33,"check":83,"severity":56,"summary":84},"Tool naming","No explicit tools are exposed by this skill, rendering tool naming checks inapplicable.",{"category":33,"check":86,"severity":56,"summary":87},"Minimal I/O surface","As this skill generates code and configuration rather than exposing callable tools, I/O surface checks are not applicable.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The license is Apache-2.0, a permissive open-source license, clearly indicated in both the SKILL.md frontmatter and the bundled LICENSE file.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The last commit was on 2026-05-13, well within the last 3 months, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The skill instructs the user to install the `@auth0/nextjs-auth0` SDK, which is standard practice, and the documentation implies using `npm install` or `yarn add`, which are common package managers.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","The skill correctly instructs users to store secrets like `AUTH0_SECRET` and `AUTH0_CLIENT_SECRET` in `.env.local` and advises against committing this file to version control, also noting the need to generate a secure secret.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill provides code snippets and configuration instructions; it does not load or execute external data as instructions.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill relies on the `@auth0/nextjs-auth0` SDK and standard npm package installation; there are no runtime downloads or execution of uncommitted code.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill focuses on code generation and configuration within the user's project structure, not on modifying files outside the project or its immediate dependencies.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","The skill's instructions and code snippets do not contain any primitives that would allow escaping a sandbox environment.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill instructs on handling authentication secrets securely and does not contain any outbound calls or instructions that would exfiltrate confidential data.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content and documentation do not contain any hidden text tricks, control characters, or other obfuscation methods.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The skill provides clear, readable TypeScript code snippets and bash scripts; there is no obfuscation, base64 payloads, or runtime fetched code.",{"category":73,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill accounts for project structure variations (presence of `src/` directory) and provides clear instructions for placing files, making it portable across different Next.js project layouts.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","With 1 issue opened and 3 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The SKILL.md frontmatter declares a version ('1.0.0'), and the `pushedAt` timestamp indicates recent activity.",{"category":137,"check":138,"severity":24,"summary":139},"Execution","Validation","The skill provides clear instructions for setting up environment variables and SDK configuration, and the code snippets appear to follow standard TypeScript practices, implying robust handling of inputs.",{"category":100,"check":141,"severity":24,"summary":142},"Unguarded Destructive Operations","The skill primarily involves code generation and configuration, not destructive operations; any file modifications (like .env.local) are explicitly guided and require user confirmation.",{"category":65,"check":144,"severity":24,"summary":145},"Error Handling","The skill provides detailed troubleshooting steps and common mistake resolutions, which cover potential error paths and guide users toward recovery.",{"category":65,"check":147,"severity":56,"summary":148},"Logging","This skill does not perform destructive actions or outbound calls that require local audit logging.",{"category":150,"check":151,"severity":24,"summary":152},"Compliance","GDPR","The skill focuses on authentication configuration and does not inherently operate on personal data beyond what's necessary for user authentication, which is handled by the Auth0 service.",{"category":150,"check":154,"severity":24,"summary":155},"Target market","The skill is globally applicable to Next.js applications and does not have any regional or jurisdictional limitations.",{"category":73,"check":157,"severity":24,"summary":158},"Runtime stability","The skill relies on standard npm/yarn package management and Next.js conventions, ensuring broad compatibility across POSIX-like environments and Node.js runtimes.",{"category":47,"check":160,"severity":24,"summary":161},"README","The README provides a clear overview, installation instructions for various agents, and links to detailed documentation, serving its purpose effectively.",{"category":33,"check":163,"severity":56,"summary":164},"Tool surface size","This skill does not expose multiple distinct tools; it provides code and configuration instructions, making tool surface size checks irrelevant.",{"category":40,"check":166,"severity":56,"summary":167},"Overlapping near-synonym tools","This skill does not expose tools that could have overlapping synonyms.",{"category":47,"check":169,"severity":24,"summary":170},"Phantom features","All features described in the README and SKILL.md, such as setup, protected pages, and API routes, have corresponding code snippets and instructions within the skill's documentation.",{"category":172,"check":173,"severity":24,"summary":174},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for multiple agents (Claude Code, Cursor, Skills CLI) and includes an example prompt.",{"category":176,"check":177,"severity":24,"summary":178},"Errors","Actionable error messages","The skill includes a 'Common Mistakes' and 'Troubleshooting' section that addresses potential errors, providing causes and remediation steps.",{"category":137,"check":180,"severity":24,"summary":181},"Pinned dependencies","The skill instructs users to use `npm install` and mentions the specific SDK, implying standard dependency management practices and the use of lockfiles like `package-lock.json` or `yarn.lock`.",{"category":33,"check":183,"severity":56,"summary":184},"Dry-run preview","This skill does not involve state-changing commands or outward data sending that would necessitate a dry-run preview.",{"category":186,"check":187,"severity":56,"summary":188},"Protocol","Idempotent retry & timeouts","The skill focuses on code generation and configuration, not on remote calls or state-changing operations that would require idempotency or timeouts.",{"category":150,"check":190,"severity":24,"summary":191},"Telemetry opt-in","There is no mention of telemetry collection within the skill's documentation; it focuses on providing setup and integration guidance.",1778683195178,"This skill guides users through integrating Auth0 authentication into Next.js applications, supporting both App Router and Pages Router. It provides step-by-step instructions for SDK installation, environment configuration, middleware setup, and client/server-side code examples.",[195,196,197,198,199],"Supports Next.js App Router and Pages Router","Integrates with @auth0/nextjs-auth0 SDK","Provides setup, configuration, and code examples","Includes guidance on middleware and protected routes","Offers troubleshooting for common issues",[201,202,203,204],"Client-side only React SPAs","React Native mobile apps","Non-Next.js web frameworks","Stateless API authentication without session management",[],[207,208,209],"Next.js 13+ application (App Router or Pages Router)","Auth0 account and application configured","If you don't have Auth0 set up yet, use the `auth0-quickstart` skill first","3.0.0","4.4.0","To simplify and expedite the process of adding robust authentication to Next.js applications using Auth0.","All checks passed with 'pass' or 'not_applicable' severity, indicating a high-quality, well-documented, and secure skill.",100,"Excellent skill for integrating Auth0 authentication into Next.js applications.",[217,218,219,220,221],"nextjs","auth0","authentication","typescript","web-development","global","verified",[225,226,227,228],"Adding login, logout, and protected pages to a Next.js app","Configuring Auth0 authentication for server components","Implementing server-side session management in Next.js","Securing API routes within a Next.js application",[230,231,232,233,234,235],"Install @auth0/nextjs-auth0 SDK","Configure environment variables (.env.local)","Create Auth0 client and middleware","Add user context (optional)","Add authentication UI","Test authentication flow",{"codeQuality":237,"collectedAt":239,"documentation":240,"maintenance":243,"security":250,"testCoverage":252},{"hasLockfile":238},false,1778683174163,{"descriptionLength":241,"readmeSize":242},187,7769,{"closedIssues90d":244,"forks":245,"hasChangelog":238,"manifestVersion":246,"openIssues90d":247,"pushedAt":248,"stars":249},3,10,"1.0.0",1,1778675325000,20,{"hasNpmPackage":238,"license":251,"smitheryVerified":238},"Apache-2.0",{"hasCi":253,"hasTests":253},true,{"updatedAt":255},1778683195282,{"basePath":257,"githubOwner":218,"githubRepo":258,"locale":18,"slug":259,"type":260},"plugins/auth0/skills/auth0-nextjs","agent-skills","auth0-nextjs","skill",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":269,"parentExtension":272,"providers":273,"relations":292,"tags":294,"workflow":295},1778682677410.0303,"k17b52m0t4j5ryyvea95kdqqr186nk9e",{"reviewCount":8},{"description":266,"installMethods":267,"name":268,"sourceUrl":14},"Auth0 skills for quickstarts, migration, MFA, Advanced Custom Universal Login (ACUL) screen generation, and framework-specific SDK integrations for React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, Go, Java MVC, Spring Boot, Swift, Android, ASP.NET Core, React Native, Expo, Ionic React (Capacitor), Ionic Angular (Capacitor), and Ionic Vue (Capacitor).",{"claudeCode":218},"Auth0",{"basePath":270,"githubOwner":218,"githubRepo":258,"locale":18,"slug":218,"type":271},"plugins/auth0","plugin",null,{"evaluate":274,"extract":287},{"promptVersionExtension":210,"promptVersionScoring":211,"score":275,"tags":276,"targetMarket":222,"tier":286},78,[219,218,277,278,279,280,281,282,283,284,285],"security","jwt","oauth","spa","web","mobile","backend","frontend","migration","community",{"commitSha":288,"license":251,"plugin":289},"HEAD",{"mcpCount":8,"provider":290,"skillCount":291},"classify",28,{"repoId":293},"kd7d2wx4927yddhxgfpzw6t10x86m349",[218,219,283,284,278,285,282,279,277,280,281],{"evaluatedAt":296,"extractAt":297,"updatedAt":296},1778682712627,1778682677410,{"evaluate":299,"extract":301},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":300,"targetMarket":222,"tier":223},[217,218,219,220,221],{"commitSha":288,"license":251},{"parentExtensionId":263,"repoId":293},{"_creationTime":304,"_id":293,"identity":305,"providers":306,"workflow":794},1778682673018.1855,{"githubOwner":218,"githubRepo":258,"sourceUrl":14},{"classify":307,"discover":788,"github":791},{"commitSha":288,"extensions":308},[309,326,392,430,444,455,466,476,507,518,529,537,545,556,567,578,589,600,615,627,635,648,661,672,684,706,717,745,756,777],{"basePath":310,"description":311,"displayName":312,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":325},"","Agent skills for integrating Auth0 authentication into any application, framework, or platform.","auth0-agent-skills",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule","marketplace",{"basePath":270,"description":266,"displayName":218,"installMethods":327,"rationale":328,"selectedPaths":329,"source":324,"sourceLanguage":18,"type":271},{"claudeCode":218},"plugin manifest at plugins/auth0/.claude-plugin/plugin.json",[330,332,333,336,338,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390],{"path":331,"priority":318},".claude-plugin/plugin.json",{"path":320,"priority":318},{"path":334,"priority":335},"skills/acul-screen-generator/SKILL.md","medium",{"path":337,"priority":335},"skills/auth0-android/SKILL.md",{"path":339,"priority":335},"skills/auth0-angular/SKILL.md",{"path":341,"priority":335},"skills/auth0-aspnetcore-api/SKILL.md",{"path":343,"priority":335},"skills/auth0-cli/SKILL.md",{"path":345,"priority":335},"skills/auth0-expo/SKILL.md",{"path":347,"priority":335},"skills/auth0-express/SKILL.md",{"path":349,"priority":335},"skills/auth0-fastapi-api/SKILL.md",{"path":351,"priority":335},"skills/auth0-fastify/SKILL.md",{"path":353,"priority":335},"skills/auth0-fastify-api/SKILL.md",{"path":355,"priority":335},"skills/auth0-flask/SKILL.md",{"path":357,"priority":335},"skills/auth0-ionic-angular/SKILL.md",{"path":359,"priority":335},"skills/auth0-ionic-react/SKILL.md",{"path":361,"priority":335},"skills/auth0-ionic-vue/SKILL.md",{"path":363,"priority":335},"skills/auth0-java-mvc-common/SKILL.md",{"path":365,"priority":335},"skills/auth0-mfa/SKILL.md",{"path":367,"priority":335},"skills/auth0-migration/SKILL.md",{"path":369,"priority":335},"skills/auth0-nextjs/SKILL.md",{"path":371,"priority":335},"skills/auth0-nuxt/SKILL.md",{"path":373,"priority":335},"skills/auth0-quickstart/SKILL.md",{"path":375,"priority":335},"skills/auth0-react/SKILL.md",{"path":377,"priority":335},"skills/auth0-react-native/SKILL.md",{"path":379,"priority":335},"skills/auth0-spa-js/SKILL.md",{"path":381,"priority":335},"skills/auth0-springboot-api/SKILL.md",{"path":383,"priority":335},"skills/auth0-swift/SKILL.md",{"path":385,"priority":335},"skills/auth0-vue/SKILL.md",{"path":387,"priority":335},"skills/express-oauth2-jwt-bearer/SKILL.md",{"path":389,"priority":335},"skills/go-jwt-middleware/SKILL.md",{"path":391,"priority":323},".cursor-plugin/plugin.json",{"basePath":393,"description":394,"displayName":395,"installMethods":396,"rationale":397,"selectedPaths":398,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/acul-screen-generator","Generates complete, branded Auth0 Advanced Custom Universal Login (ACUL) screen implementations using the React or Vanilla JS SDK. Use when a developer asks to create, add, or modify ACUL login screens with custom branding, social login, theming, or specific authentication flows. Triggers on requests like \"generate a custom login screen\", \"add a signup screen to my ACUL project\", \"customize my Auth0 Universal Login with our brand colors\", \"apply our theme to all ACUL screens\", or any task involving Auth0 Universal Login customization with @auth0/auth0-acul-react or @auth0/auth0-acul-js.","acul-screen-generator",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/acul-screen-generator/SKILL.md",[399,401,404,406,408,410,412,414,416,418,420,422,424,426,428],{"path":400,"priority":318},"SKILL.md",{"path":402,"priority":403},"assets/js-templates/login-id.js","low",{"path":405,"priority":403},"assets/js-templates/login-password.js",{"path":407,"priority":403},"assets/react-templates/login-id.tsx",{"path":409,"priority":403},"assets/react-templates/login-password.tsx",{"path":411,"priority":403},"assets/theme-templates/globals.css",{"path":413,"priority":403},"assets/theme-templates/tailwind.config.ts",{"path":415,"priority":403},"assets/theme-templates/theme-provider.ts",{"path":417,"priority":403},"assets/theme-templates/tokens.css",{"path":419,"priority":335},"references/acul-js-sdk.md",{"path":421,"priority":335},"references/acul-react-sdk.md",{"path":423,"priority":335},"references/cli-commands.md",{"path":425,"priority":335},"references/screen-catalog.md",{"path":427,"priority":335},"references/social-providers.md",{"path":429,"priority":335},"references/theming-patterns.md",{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-android","Use when adding authentication to Android applications (Kotlin/Java) with Web Auth, biometric-protected credentials, and MFA - integrates com.auth0.android:auth0 SDK for native Android apps","auth0-android",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-android/SKILL.md",[437,438,440,442],{"path":400,"priority":318},{"path":439,"priority":335},"references/api.md",{"path":441,"priority":335},"references/integration.md",{"path":443,"priority":335},"references/setup.md",{"basePath":445,"description":446,"displayName":447,"installMethods":448,"rationale":449,"selectedPaths":450,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-angular","Use when adding authentication to Angular applications with route guards and HTTP interceptors - integrates @auth0/auth0-angular SDK for SPAs","auth0-angular",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-angular/SKILL.md",[451,452,453,454],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":456,"description":457,"displayName":458,"installMethods":459,"rationale":460,"selectedPaths":461,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-aspnetcore-api","Use when securing ASP.NET Core Web API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates Auth0.AspNetCore.Authentication.Api for REST APIs receiving access tokens from frontends or mobile apps. Also handles DPoP proof-of-possession token binding. Triggers on: AddAuth0ApiAuthentication, .NET Web API auth, JWT validation, UseAuthentication, UseAuthorization.","auth0-aspnetcore-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-aspnetcore-api/SKILL.md",[462,463,464,465],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-cli","Reference for Auth0 CLI commands — apps, apis, users, roles, organizations, actions, logs, custom domains, universal-login, terraform, raw API mode, and --json output. Use this skill whenever you need to run Auth0 CLI commands to create or manage applications, APIs, users, roles, organizations, actions, log streams, custom domains, or Universal Login configuration, or when you need to call the Auth0 Management API directly. Trigger on prompts like \"create an Auth0 app\", \"list my Auth0 users\", \"assign a role\", \"set up an organization\", \"deploy an action\", \"configure a custom domain\", \"generate Terraform for Auth0\", \"stream Auth0 logs\", \"call the Management API\", or any task involving the auth0 CLI tool.","auth0-cli",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-cli/SKILL.md",[473,474],{"path":400,"priority":318},{"path":475,"priority":335},"references/cli.md",{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-expo","Use when adding authentication to Expo (React Native) mobile apps — login, logout, user sessions, protected routes, biometrics, or token management. Integrates react-native-auth0 SDK with Expo Config Plugin for native iOS/Android builds. Trigger for any Expo project needing Auth0, including app.json plugin config, custom scheme setup, or credential management. Do NOT use for bare React Native CLI projects (use auth0-react-native), React web apps (use auth0-react), Next.js (use auth0-nextjs), or backend APIs.","auth0-expo",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-expo/SKILL.md",[483,484,485,486,487,489,491,493,495,497,499,501,503,505],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"path":488,"priority":403},"scripts/bootstrap.mjs",{"path":490,"priority":403},"scripts/package.json",{"path":492,"priority":403},"scripts/utils/app-json-writer.mjs",{"path":494,"priority":403},"scripts/utils/auth0-api.mjs",{"path":496,"priority":403},"scripts/utils/change-plan.mjs",{"path":498,"priority":403},"scripts/utils/clients.mjs",{"path":500,"priority":403},"scripts/utils/connections.mjs",{"path":502,"priority":403},"scripts/utils/discovery.mjs",{"path":504,"priority":403},"scripts/utils/helpers.mjs",{"path":506,"priority":403},"scripts/utils/validation.mjs",{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-express","Use when adding authentication (login, logout, protected routes) to Express.js web applications - integrates express-openid-connect for session-based auth.","auth0-express",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-express/SKILL.md",[514,515,516,517],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-fastapi-api","Use when securing FastAPI API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates auth0-fastapi-api for REST APIs receiving access tokens from SPAs, mobile apps, or other clients. Also handles DPoP proof-of-possession token binding. Triggers on: Auth0FastAPI, FastAPI API auth, JWT validation, require_auth, DPoP.","auth0-fastapi-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-fastapi-api/SKILL.md",[525,526,527,528],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-fastify","Use when adding authentication (login, logout, protected routes) to Fastify web applications - integrates @auth0/auth0-fastify for session-based auth. For stateless Fastify APIs use auth0-fastify-api instead.","auth0-fastify",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-fastify/SKILL.md",[536],{"path":400,"priority":318},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-fastify-api","Use when securing Fastify API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates @auth0/auth0-fastify-api for REST APIs receiving access tokens from frontends or mobile apps.","auth0-fastify-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-fastify-api/SKILL.md",[544],{"path":400,"priority":318},{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-flask","Use when adding login, logout, and user profile to a Flask web application using session-based authentication - integrates auth0-server-python for server-rendered apps with login/callback/profile/logout flows.","auth0-flask",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-flask/SKILL.md",[552,553,554,555],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-ionic-angular","Use when adding Auth0 authentication to an Ionic Angular application with Capacitor — integrates @auth0/auth0-angular SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.","auth0-ionic-angular",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-ionic-angular/SKILL.md",[563,564,565,566],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-ionic-react","Use when adding Auth0 authentication to an Ionic React application with Capacitor — integrates @auth0/auth0-react SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.","auth0-ionic-react",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-ionic-react/SKILL.md",[574,575,576,577],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":579,"description":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-ionic-vue","Use when adding Auth0 authentication to an Ionic Vue application with Capacitor — integrates @auth0/auth0-vue SDK with Capacitor Browser and App plugins for native iOS/Android deep linking, login, logout, and user profile display.","auth0-ionic-vue",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-ionic-vue/SKILL.md",[585,586,587,588],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-java-mvc-common","Use when adding Auth0 login, logout, and callback handling to Java Servlet web applications - integrates com.auth0:mvc-auth-commons SDK for server-side Java apps using javax.servlet with session-based authentication. Triggers on AuthenticationController, AuthorizeUrl, Tokens, IdentityVerificationException, Java MVC auth.","auth0-java-mvc-common",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-java-mvc-common/SKILL.md",[596,597,598,599],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-mfa","Use when adding MFA, 2FA, TOTP, SMS codes, push notifications, passkeys, or when requiring step-up verification for sensitive operations or meeting compliance requirements (HIPAA, PCI-DSS) - covers adaptive and risk-based authentication with Auth0.","auth0-mfa",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-mfa/SKILL.md",[607,608,610,611,613],{"path":400,"priority":318},{"path":609,"priority":335},"references/advanced.md",{"path":439,"priority":335},{"path":612,"priority":335},"references/backend.md",{"path":614,"priority":335},"references/examples.md",{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-migration","Use when migrating or switching from an existing auth provider (Firebase, Cognito, Supabase, Clerk, custom auth) to Auth0 - covers bulk user import, gradual migration strategies, code migration patterns, and JWT validation updates.","auth0-migration",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-migration/SKILL.md",[622,623,625],{"path":400,"priority":318},{"path":624,"priority":335},"references/code-patterns.md",{"path":626,"priority":335},"references/user-import.md",{"basePath":257,"description":10,"displayName":259,"installMethods":628,"rationale":629,"selectedPaths":630,"source":324,"sourceLanguage":18,"type":260},{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-nextjs/SKILL.md",[631,632,633,634],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":636,"description":637,"displayName":638,"installMethods":639,"rationale":640,"selectedPaths":641,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-nuxt","Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK","auth0-nuxt",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-nuxt/SKILL.md",[642,643,644,646],{"path":400,"priority":318},{"path":614,"priority":335},{"path":645,"priority":335},"references/route-protection.md",{"path":647,"priority":335},"references/session-stores.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-quickstart","Use when adding authentication or login to any app - detects your stack (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, FastAPI, ASP.NET Core, React Native, Expo, Android, Swift), sets up an Auth0 account if needed, and routes to the correct SDK setup workflow.","auth0-quickstart",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-quickstart/SKILL.md",[655,656,657,659],{"path":400,"priority":318},{"path":475,"priority":335},{"path":658,"priority":335},"references/concepts.md",{"path":660,"priority":335},"references/environments.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-react","Use when adding authentication to React applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-react SDK for SPAs with Vite or Create React App","auth0-react",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-react/SKILL.md",[668,669,670,671],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-react-native","Use when adding authentication to React Native or Expo mobile apps (iOS/Android) with biometric support - integrates react-native-auth0 SDK with native deep linking","auth0-react-native",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-react-native/SKILL.md",[679,680,681,683],{"path":400,"priority":318},{"path":439,"priority":335},{"path":682,"priority":335},"references/patterns.md",{"path":443,"priority":335},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-spa-js","Use when adding authentication to Vanilla JS, Svelte, or any framework-agnostic single-page applications - integrates @auth0/auth0-spa-js SDK for SPAs without framework-specific wrappers","auth0-spa-js",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-spa-js/SKILL.md",[691,692,693,694,695,696,697,698,699,700,701,702,704,705],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"path":488,"priority":403},{"path":490,"priority":403},{"path":494,"priority":403},{"path":496,"priority":403},{"path":498,"priority":403},{"path":500,"priority":403},{"path":502,"priority":403},{"path":703,"priority":403},"scripts/utils/env-writer.mjs",{"path":504,"priority":403},{"path":506,"priority":403},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-springboot-api","Use when securing Spring Boot API endpoints with JWT Bearer token validation, scope-based authorization, or DPoP proof-of-possession - integrates com.auth0:auth0-springboot-api SDK for REST APIs receiving access tokens from frontends or mobile apps. Triggers on Auth0AuthenticationFilter, Spring Boot API auth, JWT validation, SecurityFilterChain, hasAuthority SCOPE.","auth0-springboot-api",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-springboot-api/SKILL.md",[713,714,715,716],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-swift","Use when adding Auth0 authentication to an iOS, macOS, tvOS, watchOS, or visionOS application — integrates the Auth0.swift SDK for native Apple platform authentication using Web Auth, CredentialsManager, and biometric protection.","auth0-swift",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-swift/SKILL.md",[724,725,726,727,728,729,730,731,732,733,734,735,737,738,740,741,743],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"path":488,"priority":403},{"path":490,"priority":403},{"path":494,"priority":403},{"path":496,"priority":403},{"path":498,"priority":403},{"path":500,"priority":403},{"path":502,"priority":403},{"path":736,"priority":403},"scripts/utils/entitlements.mjs",{"path":504,"priority":403},{"path":739,"priority":403},"scripts/utils/plist-writer.mjs",{"path":506,"priority":403},{"path":742,"priority":403},"scripts/utils/xcode-modify.rb",{"path":744,"priority":403},"scripts/utils/xcode-project.mjs",{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/auth0-vue","Use when adding authentication to Vue.js 3 applications (login, logout, user sessions, protected routes) - integrates @auth0/auth0-vue SDK for SPAs with Vite or Vue CLI","auth0-vue",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-vue/SKILL.md",[752,753,754,755],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/express-oauth2-jwt-bearer","Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support","express-oauth2-jwt-bearer",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/express-oauth2-jwt-bearer/SKILL.md",[763,764,765,766,767,768,769,771,772,773,774,775,776],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"path":488,"priority":403},{"path":490,"priority":403},{"path":770,"priority":403},"scripts/utils/apis.mjs",{"path":494,"priority":403},{"path":496,"priority":403},{"path":502,"priority":403},{"path":703,"priority":403},{"path":504,"priority":403},{"path":506,"priority":403},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":324,"sourceLanguage":18,"type":260},"plugins/auth0/skills/go-jwt-middleware","Use when securing Go HTTP API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth. Integrates github.com/auth0/go-jwt-middleware/v3 for REST APIs receiving access tokens from frontends or mobile apps. Also handles DPoP proof-of-possession token binding. Triggers on jwtmiddleware, go-jwt-middleware, Go API auth, JWT validation, CheckJWT.","go-jwt-middleware",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/go-jwt-middleware/SKILL.md",[784,785,786,787],{"path":400,"priority":318},{"path":439,"priority":335},{"path":441,"priority":335},{"path":443,"priority":335},{"sources":789},[790],"manual",{"closedIssues90d":244,"description":792,"forks":245,"license":251,"openIssues90d":247,"pushedAt":248,"readmeSize":242,"stars":249,"topics":793},"Auth0 Agent Skills",[],{"classifiedAt":795,"discoverAt":796,"extractAt":797,"githubAt":797,"updatedAt":795},1778682677094,1778682673018,1778682675635,[218,219,217,220,221],{"evaluatedAt":255,"extractAt":297,"updatedAt":255},[],[802,820,839,858,874,893],{"_creationTime":803,"_id":804,"community":805,"display":806,"identity":808,"providers":809,"relations":816,"tags":817,"workflow":818},1778682677410.033,"k178hshhjvwg46t7wgtj81gr2986n7ww",{"reviewCount":8},{"description":547,"installMethods":807,"name":548,"sourceUrl":14},{"claudeCode":12},{"basePath":546,"githubOwner":218,"githubRepo":258,"locale":18,"slug":548,"type":260},{"evaluate":810,"extract":815},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":811,"targetMarket":222,"tier":223},[812,218,219,221,813,814],"flask","python","session-management",{"commitSha":288},{"parentExtensionId":263,"repoId":293},[218,219,812,813,814,221],{"evaluatedAt":819,"extractAt":297,"updatedAt":819},1778683012001,{"_creationTime":821,"_id":822,"community":823,"display":824,"identity":827,"providers":828,"relations":835,"tags":836,"workflow":837},1778682677410.0369,"k172a96fyh4jrhrb5qc6tfrbp986nrey",{"reviewCount":8},{"description":758,"installMethods":825,"name":826,"sourceUrl":14},{"claudeCode":12},"Auth0 Express OAuth2 JWT Bearer",{"basePath":757,"githubOwner":218,"githubRepo":258,"locale":18,"slug":759,"type":260},{"evaluate":829,"extract":834},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":830,"targetMarket":222,"tier":223},[218,278,219,831,832,277,833],"express","nodejs","api",{"commitSha":288,"license":251},{"parentExtensionId":263,"repoId":293},[833,218,219,831,278,832,277],{"evaluatedAt":838,"extractAt":297,"updatedAt":838},1778683411304,{"_creationTime":840,"_id":841,"community":842,"display":843,"identity":846,"providers":847,"relations":854,"tags":855,"workflow":856},1778682677410.036,"k175ceb6bs7yjnm2q2x7m611n986nmja",{"reviewCount":8},{"description":686,"installMethods":844,"name":845,"sourceUrl":14},{"claudeCode":12},"Auth0 SPA JS Integration",{"basePath":685,"githubOwner":218,"githubRepo":258,"locale":18,"slug":687,"type":260},{"evaluate":848,"extract":853},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":849,"targetMarket":222,"tier":223},[219,218,280,850,851,852],"javascript","svelte","configuration",{"commitSha":288,"license":251},{"parentExtensionId":263,"repoId":293},[218,219,852,850,280,851],{"evaluatedAt":857,"extractAt":297,"updatedAt":857},1778683297591,{"_creationTime":859,"_id":860,"community":861,"display":862,"identity":864,"providers":865,"relations":870,"tags":871,"workflow":872},1778682677410.035,"k17a8h3wj2pvee6cykczjfvb7d86n9we",{"reviewCount":8},{"description":637,"installMethods":863,"name":638,"sourceUrl":14},{"claudeCode":12},{"basePath":636,"githubOwner":218,"githubRepo":258,"locale":18,"slug":638,"type":260},{"evaluate":866,"extract":869},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":867,"targetMarket":222,"tier":223},[218,868,219,281,220,277],"nuxt",{"commitSha":288},{"parentExtensionId":263,"repoId":293},[218,219,868,277,220,281],{"evaluatedAt":873,"extractAt":297,"updatedAt":873},1778683222653,{"_creationTime":875,"_id":876,"community":877,"display":878,"identity":880,"providers":881,"relations":889,"tags":890,"workflow":891},1778682677410.034,"k174gmqbt8gyvhspqhe1hq0ems86ngmb",{"reviewCount":8},{"description":591,"installMethods":879,"name":592,"sourceUrl":14},{"claudeCode":12},{"basePath":590,"githubOwner":218,"githubRepo":258,"locale":18,"slug":592,"type":260},{"evaluate":882,"extract":888},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":883,"targetMarket":222,"tier":223},[218,884,885,219,886,887],"java","servlet","oauth2","oidc",{"commitSha":288},{"parentExtensionId":263,"repoId":293},[218,219,884,886,887,885],{"evaluatedAt":892,"extractAt":297,"updatedAt":892},1778683121234,{"_creationTime":894,"_id":895,"community":896,"display":897,"identity":900,"providers":901,"relations":907,"tags":908,"workflow":909},1778682677410.0317,"k174y98pw7p6jg6p6bmz8xmqp186mgmy",{"reviewCount":8},{"description":478,"installMethods":898,"name":899,"sourceUrl":14},{"claudeCode":12},"Auth0 Expo Integration",{"basePath":477,"githubOwner":218,"githubRepo":258,"locale":18,"slug":479,"type":260},{"evaluate":902,"extract":906},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":903,"targetMarket":222,"tier":223},[904,905,218,219,282],"expo","react-native",{"commitSha":288,"license":251},{"parentExtensionId":263,"repoId":293},[218,219,904,282,905],{"evaluatedAt":910,"extractAt":297,"updatedAt":910},1778682876751]