workos-widgets

Installation
SKILL.md

WorkOS Widgets

Workflow Overview

  1. Identify widget target from the user request (user-management, user-profile, admin-portal-sso-connection, admin-portal-domain-verification).
  2. Scan project files in this order:
    • package/dependency manifests
    • framework/router entrypoints
    • auth/token utilities
    • styling/component patterns
  3. Detect stack, data-layer style, styling, component system, and package manager using references/detection.md.
  4. Check for AuthKit/WorkOS presence:
    • if detected, continue;
    • if not detected, ask the user to run npx workos@latest install, wait for confirmation, then continue.
  5. If detection is ambiguous or conflicting, ask one focused question, then continue.
  6. Load only the relevant reference files for the detected stack and widget.
  7. Implement integration based on stack shape:
    • frontend route/page + widget component when widget UI lives in the same app
    • token endpoint/service + client integration surface when backend-first/multi-app architecture is detected
Related skills
Installs
296
Repository
workos/skills
GitHub Stars
27
First Seen
Feb 10, 2026