organization
Organization management with Better Auth
Developer Setup
Setup & Installation
npx skills add https://github.com/better-auth/better-auth --skill organizationnpx skills add https://github.com/better-auth/better-auth --skill organizationOverview
What This Skill Does
Organization management with Better Auth
Application
When to use this Skill
- Integrating organization into your development workflow.
- Following best practices for organization management with better auth.
- Automating repetitive tasks with AI-assisted tooling.
- Building production-grade applications with proper standards.
- Debugging and troubleshooting common implementation issues.
Documentation
Show Skills.md file
Organization management with Better Auth
Recommendations
Explore other random skills
auth0-fastapi-api
Use when securing FastAPI API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates auth0-fastapi-api for REST APIs receiving access tokens from SPAs, mobile apps, or other clients. Also handles DPoP proof-of-possession token binding. Triggers on: Auth0FastAPI, FastAPI API auth, JWT validation, require_auth, DPoP.
auth0-fastify
Use when adding authentication (login, logout, protected routes) to Fastify web applications - integrates @auth0/auth0-fastify for session-based auth. For stateless Fastify APIs use auth0-fastify-api instead.
auth0-fastify-api
Use when securing Fastify API endpoints with JWT Bearer token validation, scope/permission checks, or stateless auth - integrates @auth0/auth0-fastify-api for REST APIs receiving access tokens from frontends or mobile apps.