Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install kevinzai-commander-commander-cowork-plugin-pro-skills-auth-packgit clone https://github.com/KevinZai/commander.gitcp commander/SKILL.MD ~/.claude/skills/kevinzai-commander-commander-cowork-plugin-pro-skills-auth-pack/SKILL.md--- name: ccc-pro-auth description: "[C:pro] — SAML, OIDC, and enterprise identity provider scaffolds · Pro tier only" allowed-tools: - Read - Write - Edit - Bash tier: pro status: scaffolded target_release: v4.2 --- ## What this pack will do - Scaffold SAML 2.0 SP metadata and assertion consumer service handlers - Wire OIDC Authorization Code flow with PKCE (RFC 7636 compliant) - Generate Okta integration: app registration, attribute mapping, group sync - Generate Auth0 integration: tenant config, rules/actions, M2M credentials - Generate Azure AD / Entra ID integration: app registration, manifest, MSAL config - Scaffold JIT (just-in-time) user provisioning with conflict resolution - Add MFA enforcement at the middleware layer (TOTP + WebAuthn) - Generate role-based access control schema + middleware stubs (RBAC) - Add session security hardening: rotation, sliding windows, device fingerprinting - Scaffold SSO test suite: happy path, expired assertion, replayed token, IdP-initiated - Generate identity provider migration runbook (Okta → Auth0, Auth0 → Cognito, etc.) - Add passwordless flows: magic link + passkey (WebAuthn Level 2) - Scaffold OAuth 2.0 client credentials flow for M2M / service accounts - Wire logout: SLO (Single Logout) for SAML, end_session for OIDC ## Why Pro-only Enterprise identity patterns require deep, opinionated scaffolding against 6+ IdP vendor APIs — each with its own quirks, SDK versions, and compliance gotchas. The curation and testing burden is high. This pack will save 2–4 weeks of integration work per project. ## Coming in v4.2 This skill is scaffolded. Full implementation ships in v4.2. Sign up at [commanderplugin.com/pro](https://commanderplugin.com/pro) to get notified and receive early access. ## Tier check This skill checks `isPro()` from `commander/cowork-plugin/lib/license.js` before running. If your license tier is `starter`, it surfaces an upgrade prompt and exits cleanly — no partial scaffolding, no silent failure. ## Reference - [Pricing and tiers](https://commanderplugin.com/pricing) - [Free vs Pro comparison](https://commanderplugin.com/free-vs-pro) - [License activation](/plugin/license-activation)