[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-auth0-auth0-android-de":3,"guides-for-auth0-auth0-android":796,"similar-k17325qqqpx55nrbn0m7ska87x86mac2-de":797},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":252,"isFallback":249,"parentExtension":257,"providers":294,"relations":298,"repo":299,"tags":794,"workflow":795},1778682677410.0308,"k17325qqqpx55nrbn0m7ska87x86mac2",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"auth0/agent-skills","Auth0 Android Integration","https://github.com/auth0/agent-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":232,"workflow":250},1778682760049.9243,"kn770m4fvmjp52nnkt5ykad0xd86nqbh","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":210,"promptVersionScoring":211,"purpose":212,"rationale":213,"score":214,"summary":215,"tags":216,"targetMarket":225,"tier":226,"useCases":227},[21,26,29,33,37,41,45,48,52,56,60,63,66,69,73,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,139,142,145,148,152,155,158,161,164,167,170,174,178,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Invocation","Precise Purpose","pass","The description clearly states what the skill does (adds authentication to Android apps), the core technology (Auth0 SDK), and for whom (Kotlin/Java developers). It also lists specific features like Web Auth, biometrics, and MFA, and explicitly states when NOT to use it.",{"category":22,"check":27,"severity":24,"summary":28},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and its target audience within the character limit.",{"category":30,"check":31,"severity":24,"summary":32},"Documentation","Concise Body","The SKILL.md body is well-structured, using progressive disclosure to link to detailed setup and integration guides, keeping the main file concise.",{"category":34,"check":35,"severity":24,"summary":36},"Context","Progressive Disclosure","Detailed procedures and setup steps are appropriately delegated to separate Markdown files (`references/setup.md`, `references/integration.md`, `references/api.md`), improving the main SKILL.md's readability.",{"category":34,"check":38,"severity":39,"summary":40},"Forked exploration","not_applicable","This skill is primarily instructional and does not involve deep exploration or code review requiring a forked context.",{"category":42,"check":43,"severity":24,"summary":44},"Practical Utility","Usage examples","The documentation provides clear, end-to-end examples for core functionalities like login, logout, and credential management, including code snippets and expected outcomes.",{"category":42,"check":46,"severity":24,"summary":47},"Edge cases","The documentation addresses common issues and potential errors (e.g., deep link failures, token refresh issues, ProGuard conflicts) with clear causes and recovery steps.",{"category":49,"check":50,"severity":39,"summary":51},"Code Execution","Tool Fallback","The skill does not appear to rely on external MCP servers or custom tools, making this check not applicable.",{"category":53,"check":54,"severity":24,"summary":55},"Safety","Halt on unexpected state","The setup instructions and troubleshooting guide implicitly cover halting and reporting on unexpected states, particularly around build failures and configuration mismatches, and guide the user on how to proceed.",{"category":57,"check":58,"severity":24,"summary":59},"Portability","Cross-skill coupling","The skill is self-contained and focuses solely on Auth0 Android integration. Related skills are explicitly linked in the 'Related Skills' section without implying direct dependency.",{"category":42,"check":61,"severity":24,"summary":62},"Problem relevance","The description directly addresses the user problem of adding authentication to Android applications with specific technologies and features.",{"category":42,"check":64,"severity":24,"summary":65},"Unique selling proposition","The skill provides a structured, step-by-step integration guide for a specific SDK and platform, going beyond generic advice and offering concrete code examples and setup automation.",{"category":42,"check":67,"severity":24,"summary":68},"Production readiness","The extension provides a comprehensive guide for integrating Auth0 into native Android apps, covering setup, configuration, usage patterns, and error handling, enabling immediate use in a real workflow.",{"category":70,"check":71,"severity":24,"summary":72},"Scope","Single responsibility principle","The skill is focused exclusively on integrating the Auth0 SDK with native Android applications using Kotlin/Java.",{"category":70,"check":74,"severity":24,"summary":75},"Description quality","The displayed description accurately reflects the skill's capabilities, focusing on Android authentication with Auth0, Web Auth, biometrics, and MFA.",{"category":22,"check":77,"severity":39,"summary":78},"Scoped tools","This skill does not expose specific tools or commands but rather provides instructional guidance and code examples.",{"category":30,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","The documentation clearly outlines prerequisites, configuration steps (including automatic setup with the Auth0 CLI), and necessary parameters like Client ID, Domain, and Scheme.",{"category":70,"check":83,"severity":39,"summary":84},"Tool naming","This skill does not expose user-facing tools or commands with names to evaluate.",{"category":70,"check":86,"severity":39,"summary":87},"Minimal I/O surface","As this skill provides instructions and code examples rather than executable tools, the concept of I/O surface is not applicable.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under the Apache-2.0 license, which is a permissive open-source license, and this is clearly indicated by the LICENSE file and manifests.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository shows recent commits as of May 13, 2026, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The SKILL.md explicitly instructs fetching the latest version of the SDK using `gh api` and provides fallback mechanisms, demonstrating good dependency management practices.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","The documentation emphasizes secure credential storage using `SecureCredentialsManager` and warns against logging tokens, demonstrating appropriate secret handling.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The skill provides code snippets and instructions, treating external data (like user-provided credentials) as input to be handled securely, and does not instruct the agent to execute arbitrary code from external sources.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The skill primarily relies on the Auth0 Android SDK and local project files. It instructs fetching SDK versions via GitHub CLI, not executing arbitrary remote code.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The instructions focus on modifying project files (`build.gradle`, `strings.xml`, `AndroidManifest.xml`) within the project's scope and do not attempt to access or modify files outside the project directory.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","The provided scripts and instructions do not contain any apparent sandbox-escape primitives like detached processes or deny-retry loops.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill guides users on handling authentication credentials securely and does not contain any instructions for exfiltrating data to third parties.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled documentation and code snippets appear to be free of hidden text tricks, control characters, or unusual Unicode sequences.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The included scripts for automated setup are plain Bash and Python, without obfuscation, base64 encoding, or runtime fetching of executable code.",{"category":57,"check":126,"severity":24,"summary":127},"Structural Assumption","The setup instructions clearly reference standard Android project file paths (`app/build.gradle`, `AndroidManifest.xml`, `strings.xml`) and provide specific instructions for adding configurations, assuming a typical project structure.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","With 1 open issue and 3 closed issues in the last 90 days, the closure rate is high (75%), indicating good maintainer responsiveness.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The SKILL.md frontmatter includes a `version: '1.0.0'` which is a meaningful semver, and the documentation instructs fetching the latest SDK version, indicating good version management.",{"category":49,"check":137,"severity":24,"summary":138},"Validation","The setup script and instructions guide the user to input specific values (Client ID, Domain, Scheme) and validate project structure, implying controlled parameter handling.",{"category":100,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","The provided scripts and instructions modify project files but do so in a controlled manner, with explicit user confirmation steps before writing to `strings.xml` and clear guidance on adding dependencies.",{"category":49,"check":143,"severity":24,"summary":144},"Error Handling","The documentation and setup script include explicit error checks (e.g., for file existence, command success) and provide clear guidance on how to handle common errors and build failures.",{"category":49,"check":146,"severity":39,"summary":147},"Logging","This skill provides instructional content and code examples, not executable code that requires a local audit log.",{"category":149,"check":150,"severity":24,"summary":151},"Compliance","GDPR","The skill deals with application authentication configuration and does not operate on personal data directly; it guides the user to integrate Auth0, which handles user data according to its own GDPR policies.",{"category":149,"check":153,"severity":24,"summary":154},"Target market","The extension is for Android development, which is a global market, and the documentation does not indicate any specific regional limitations.",{"category":57,"check":156,"severity":24,"summary":157},"Runtime stability","The skill assumes a standard Android development environment (Kotlin/Java, Gradle) and explicitly mentions prerequisites like Android API 21+, making its runtime assumptions clear.",{"category":30,"check":159,"severity":24,"summary":160},"README","The README provides a clear overview, installation instructions for various agents, and links to more detailed documentation, serving as an effective entry point.",{"category":70,"check":162,"severity":39,"summary":163},"Tool surface size","This is a skill, not a CLI or a toolset with multiple commands, so 'tool surface size' is not applicable.",{"category":22,"check":165,"severity":39,"summary":166},"Overlapping near-synonym tools","As this skill does not expose tools or commands, there are no overlapping near-synonyms to evaluate.",{"category":30,"check":168,"severity":24,"summary":169},"Phantom features","All documented features and setup procedures correspond directly to the provided SKILL.md, README, and reference files.",{"category":171,"check":172,"severity":24,"summary":173},"Install","Installation instruction","The README and SKILL.md provide clear, copy-pasteable installation instructions for various environments (Claude Code, Cursor, Skills CLI) and detail the setup process with Auth0 credentials.",{"category":175,"check":176,"severity":24,"summary":177},"Errors","Actionable error messages","The documentation provides detailed troubleshooting sections and specific error messages with clear explanations and remediation steps for common integration problems.",{"category":179,"check":180,"severity":24,"summary":181},"Execution","Pinned dependencies","The skill instructs fetching the latest SDK version dynamically and provides fallback mechanisms, ensuring up-to-date dependencies. For project dependencies, it guides users to update their `build.gradle`.",{"category":70,"check":183,"severity":39,"summary":184},"Dry-run preview","This skill provides instructions and code examples for setup, not state-changing operations that would require a dry-run preview.",{"category":186,"check":187,"severity":39,"summary":188},"Protocol","Idempotent retry & timeouts","The skill itself is instructional and does not involve making network calls or state-changing operations that require idempotency or timeouts.",{"category":149,"check":190,"severity":39,"summary":191},"Telemetry opt-in","The skill does not emit any telemetry; it is purely instructional.",1778682759639,"This skill guides developers in adding authentication to native Android applications (Kotlin/Java) using the Auth0 SDK. It covers Web Auth, biometric-protected credentials, MFA, and provides detailed setup instructions, integration patterns, and troubleshooting. It includes an automated setup script using the Auth0 CLI.",[195,196,197,198,199],"Integrates Auth0 Android SDK (com.auth0.android:auth0)","Supports Web Auth, biometric-protected credentials, and MFA","Provides step-by-step integration guides and code examples","Includes an automated setup script using the Auth0 CLI","Details common issues and security considerations",[201,202,203],"Integrating Auth0 with React Native, Flutter, or web frameworks","Securing backend APIs (use specific API skills)","Handling Auth0 setup for iOS/macOS applications",[],[206,207,208,209],"Android API 21 or higher","Kotlin or Java project","Auth0 account with a Native application configured","gh CLI (for automated version fetching and setup script)","3.0.0","4.4.0","To enable developers to easily and securely add Auth0 authentication features like Web Auth, biometrics, and MFA to their native Android applications using Kotlin or Java.","The extension demonstrates excellent documentation, clear purpose, and production readiness. It provides comprehensive guidance, examples, and troubleshooting for integrating Auth0 into Android applications. The structure and clarity of the SKILL.md and supporting files are exemplary.",99,"Excellent, production-ready skill for integrating Auth0 authentication into native Android applications with comprehensive documentation and clear instructions.",[217,218,219,220,221,222,223,224],"android","kotlin","java","authentication","auth0","sdk","mfa","biometrics","global","verified",[228,229,230,231],"Adding login and logout functionality to an Android app","Securing user data with biometric authentication","Implementing multi-factor authentication flows","Configuring Auth0 credentials and callback URLs for Android",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":246,"testCoverage":248},{"hasLockfile":234},false,1778682730574,{"descriptionLength":237,"readmeSize":238},189,7769,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"manifestVersion":242,"openIssues90d":243,"pushedAt":244,"stars":245},3,10,"1.0.0",1,1778675325000,20,{"hasNpmPackage":234,"license":247,"smitheryVerified":234},"Apache-2.0",{"hasCi":249,"hasTests":249},true,{"updatedAt":251},1778682760049,{"basePath":253,"githubOwner":221,"githubRepo":254,"locale":18,"slug":255,"type":256},"plugins/auth0/skills/auth0-android","agent-skills","auth0-android","skill",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"parentExtension":268,"providers":269,"relations":288,"tags":290,"workflow":291},1778682677410.0303,"k17b52m0t4j5ryyvea95kdqqr186nk9e",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"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":221},"Auth0",{"basePath":266,"githubOwner":221,"githubRepo":254,"locale":18,"slug":221,"type":267},"plugins/auth0","plugin",null,{"evaluate":270,"extract":283},{"promptVersionExtension":210,"promptVersionScoring":211,"score":271,"tags":272,"targetMarket":225,"tier":282},78,[220,221,273,274,275,276,277,278,279,280,281],"security","jwt","oauth","spa","web","mobile","backend","frontend","migration","community",{"commitSha":284,"license":247,"plugin":285},"HEAD",{"mcpCount":8,"provider":286,"skillCount":287},"classify",28,{"repoId":289},"kd7d2wx4927yddhxgfpzw6t10x86m349",[221,220,279,280,274,281,278,275,273,276,277],{"evaluatedAt":292,"extractAt":293,"updatedAt":292},1778682712627,1778682677410,{"evaluate":295,"extract":297},{"promptVersionExtension":210,"promptVersionScoring":211,"score":214,"tags":296,"targetMarket":225,"tier":226},[217,218,219,220,221,222,223,224],{"commitSha":284,"license":247},{"parentExtensionId":259,"repoId":289},{"_creationTime":300,"_id":289,"identity":301,"providers":302,"workflow":790},1778682673018.1855,{"githubOwner":221,"githubRepo":254,"sourceUrl":14},{"classify":303,"discover":784,"github":787},{"commitSha":284,"extensions":304},[305,322,388,426,437,448,459,469,500,511,522,530,538,549,560,571,582,593,608,620,631,644,657,668,680,702,713,741,752,773],{"basePath":306,"description":307,"displayName":308,"installMethods":309,"rationale":310,"selectedPaths":311,"source":320,"sourceLanguage":18,"type":321},"","Agent skills for integrating Auth0 authentication into any application, framework, or platform.","auth0-agent-skills",{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[312,315,317],{"path":313,"priority":314},".claude-plugin/marketplace.json","mandatory",{"path":316,"priority":314},"README.md",{"path":318,"priority":319},"LICENSE","high","rule","marketplace",{"basePath":266,"description":262,"displayName":221,"installMethods":323,"rationale":324,"selectedPaths":325,"source":320,"sourceLanguage":18,"type":267},{"claudeCode":221},"plugin manifest at plugins/auth0/.claude-plugin/plugin.json",[326,328,329,332,334,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],{"path":327,"priority":314},".claude-plugin/plugin.json",{"path":316,"priority":314},{"path":330,"priority":331},"skills/acul-screen-generator/SKILL.md","medium",{"path":333,"priority":331},"skills/auth0-android/SKILL.md",{"path":335,"priority":331},"skills/auth0-angular/SKILL.md",{"path":337,"priority":331},"skills/auth0-aspnetcore-api/SKILL.md",{"path":339,"priority":331},"skills/auth0-cli/SKILL.md",{"path":341,"priority":331},"skills/auth0-expo/SKILL.md",{"path":343,"priority":331},"skills/auth0-express/SKILL.md",{"path":345,"priority":331},"skills/auth0-fastapi-api/SKILL.md",{"path":347,"priority":331},"skills/auth0-fastify/SKILL.md",{"path":349,"priority":331},"skills/auth0-fastify-api/SKILL.md",{"path":351,"priority":331},"skills/auth0-flask/SKILL.md",{"path":353,"priority":331},"skills/auth0-ionic-angular/SKILL.md",{"path":355,"priority":331},"skills/auth0-ionic-react/SKILL.md",{"path":357,"priority":331},"skills/auth0-ionic-vue/SKILL.md",{"path":359,"priority":331},"skills/auth0-java-mvc-common/SKILL.md",{"path":361,"priority":331},"skills/auth0-mfa/SKILL.md",{"path":363,"priority":331},"skills/auth0-migration/SKILL.md",{"path":365,"priority":331},"skills/auth0-nextjs/SKILL.md",{"path":367,"priority":331},"skills/auth0-nuxt/SKILL.md",{"path":369,"priority":331},"skills/auth0-quickstart/SKILL.md",{"path":371,"priority":331},"skills/auth0-react/SKILL.md",{"path":373,"priority":331},"skills/auth0-react-native/SKILL.md",{"path":375,"priority":331},"skills/auth0-spa-js/SKILL.md",{"path":377,"priority":331},"skills/auth0-springboot-api/SKILL.md",{"path":379,"priority":331},"skills/auth0-swift/SKILL.md",{"path":381,"priority":331},"skills/auth0-vue/SKILL.md",{"path":383,"priority":331},"skills/express-oauth2-jwt-bearer/SKILL.md",{"path":385,"priority":331},"skills/go-jwt-middleware/SKILL.md",{"path":387,"priority":319},".cursor-plugin/plugin.json",{"basePath":389,"description":390,"displayName":391,"installMethods":392,"rationale":393,"selectedPaths":394,"source":320,"sourceLanguage":18,"type":256},"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",[395,397,400,402,404,406,408,410,412,414,416,418,420,422,424],{"path":396,"priority":314},"SKILL.md",{"path":398,"priority":399},"assets/js-templates/login-id.js","low",{"path":401,"priority":399},"assets/js-templates/login-password.js",{"path":403,"priority":399},"assets/react-templates/login-id.tsx",{"path":405,"priority":399},"assets/react-templates/login-password.tsx",{"path":407,"priority":399},"assets/theme-templates/globals.css",{"path":409,"priority":399},"assets/theme-templates/tailwind.config.ts",{"path":411,"priority":399},"assets/theme-templates/theme-provider.ts",{"path":413,"priority":399},"assets/theme-templates/tokens.css",{"path":415,"priority":331},"references/acul-js-sdk.md",{"path":417,"priority":331},"references/acul-react-sdk.md",{"path":419,"priority":331},"references/cli-commands.md",{"path":421,"priority":331},"references/screen-catalog.md",{"path":423,"priority":331},"references/social-providers.md",{"path":425,"priority":331},"references/theming-patterns.md",{"basePath":253,"description":10,"displayName":255,"installMethods":427,"rationale":428,"selectedPaths":429,"source":320,"sourceLanguage":18,"type":256},{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-android/SKILL.md",[430,431,433,435],{"path":396,"priority":314},{"path":432,"priority":331},"references/api.md",{"path":434,"priority":331},"references/integration.md",{"path":436,"priority":331},"references/setup.md",{"basePath":438,"description":439,"displayName":440,"installMethods":441,"rationale":442,"selectedPaths":443,"source":320,"sourceLanguage":18,"type":256},"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",[444,445,446,447],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":320,"sourceLanguage":18,"type":256},"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",[455,456,457,458],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":460,"description":461,"displayName":462,"installMethods":463,"rationale":464,"selectedPaths":465,"source":320,"sourceLanguage":18,"type":256},"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",[466,467],{"path":396,"priority":314},{"path":468,"priority":331},"references/cli.md",{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":320,"sourceLanguage":18,"type":256},"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",[476,477,478,479,480,482,484,486,488,490,492,494,496,498],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"path":481,"priority":399},"scripts/bootstrap.mjs",{"path":483,"priority":399},"scripts/package.json",{"path":485,"priority":399},"scripts/utils/app-json-writer.mjs",{"path":487,"priority":399},"scripts/utils/auth0-api.mjs",{"path":489,"priority":399},"scripts/utils/change-plan.mjs",{"path":491,"priority":399},"scripts/utils/clients.mjs",{"path":493,"priority":399},"scripts/utils/connections.mjs",{"path":495,"priority":399},"scripts/utils/discovery.mjs",{"path":497,"priority":399},"scripts/utils/helpers.mjs",{"path":499,"priority":399},"scripts/utils/validation.mjs",{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":320,"sourceLanguage":18,"type":256},"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",[507,508,509,510],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":320,"sourceLanguage":18,"type":256},"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",[518,519,520,521],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":320,"sourceLanguage":18,"type":256},"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",[529],{"path":396,"priority":314},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":320,"sourceLanguage":18,"type":256},"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",[537],{"path":396,"priority":314},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":320,"sourceLanguage":18,"type":256},"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",[545,546,547,548],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":320,"sourceLanguage":18,"type":256},"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",[556,557,558,559],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":320,"sourceLanguage":18,"type":256},"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",[567,568,569,570],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":320,"sourceLanguage":18,"type":256},"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",[578,579,580,581],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":320,"sourceLanguage":18,"type":256},"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",[589,590,591,592],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":594,"description":595,"displayName":596,"installMethods":597,"rationale":598,"selectedPaths":599,"source":320,"sourceLanguage":18,"type":256},"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",[600,601,603,604,606],{"path":396,"priority":314},{"path":602,"priority":331},"references/advanced.md",{"path":432,"priority":331},{"path":605,"priority":331},"references/backend.md",{"path":607,"priority":331},"references/examples.md",{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":320,"sourceLanguage":18,"type":256},"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",[615,616,618],{"path":396,"priority":314},{"path":617,"priority":331},"references/code-patterns.md",{"path":619,"priority":331},"references/user-import.md",{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":320,"sourceLanguage":18,"type":256},"plugins/auth0/skills/auth0-nextjs","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.","auth0-nextjs",{"claudeCode":12},"SKILL.md frontmatter at plugins/auth0/skills/auth0-nextjs/SKILL.md",[627,628,629,630],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":320,"sourceLanguage":18,"type":256},"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",[638,639,640,642],{"path":396,"priority":314},{"path":607,"priority":331},{"path":641,"priority":331},"references/route-protection.md",{"path":643,"priority":331},"references/session-stores.md",{"basePath":645,"description":646,"displayName":647,"installMethods":648,"rationale":649,"selectedPaths":650,"source":320,"sourceLanguage":18,"type":256},"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",[651,652,653,655],{"path":396,"priority":314},{"path":468,"priority":331},{"path":654,"priority":331},"references/concepts.md",{"path":656,"priority":331},"references/environments.md",{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":320,"sourceLanguage":18,"type":256},"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",[664,665,666,667],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":669,"description":670,"displayName":671,"installMethods":672,"rationale":673,"selectedPaths":674,"source":320,"sourceLanguage":18,"type":256},"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",[675,676,677,679],{"path":396,"priority":314},{"path":432,"priority":331},{"path":678,"priority":331},"references/patterns.md",{"path":436,"priority":331},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":320,"sourceLanguage":18,"type":256},"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",[687,688,689,690,691,692,693,694,695,696,697,698,700,701],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"path":481,"priority":399},{"path":483,"priority":399},{"path":487,"priority":399},{"path":489,"priority":399},{"path":491,"priority":399},{"path":493,"priority":399},{"path":495,"priority":399},{"path":699,"priority":399},"scripts/utils/env-writer.mjs",{"path":497,"priority":399},{"path":499,"priority":399},{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":320,"sourceLanguage":18,"type":256},"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",[709,710,711,712],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":320,"sourceLanguage":18,"type":256},"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",[720,721,722,723,724,725,726,727,728,729,730,731,733,734,736,737,739],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"path":481,"priority":399},{"path":483,"priority":399},{"path":487,"priority":399},{"path":489,"priority":399},{"path":491,"priority":399},{"path":493,"priority":399},{"path":495,"priority":399},{"path":732,"priority":399},"scripts/utils/entitlements.mjs",{"path":497,"priority":399},{"path":735,"priority":399},"scripts/utils/plist-writer.mjs",{"path":499,"priority":399},{"path":738,"priority":399},"scripts/utils/xcode-modify.rb",{"path":740,"priority":399},"scripts/utils/xcode-project.mjs",{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":320,"sourceLanguage":18,"type":256},"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",[748,749,750,751],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":320,"sourceLanguage":18,"type":256},"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",[759,760,761,762,763,764,765,767,768,769,770,771,772],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"path":481,"priority":399},{"path":483,"priority":399},{"path":766,"priority":399},"scripts/utils/apis.mjs",{"path":487,"priority":399},{"path":489,"priority":399},{"path":495,"priority":399},{"path":699,"priority":399},{"path":497,"priority":399},{"path":499,"priority":399},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":320,"sourceLanguage":18,"type":256},"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",[780,781,782,783],{"path":396,"priority":314},{"path":432,"priority":331},{"path":434,"priority":331},{"path":436,"priority":331},{"sources":785},[786],"manual",{"closedIssues90d":240,"description":788,"forks":241,"license":247,"openIssues90d":243,"pushedAt":244,"readmeSize":238,"stars":245,"topics":789},"Auth0 Agent Skills",[],{"classifiedAt":791,"discoverAt":792,"extractAt":793,"githubAt":793,"updatedAt":791},1778682677094,1778682673018,1778682675635,[217,221,220,224,219,218,223,222],{"evaluatedAt":251,"extractAt":293,"updatedAt":251},[],[798,817,836,855,872,890],{"_creationTime":799,"_id":800,"community":801,"display":802,"identity":804,"providers":805,"relations":813,"tags":814,"workflow":815},1778682677410.034,"k174gmqbt8gyvhspqhe1hq0ems86ngmb",{"reviewCount":8},{"description":584,"installMethods":803,"name":585,"sourceUrl":14},{"claudeCode":12},{"basePath":583,"githubOwner":221,"githubRepo":254,"locale":18,"slug":585,"type":256},{"evaluate":806,"extract":812},{"promptVersionExtension":210,"promptVersionScoring":211,"score":807,"tags":808,"targetMarket":225,"tier":226},100,[221,219,809,220,810,811],"servlet","oauth2","oidc",{"commitSha":284},{"parentExtensionId":259,"repoId":289},[221,220,219,810,811,809],{"evaluatedAt":816,"extractAt":293,"updatedAt":816},1778683121234,{"_creationTime":818,"_id":819,"community":820,"display":821,"identity":824,"providers":825,"relations":832,"tags":833,"workflow":834},1778682677410.0369,"k172a96fyh4jrhrb5qc6tfrbp986nrey",{"reviewCount":8},{"description":754,"installMethods":822,"name":823,"sourceUrl":14},{"claudeCode":12},"Auth0 Express OAuth2 JWT Bearer",{"basePath":753,"githubOwner":221,"githubRepo":254,"locale":18,"slug":755,"type":256},{"evaluate":826,"extract":831},{"promptVersionExtension":210,"promptVersionScoring":211,"score":807,"tags":827,"targetMarket":225,"tier":226},[221,274,220,828,829,273,830],"express","nodejs","api",{"commitSha":284,"license":247},{"parentExtensionId":259,"repoId":289},[830,221,220,828,274,829,273],{"evaluatedAt":835,"extractAt":293,"updatedAt":835},1778683411304,{"_creationTime":837,"_id":838,"community":839,"display":840,"identity":843,"providers":844,"relations":851,"tags":852,"workflow":853},1778682677410.036,"k175ceb6bs7yjnm2q2x7m611n986nmja",{"reviewCount":8},{"description":682,"installMethods":841,"name":842,"sourceUrl":14},{"claudeCode":12},"Auth0 SPA JS Integration",{"basePath":681,"githubOwner":221,"githubRepo":254,"locale":18,"slug":683,"type":256},{"evaluate":845,"extract":850},{"promptVersionExtension":210,"promptVersionScoring":211,"score":807,"tags":846,"targetMarket":225,"tier":226},[220,221,276,847,848,849],"javascript","svelte","configuration",{"commitSha":284,"license":247},{"parentExtensionId":259,"repoId":289},[221,220,849,847,276,848],{"evaluatedAt":854,"extractAt":293,"updatedAt":854},1778683297591,{"_creationTime":856,"_id":857,"community":858,"display":859,"identity":861,"providers":862,"relations":868,"tags":869,"workflow":870},1778682677410.035,"k17a8h3wj2pvee6cykczjfvb7d86n9we",{"reviewCount":8},{"description":633,"installMethods":860,"name":634,"sourceUrl":14},{"claudeCode":12},{"basePath":632,"githubOwner":221,"githubRepo":254,"locale":18,"slug":634,"type":256},{"evaluate":863,"extract":867},{"promptVersionExtension":210,"promptVersionScoring":211,"score":807,"tags":864,"targetMarket":225,"tier":226},[221,865,220,277,866,273],"nuxt","typescript",{"commitSha":284},{"parentExtensionId":259,"repoId":289},[221,220,865,273,866,277],{"evaluatedAt":871,"extractAt":293,"updatedAt":871},1778683222653,{"_creationTime":873,"_id":874,"community":875,"display":876,"identity":879,"providers":880,"relations":886,"tags":887,"workflow":888},1778682677410.0347,"k17cts1j65mahq0p4y7cagrsnd86ndxf",{"reviewCount":8},{"description":622,"installMethods":877,"name":878,"sourceUrl":14},{"claudeCode":12},"Auth0 Next.js",{"basePath":621,"githubOwner":221,"githubRepo":254,"locale":18,"slug":623,"type":256},{"evaluate":881,"extract":885},{"promptVersionExtension":210,"promptVersionScoring":211,"score":807,"tags":882,"targetMarket":225,"tier":226},[883,221,220,866,884],"nextjs","web-development",{"commitSha":284,"license":247},{"parentExtensionId":259,"repoId":289},[221,220,883,866,884],{"evaluatedAt":889,"extractAt":293,"updatedAt":889},1778683195282,{"_creationTime":891,"_id":892,"community":893,"display":894,"identity":896,"providers":897,"relations":904,"tags":905,"workflow":906},1778682677410.033,"k178hshhjvwg46t7wgtj81gr2986n7ww",{"reviewCount":8},{"description":540,"installMethods":895,"name":541,"sourceUrl":14},{"claudeCode":12},{"basePath":539,"githubOwner":221,"githubRepo":254,"locale":18,"slug":541,"type":256},{"evaluate":898,"extract":903},{"promptVersionExtension":210,"promptVersionScoring":211,"score":807,"tags":899,"targetMarket":225,"tier":226},[900,221,220,884,901,902],"flask","python","session-management",{"commitSha":284},{"parentExtensionId":259,"repoId":289},[221,220,900,901,902,884],{"evaluatedAt":907,"extractAt":293,"updatedAt":907},1778683012001]