bymblode· 25 skills
Provides architecture guidance for multi-tenant SaaS platforms on Cloudflare or Vercel. Covers platform choice, domain strategy, tenant identification and isolation, subdomain routing, custom domains and SSL, white-label setup, tenant context propagation, PSL submission, and mapping platform limits to pricing plans. Use when building a multi-tenant application or asking "how do I support multiple tenants", "build a white-label platform", "add custom domains", "route tenants by subdomain", or "map limits to plans". For general app folder structure use define-architecture; for scaffolding a new Next.js repo use scaffold-nextjs.
$npx -y skills add mblode/agent-skills --skill multi-tenant-architectureInstalls into the current project.
Run `npx skills use "https://github.com/mblode/agent-skills" --skill "mblode/agent-skills/multi-tenant-architecture"` 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/mblode/agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/mblode/agent-skills"` and select the relevant skills, then follow their instructions.