Best use case
Use Database-Per-Tenant Designer when you need to blueprint multi-tenant database isolation, row-level security, and connection pooling without breaking tenant routing, especially when the work is driven by multi tenant and tenant_id.
Architecture · Global library
Blueprint multi-tenant database isolation, row-level security, and connection pooling without breaking tenant routing.
Best use case
Use Database-Per-Tenant Designer when you need to blueprint multi-tenant database isolation, row-level security, and connection pooling without breaking tenant routing, especially when the work is driven by multi tenant and tenant_id.
Trigger signals
Validation hooks
Install surface
Inspect
pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show database-per-tenant-designerUse
orchestrator-mcp skills export database-per-tenant-designer --to ./skillforge-packs
# copy the exported pack into your preferred agent environmentExport
cp -R skills/database-per-tenant-designer ./your-agent-skills/database-per-tenant-designer
# or open skills/database-per-tenant-designer/SKILL.md in a markdown-first clientFile patterns
Model preferences
Related skills
Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.
Separate read and write models to optimize for query performance and command processing independently
Separate read and write models into typed CQRS flows with query optimization and command safety.