Skip to content

Architecture · Global library

Database-Per-Tenant Designer

Blueprint multi-tenant database isolation, row-level security, and connection pooling without breaking tenant routing.

CodexClaude CodeKimi Codeorchestrator-mcp

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

multi tenanttenant_idrow level security

Validation hooks

audit_rls_policies

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show database-per-tenant-designer

Use

orchestrator-mcp skills export database-per-tenant-designer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

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 client

File patterns

**/schema.prisma**/*.sql**/supabase/**

Model preferences

deepseek-ai/deepseek-v3.2moonshotai/kimi-k2.5deepseek-r1:32b

Related skills

Adjacent packs to compose next.

ArchitectureGlobal library

Circuit-Breaker Weaver

Open pack

Wrap external API calls with circuit breakers, retries, fallbacks, and backoff while preserving business logic shape.

CodexClaude Code
ArchitectureGlobal library

CQRS Pattern Master

Open pack

Separate read and write models to optimize for query performance and command processing independently

CodexClaude Code