domhub-tenant-ops

Manage DomHub tenant lifecycle operations with npm scripts and backend migrations.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill domhub-tenant-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domhub-tenant-ops
Source: https://github.com/saschadudkin-sketch/rezidence4/tree/main/.agents/skills/domhub-tenant-ops
Command: npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill domhub-tenant-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of DomHub tenant operations, including setup, preflight scripts, provisioning, migrations, restore drills, and registry DB behavior.

Core Features & Use Cases

  • Tenant Lifecycle Management: Handle tenant setup, migrations, and restore drills.
  • Database Setup: Manage platform/property database configurations.
  • Preflight Scripts: Execute preflight checks for tenant operations.
  • Use Case: When preparing a new tenant for DomHub, use this Skill to run preflight scripts, provision the tenant, and ensure the registry DB is ready for deployment.

Quick Start

Run the preflight script for tenant operations with 'npm run tenant:preflight'.

Frequently Asked Questions about domhub-tenant-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run tenant preflight scripts for database deployment readiness?

Tenant preflight scripts validate database configurations and registry DB behavior to ensure deployment readiness. You execute them using the npm command 'npm run tenant:preflight' to verify platform and property database setups before provisioning.

What is the process for DomHub tenant lifecycle management and setup?

DomHub tenant lifecycle management involves running preflight scripts, provisioning the tenant, and applying backend migrations. This ensures platform and property database configurations are correct and the registry DB is fully optimized for deployment.

How do I handle database migrations during tenant provisioning?

Database migrations during tenant provisioning are handled through backend migration scripts. These scripts update the platform and property database schemas, ensuring the registry DB maintains correct behavior and configuration for the new tenant environment.

Do I need npm installed to manage tenant operations and restore drills?

Yes, npm is required to manage tenant operations and restore drills. The Skill relies on npm scripts to execute preflight checks, run backend migrations, and validate registry DB behavior for successful tenant lifecycle management.

Can I use this approach to verify platform and property database configurations before deployment?

Yes, you can verify platform and property database configurations before deployment. The preflight scripts check these configurations and optimize registry DB behavior, ensuring the environment passes all readiness checks before tenant provisioning.

Why are restore drills needed in tenant management workflows?

Restore drills in tenant management workflows validate the recovery process and registry DB behavior. Running these drills ensures platform and property database configurations can be restored correctly, maintaining deployment readiness during tenant lifecycle operations.