Configures multi-tenant onboarding and baseline tenant data. Use when creating a new tenant/customer workspace and validating tenant isolation.
Install
npx skillscat add erinrugas/artisan-agents/tenant-setup Install via the SkillsCat registry.
SKILL.md
Tenant Setup Skill
When to Apply
- User needs new tenant/account setup.
- Multi-tenant bootstrap data or access configuration is required.
Workflow
- Read tenancy rules from
specs/specs.mdandspecs/security-spec.md. - Create tenant record and initial admin/user roles.
- Seed tenant-scoped baseline data.
- Validate tenant isolation with at least one cross-tenant negative check.
Quality Bar
- No global data leakage.
- Tenant IDs/scopes applied at write and read paths.
- Onboarding is repeatable via script/seeder where possible.