Back to skills

organization

development

The Better Auth organization plugin adds multi-tenant support to your auth setup. It handles organizations, members, invitations, teams, and role-based access control through a set of server and clien

Setup & Installation

npx skills add https://github.com/better-auth/organization --skill organization
or paste the link and ask your coding assistant to install it
https://github.com/better-auth/organization
View on GitHub

What This Skill Does

The Better Auth organization plugin adds multi-tenant support to your auth setup. It handles organizations, members, invitations, teams, and role-based access control through a set of server and client plugins. Implementing multi-tenant RBAC from scratch requires custom tables, permission checks, and invitation flows across server and client — this plugin provides all of it as a single configured plugin with database migration support.

When to use it

  • Working with organization functionality
  • Implementing organization features
  • Debugging organization related issues