workos Plugin
Plugin Claude Code Security Security, Auth & ComplianceWeb & App DevelopmentThe explanation below is AI-generated. Please verify it against the sources.
This is the "workos" plugin, a set of WorkOS integration skills for AI coding agents such as Claude Code and Cursor, covering AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references. According to the README, it installs two skills — workos (a router that dispatches to the right reference file based on the task) and workos-widgets — plus more than 40 reference files. It can be installed via npx skills add workos/skills, from the Cursor Marketplace, or as an npm package (@workos/skills) for programmatic access to skill and reference content. The underlying product, WorkOS, is described on its homepage as a platform for adding enterprise features like SSO, Directory Sync, RBAC, MFA, Audit Logs, and an Admin Portal to an application.
Overview
WorkOS, per its homepage, is a developer platform ('Your app, Enterprise Ready') offering building blocks such as Enterprise SSO for SAML/OIDC identity providers, Directory Sync (SCIM/HRIS) for user lifecycle management, Role-Based Access Control, an Admin Portal for IT admin self-service setup, AuthKit for authentication UI, Multi-Factor Authentication, Audit Logs, Vault for encrypted storage, and Radar for bot/fraud protection, accessed through RESTful APIs and SDKs for Node.js, Ruby, Python, .NET, Go, and other languages.
What you can do with workos
- Install the plugin as a Claude Code plugin (npx skills add workos/skills), a Cursor plugin, or an npm package (@workos/skills)
- Use the workos skill as a router that automatically loads the right reference file (AuthKit setup, SSO, migrations, etc.) based on the task
- Use the workos-widgets skill for multi-framework widget integration with on-demand OpenAPI spec querying
- Access AuthKit installation references for Next.js, React, React Router, TanStack Start, SvelteKit, and Vanilla JS
- Access backend SDK references for Node.js, Python, .NET, Go, Ruby, PHP (including Laravel), Kotlin, and Elixir
- Reference feature guides for SSO, Directory Sync, RBAC, Vault, webhook Events, Audit Logs, Admin Portal, MFA, Custom Domains, Email, and Integrations (60+ IdPs)
- Reference migration guides from Auth0, Firebase, Clerk, AWS Cognito, Stytch, Supabase Auth, Descope, Better Auth, and other custom auth systems, as well as upgrading the standalone SSO API to AuthKit
- Reference API documentation for AuthKit/User Management and Organizations endpoints
- Use the workos-management reference for CLI resource management (orgs, users, roles, webhooks, seeding)
- Use exported helper functions (getReference, getSkill, getReferencePath, getSkillsDir, getSkillPath) for programmatic access to skill/reference content and paths
Sources
Original description (English)
WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.
History of workos
- Plugin Added workos