multitenant-development

Installation
SKILL.md

Multitenant Development

Quick Start

When working with multitenant features:

  1. Always verify tenant with getTenantFromRequest() in APIs and middleware
  2. Never make queries without filtering by tenant_id
  3. Ensure RLS policies include tenant verification
  4. Configure tenant-specific assets in public/tenants/{tenant_slug}/
  5. Usar getTenantAssetPath(tenant, assetPath, fallback) para URLs de assets (incluye cache busting ?v= por deploy)

Key Files

Related skills

More from santiagoxor/pintureria-digital

Installs
16
First Seen
Feb 28, 2026