By descope
Integrate Descope authentication flows like passwordless (OTP, Magic Link, Passkeys), OAuth, SSO, MFA into Next.js, React frontends or Python/Node backends with auto-detection and validation. Provision auth projects via Terraform IaC including RBAC and connectors. Author FGA schemas for ReBAC/ABAC authorization models. Run static scans for auth and authorization vulnerabilities with triage reports.
npx claudepluginhub descope/skills --plugin descope-skillsStatic security review for authentication and authorization vulnerabilities. Use when the user invokes /auth-review, asks to audit auth, find identity breaches, review access control, hunt for IDOR/BOLA, or check authorization. Framework- and vendor-agnostic. Enumerates every route/endpoint, builds an authorization matrix, applies a vulnerability catalog, and writes a triage report ready to turn into issues or PRs.
Integrate Descope authentication into applications. Use when implementing login, signup, passwordless auth (OTP, Magic Link, Passkeys), OAuth, SSO, or MFA. Detects framework and provides targeted guidance.
Author, edit, or apply a Descope FGA schema using the ReBAC/ABAC DSL. Use this skill whenever the user asks to create a new FGA schema, modify an existing one, add types/relations/permissions/conditions, review an authorization model, or apply schema changes to a Descope project. Trigger even if the user says things like "set up authorization", "define roles and permissions", "add team-based access", "make this endpoint check FGA", or "update my authz model" — these almost always mean an FGA schema change.
Set up and manage Descope projects with Terraform. Use when configuring authentication infrastructure as code, managing environments, creating roles/permissions, setting up connectors, or deploying Descope project configurations.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimWorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.
Essential Auth0 skills including quickstarts, migration from other providers, and Multi-Factor Authentication (MFA).
Claude Code skill pack for Clerk authentication (24 skills)
Skill for integrating Better Auth - comprehensive TypeScript authentication framework for Cloudflare D1, Next.js, Nuxt, and 15+ frameworks. Use when adding auth, encountering D1 adapter errors, or implementing OAuth/2FA/RBAC features.
Authentication and security specialist for JWT implementation, OAuth2 flows, refresh tokens, session management, password hashing (bcrypt, argon2), 2FA, SSO, and security best practices. Use when implementing authentication, authorization, or security features.
Auth skills for Claude Code — scaffold auth endpoints, review auth code for security issues, and add conformance tests
A collection of AI agent skills for integrating Descope authentication into your applications. Skills follow the Agent Skills format and work with any compatible AI coding assistant.
Integrate Descope authentication into applications with support for passwordless auth, OAuth, SSO, and MFA. Uses a smart router pattern to detect your framework and provide targeted integration guidance.
Use when:
Frameworks supported:
Features:
Authentication methods covered:
Framework- and vendor-agnostic static review that enumerates every route/endpoint in a codebase, builds an authorization matrix, applies a vulnerability catalog (OWASP Web + API Top 10 identity categories), and writes a triage report ready to slice into GitHub issues or PRs.
Use when:
Covers:
alg:none, algorithm confusion, unverified decode, missing claim validation)Output:
./auth-review/report-YYYY-MM-DD.mdfile:line, evidence, remediationScope: static and read-only. Does not run the target application, make network probes, modify code, or file issues directly.
Manage Descope projects as infrastructure-as-code using the official Terraform provider. Generates valid HCL configurations for authentication methods, RBAC, connectors, and project settings.
Use when:
Resources managed:
descope_project - Full project configuration (auth methods, RBAC, connectors, flows, settings)descope_management_key - Management keys with RBAC scopingdescope_descoper - Console user accounts with role assignmentsCovers:
Requirements:
npx skills add descope/skills
Add the marketplace and install the plugin:
/plugin marketplace add descope/skills
/plugin install descope-skills