manage-tenant-lifecycle

Automate tenant onboarding and offboarding across AWS, Azure, GCP, and on-premises clusters.

2|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/lloydchang/agentic-reconciliation-engine --skill manage-tenant-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-tenant-lifecycle
Source: https://github.com/lloydchang/agentic-reconciliation-engine/tree/main/core/ai/skills/manage-tenant-lifecycle
Command: npx skills add https://github.com/lloydchang/agentic-reconciliation-engine --skill manage-tenant-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages complex tenant lifecycles across multi-cloud environments, reducing manual orchestration, misconfigurations, and security gaps.

Core Features & Use Cases

  • Multi-tenant Isolation: Ensures isolated operations per tenant with strict RBAC boundaries.
  • Onboarding & Offboarding Automation: Automates provisioning, access management, and deprovisioning across AWS, Azure, GCP, and on-prem clusters.
  • Audit, Governance & Compliance: Maintains an auditable trail and policy enforcement across providers.
  • Cross-Cloud Orchestration: Coordinates actions across multiple clouds using shared workflows and governance.

Quick Start

Provide an onboarding or offboarding operation, specify the target tenant and cloud provider, and run the Tenant Lifecycle Manager to execute the automated steps.

Frequently Asked Questions about manage-tenant-lifecycle

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

FAQPage Schema
How do I automate tenant onboarding and offboarding across AWS, Azure, and GCP?

You can automate multi-cloud tenant onboarding and offboarding by specifying the target tenant, cloud provider, and operation. The Skill orchestrates provisioning, access management, and deprovisioning across AWS, Azure, GCP, and on-premises clusters using Python 3.8+.

What is the best way to enforce RBAC and audit logging for multi-tenant environments?

Enforcing RBAC and audit logging for multi-tenant environments requires strict isolation boundaries and continuous tracking. This Skill integrates RBAC and maintains an auditable trail across all cloud providers to ensure governance and compliance.

Can I test multi-cloud tenant lifecycle changes before applying them?

Yes, you can test tenant lifecycle changes using the configurable dry-run support. This allows you to validate multi-cloud orchestration actions and safety checks without executing actual provisioning or deprovisioning operations.

Does this approach support on-premises clusters alongside public cloud providers?

Yes, this approach supports on-premises clusters alongside AWS, Azure, and GCP. Cross-cloud orchestration coordinates actions across public clouds and on-premises infrastructure using shared workflows and governance policies.

How do I maintain tenant isolation during resource provisioning across multiple clouds?

Maintaining tenant isolation during resource provisioning is handled through strict RBAC boundaries. The Skill ensures isolated operations per tenant, preventing misconfigurations and security gaps across multi-cloud environments.

What do I need to run automated multi-cloud tenant lifecycle management scripts?

You need Python 3.8+ and the relevant cloud SDKs to run these tenant lifecycle management scripts. These dependencies enable the automation of orchestration, safety checks, and governance across your target providers.