From modular-sso
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/modular-sso:production-readiness-scalekitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Work through each section in order — earlier sections are blockers for later ones.
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:
npx claudepluginhub scalekit-inc/claude-code-authstack --plugin modular-ssoProvides Clerk production readiness checklist with env validation, security checks, and TypeScript script for live keys, API connectivity, webhooks, and middleware.
Checklist for Navan API production readiness: credential security/rotation, OAuth verification, error handling/alerting, rate limits, SSO/SCIM, compliance audits.
Executes Documenso production deployment checklist for integrations: auth/secrets, errors, performance, monitoring, webhooks, compliance, self-hosted PostgreSQL/K8s.