clerk-orgs
clerk orgs
What it does
- This handles org config + CRUD. Subscription / billing for orgs (org plans, seat-limit pricing) flows through clerk-billing skill.
- For SSO / verified domain provisioning, see references/enterprise-sso.md.
- Configure + enable
- Roles and permissions
- Check access
- OrganizationSwitcher
- Verified domains
Requirements & configuration
- What Do You Need?
- | has({ role }) returns false but user looks like an admin | Session token stale after role change | Re-sign-in, or refresh the session: await clerk.session?.reload() |
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
clerk-orgs FAQ
What does the clerk-orgs skill do?
Clerk Organizations for B2B SaaS - create multi-tenant apps with org switching, role-based access, verified domains, and enterprise SSO. Use for team workspaces, RBAC, org-based routing, member management. This handles org config + CRUD. Subscription / billing for orgs (org plans, seat-limit pricing) flows through clerk-billing skill. For SSO / verified domain provisioning, see references/enterprise-sso.md.
What does clerk-orgs require?
What Do You Need? | has({ role }) returns false but user looks like an admin | Session token stale after role change | Re-sign-in, or refresh the session: await clerk.session?.reload() |
How do I install clerk-orgs?
Run: npx -y skills add https://github.com/clerk/skills --skill clerk-orgs --agent claude-code — the source lives at github.com/clerk/skills.
Maintain clerk-orgs?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/clerk-skills-clerk-orgs?ref=badge) npx agentictools info skills/clerk-skills-clerk-orgs The second line is the CLI lookup for this page — handy in READMEs and docs.