plugins/modular-sso/skills/production-readiness-scalekit/SKILL.md
Walks through a structured production readiness checklist for Scalekit SSO implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, hardening their SSO setup, or wants to verify their Scalekit implementation is production-ready.
npx skillsauth add scalekit-inc/claude-code-authstack production-readiness-scalekitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Work through each section in order — earlier sections are blockers for later ones.
state parameter in callbacks (CSRF protection)httpOnly, secure, and sameSite flagsJIT provisioning:
Admin portal:
Enterprise customers behind VPN or corporate firewall must whitelist:
| Domain | Purpose |
|---|---|
| <your-env>.scalekit.com | Auth + admin portal |
| cdn.scalekit.com | Static assets |
| fonts.googleapis.com | Font resources |
Key metrics:
data-ai
Implements complete SSO and authentication flows using Scalekit. Handles modular SSO, IdP-initiated login, user session management, and enterprise customer onboarding. Use when adding authentication, SSO, SAML, OIDC, or user login to applications.
testing
Implements Scalekit's admin portal for customer self-serve SSO and SCIM configuration. Generates portal links server-side and embeds the portal as an iframe in the app's settings UI. Use when the user asks to add an admin portal, customer self-serve SSO setup, iframe embed for SSO config, shareable setup link, or let customers configure their own SSO or SCIM connection.
development
Walks through a structured production readiness checklist for Scalekit SCIM provisioning implementations. Use when the user says they are going live, launching to production, doing a pre-launch review, or wants to verify their SCIM directory sync implementation is production-ready.
development
Implements SCIM user provisioning using Scalekit's Directory API and webhooks. Use when the user asks to add SCIM, directory sync, user provisioning, deprovisioning, or lifecycle management to their existing application.