Implements URL-based multi-tenancy with account scoping, membership patterns, and data isolation following 37signals patterns. Use when setting up multi-tenant architecture, account isolation, membership management, or when user mentions multi-tenancy, accounts, or tenant separation. WHEN NOT: For basic model setup without tenancy (use model-patterns), for auth/session setup (use auth-setup).
$npx -y skills add dilolabs/nosia --skill multi-tenant-setupInstalls into the current project.
Run `npx skills use "https://github.com/dilolabs/nosia" --skill "dilolabs/nosia/multi-tenant-setup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dilolabs/nosia" that are relevant to the current task. Run `npx skills add "https://github.com/dilolabs/nosia"` and select the relevant skills, then follow their instructions.