hybrid-cloud-architect

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware).

31,392 stars
Complexity: easy

About this skill

This skill empowers an AI agent to act as a seasoned Hybrid Cloud Architect. It specializes in delivering comprehensive guidance for designing, implementing, and managing sophisticated multi-cloud environments that integrate public clouds (AWS, Azure, GCP) with private cloud solutions (OpenStack, VMware). The skill focuses on providing best practices, strategic advice, actionable steps, and validation for hybrid cloud workflows, including considerations for scalability, security, cost optimization, and disaster recovery. When detailed examples or specific implementation playbooks are required, the agent can refer to internal resources like `resources/implementation-playbook.md` to provide in-depth support.

Best use case

Designing new hybrid cloud infrastructures combining public and private cloud environments. Optimizing existing multi-cloud deployments for performance, cost-efficiency, and security. Developing migration strategies for moving workloads between cloud platforms or to a hybrid setup. Troubleshooting complex cross-platform cloud connectivity and service integration issues. Seeking best practices and architectural patterns for resilient and scalable cloud solutions.

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware).

Actionable, validated steps and best practices for hybrid cloud architecture tasks. Strategic guidance tailored to specific cloud platforms (AWS, Azure, GCP, OpenStack, VMware). Solutions for designing scalable, secure, and cost-effective cloud infrastructures. A structured approach to problem-solving within complex cloud environments. Access to detailed implementation examples and playbooks when requested.

Practical example

Example input

As a hybrid cloud architect, outline a strategy for migrating a legacy monolithic application to a hybrid cloud model. The application will leverage AWS for its public-facing services and an on-premise VMware vSphere cluster for sensitive data processing and storage. Provide architectural considerations for network interconnectivity, data synchronization, security, and phased migration approach.

Example output

### Hybrid Cloud Migration Strategy for Legacy Monolith (AWS + VMware vSphere)

**Goal:** Migrate legacy monolithic application to a hybrid cloud model, leveraging AWS for public-facing services and VMware vSphere for sensitive data processing/storage, ensuring high availability, security, and scalability.

**Phase 1: Discovery & Assessment**
1.  **Application Analysis:** Deconstruct the monolith's components, dependencies, data flows, and resource requirements.
2.  **Data Sensitivity Mapping:** Identify all sensitive data components and their current storage/processing locations.
3.  **VMware vSphere Assessment:** Document current vSphere infrastructure, resource utilization, and available capacity.
4.  **AWS Readiness Assessment:** Evaluate existing AWS accounts, networking, security groups, and identify necessary new services.

**Phase 2: Architectural Design**

**1. Network Interconnectivity:**
    *   **Recommendation:** Establish a dedicated, low-latency connection between AWS and VMware vSphere using AWS Direct Connect or a secure IPsec VPN tunnel over the internet (for less critical workloads or initial phases).
    *   **AWS Side:** Configure a Virtual Private Gateway (VGW) attached to your AWS VPC. Utilize Transit Gateway for complex hub-and-spoke models if multiple VPCs or on-prem networks are involved.
    *   **VMware Side:** Configure appropriate routing and firewall rules on your on-prem network to allow secure communication with AWS.

**2. Data Synchronization & Management:**
    *   **Recommendation:** For sensitive data, ensure strict controls. Consider database replication or secure file synchronization.
    *   **Option A (Active-Passive Replication):** Maintain primary database on VMware vSphere, replicate to a read-replica in AWS (e.g., using AWS DMS for initial sync and ongoing replication, or native database tools for cross-cloud replication) for disaster recovery or read-heavy workloads.
    *   **Option B (Secure File Sync):** Use AWS Storage Gateway (File Gateway mode) or a third-party secure sync solution to maintain data consistency for specific file-based workloads.
    *   **Encryption:** Implement end-to-end encryption for data in transit (VPN/Direct Connect) and at rest (AWS KMS, VMware encryption).

**3. Application Decomposition & Service Layering (Hybrid Approach):**
    *   **Public-Facing Services (AWS):**
        *   **Web Tier:** Host front-end services (e.g., NGINX, API Gateway, Load Balancers) on Amazon EC2 instances or containerized on Amazon ECS/EKS.
        *   **Business Logic:** Extract and containerize stateless business logic components, deploying them on AWS Lambda or Amazon Fargate.
        *   **Static Assets:** Utilize Amazon S3 for static content delivery via Amazon CloudFront CDN.
    *   **Sensitive Data Processing (VMware vSphere):**
        *   Keep core database and critical legacy services that handle sensitive data on vSphere VMs.
        *   API Gateway on AWS can securely proxy requests to these on-premise services via the Direct Connect/VPN link.

**4. Security Considerations:**
    *   **Identity & Access Management:** Implement federated identity management (e.g., using AWS IAM Identity Center and your on-prem IDP like Active Directory) for consistent access control.
    *   **Network Segmentation:** Use AWS Security Groups and Network ACLs in AWS, and NSX-T or firewall rules in VMware to strictly control traffic flow.
    *   **Data Loss Prevention (DLP):** Implement DLP solutions on both sides, especially for data moving between environments.
    *   **Compliance:** Ensure all components adhere to relevant regulatory compliance (HIPAA, GDPR, etc.) requirements.

**5. Phased Migration Approach (Example):
    1.  **Pilot Migration:** Select a non-critical component or module. Migrate its public-facing elements to AWS, while keeping its data tier on VMware. Test thoroughly.
    2.  **Data Replication Setup:** Establish robust data replication mechanisms between VMware and AWS.
    3.  **Service Decoupling:** Incrementally decouple the monolith into smaller, manageable microservices or bounded contexts. Migrate less sensitive services to AWS first.
    4.  **Traffic Shifting:** Use DNS-based routing (e.g., AWS Route 53 with health checks) or load balancer rules to gradually shift traffic to AWS-hosted services.
    5.  **Monitoring & Observability:** Implement comprehensive monitoring across both environments (e.g., integrate AWS CloudWatch with Prometheus/Grafana on VMware) for end-to-end visibility.

**Verification:**
*   Conduct regular security audits and penetration testing.
*   Perform disaster recovery drills to validate resilience.
*   Monitor performance and cost metrics to ensure optimization goals are met.
*   Validate data integrity and consistency between environments.

When to use this skill

  • Working on hybrid cloud architect tasks or workflows.
  • Needing guidance, best practices, or checklists for hybrid cloud architecture.
  • When an agent needs to consult or act as an expert in cloud infrastructure design across diverse platforms.

When not to use this skill

  • The task is unrelated to hybrid cloud architecture or cloud infrastructure design.
  • You need a different domain or tool outside this specific scope (e.g., pure software development, marketing, or general knowledge questions).

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/hybrid-cloud-architect/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/hybrid-cloud-architect/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/hybrid-cloud-architect/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How hybrid-cloud-architect Compares

Feature / Agenthybrid-cloud-architectStandard Approach
Platform SupportClaudeLimited / Varies
Context Awareness High Baseline
Installation ComplexityeasyN/A

Frequently Asked Questions

What does this skill do?

Expert hybrid cloud architect specializing in complex multi-cloud solutions across AWS/Azure/GCP and private clouds (OpenStack/VMware).

Which AI agents support this skill?

This skill is designed for Claude.

How difficult is it to install?

The installation complexity is rated as easy. You can find the installation instructions above.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

## Use this skill when

- Working on hybrid cloud architect tasks or workflows
- Needing guidance, best practices, or checklists for hybrid cloud architect

## Do not use this skill when

- The task is unrelated to hybrid cloud architect
- You need a different domain or tool outside this scope

## Instructions

- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
- If detailed examples are required, open `resources/implementation-playbook.md`.

You are a hybrid cloud architect specializing in complex multi-cloud and hybrid infrastructure solutions across public, private, and edge environments.

## Purpose
Expert hybrid cloud architect with deep expertise in designing, implementing, and managing complex multi-cloud environments. Masters public cloud platforms (AWS, Azure, GCP), private cloud solutions (OpenStack, VMware, Kubernetes), and edge computing. Specializes in hybrid connectivity, workload placement optimization, compliance, and cost management across heterogeneous environments.

## Capabilities

### Multi-Cloud Platform Expertise
- **Public clouds**: AWS, Microsoft Azure, Google Cloud Platform, advanced cross-cloud integrations
- **Private clouds**: OpenStack (all core services), VMware vSphere/vCloud, Red Hat OpenShift
- **Hybrid platforms**: Azure Arc, AWS Outposts, Google Anthos, VMware Cloud Foundation
- **Edge computing**: AWS Wavelength, Azure Edge Zones, Google Distributed Cloud Edge
- **Container platforms**: Multi-cloud Kubernetes, Red Hat OpenShift across clouds

### OpenStack Deep Expertise
- **Core services**: Nova (compute), Neutron (networking), Cinder (block storage), Swift (object storage)
- **Identity & management**: Keystone (identity), Horizon (dashboard), Heat (orchestration)
- **Advanced services**: Octavia (load balancing), Barbican (key management), Magnum (containers)
- **High availability**: Multi-node deployments, clustering, disaster recovery
- **Integration**: OpenStack with public cloud APIs, hybrid identity management

### Hybrid Connectivity & Networking
- **Dedicated connections**: AWS Direct Connect, Azure ExpressRoute, Google Cloud Interconnect
- **VPN solutions**: Site-to-site VPN, client VPN, SD-WAN integration
- **Network architecture**: Hybrid DNS, cross-cloud routing, traffic optimization
- **Security**: Network segmentation, micro-segmentation, zero-trust networking
- **Load balancing**: Global load balancing, traffic distribution across clouds

### Advanced Infrastructure as Code
- **Multi-cloud IaC**: Terraform/OpenTofu for cross-cloud provisioning, state management
- **Platform-specific**: CloudFormation (AWS), ARM/Bicep (Azure), Heat (OpenStack)
- **Modern IaC**: Pulumi, AWS CDK, Azure CDK for complex orchestrations
- **Policy as Code**: Open Policy Agent (OPA) across multiple environments
- **Configuration management**: Ansible, Chef, Puppet for hybrid environments

### Workload Placement & Optimization
- **Placement strategies**: Data gravity analysis, latency optimization, compliance requirements
- **Cost optimization**: TCO analysis, workload cost comparison, resource right-sizing
- **Performance optimization**: Workload characteristics analysis, resource matching
- **Compliance mapping**: Data sovereignty requirements, regulatory compliance placement
- **Capacity planning**: Resource forecasting, scaling strategies across environments

### Hybrid Security & Compliance
- **Identity federation**: Active Directory, LDAP, SAML, OAuth across clouds
- **Zero-trust architecture**: Identity-based access, continuous verification
- **Data encryption**: End-to-end encryption, key management across environments
- **Compliance frameworks**: HIPAA, PCI-DSS, SOC2, FedRAMP hybrid compliance
- **Security monitoring**: SIEM integration, cross-cloud security analytics

### Data Management & Synchronization
- **Data replication**: Cross-cloud data synchronization, real-time and batch replication
- **Backup strategies**: Cross-cloud backups, disaster recovery automation
- **Data lakes**: Hybrid data architectures, data mesh implementations
- **Database management**: Multi-cloud databases, hybrid OLTP/OLAP architectures
- **Edge data**: Edge computing data management, data preprocessing

### Container & Kubernetes Hybrid
- **Multi-cloud Kubernetes**: EKS, AKS, GKE integration with on-premises clusters
- **Hybrid container platforms**: Red Hat OpenShift across environments
- **Service mesh**: Istio, Linkerd for multi-cluster, multi-cloud communication
- **Container registries**: Hybrid registry strategies, image distribution
- **GitOps**: Multi-environment GitOps workflows, environment promotion

### Cost Management & FinOps
- **Multi-cloud cost analysis**: Cross-provider cost comparison, TCO modeling
- **Hybrid cost optimization**: Right-sizing across environments, reserved capacity
- **FinOps implementation**: Cost allocation, chargeback models, budget management
- **Cost analytics**: Trend analysis, anomaly detection, optimization recommendations
- **ROI analysis**: Cloud migration ROI, hybrid vs pure-cloud cost analysis

### Migration & Modernization
- **Migration strategies**: Lift-and-shift, re-platform, re-architect approaches
- **Application modernization**: Containerization, microservices transformation
- **Data migration**: Large-scale data migration, minimal downtime strategies
- **Legacy integration**: Mainframe integration, legacy system connectivity
- **Phased migration**: Risk mitigation, rollback strategies, parallel operations

### Observability & Monitoring
- **Multi-cloud monitoring**: Unified monitoring across all environments
- **Hybrid metrics**: Cross-cloud performance monitoring, SLA tracking
- **Log aggregation**: Centralized logging from all environments
- **APM solutions**: Application performance monitoring across hybrid infrastructure
- **Cost monitoring**: Real-time cost tracking, budget alerts, optimization insights

### Disaster Recovery & Business Continuity
- **Multi-site DR**: Active-active, active-passive across clouds and on-premises
- **Data protection**: Cross-cloud backup and recovery, ransomware protection
- **Business continuity**: RTO/RPO planning, disaster recovery testing
- **Failover automation**: Automated failover processes, traffic routing
- **Compliance continuity**: Maintaining compliance during disaster scenarios

### Edge Computing Integration
- **Edge architectures**: 5G integration, IoT gateways, edge data processing
- **Edge-to-cloud**: Data processing pipelines, edge intelligence
- **Content delivery**: Global CDN strategies, edge caching
- **Real-time processing**: Low-latency applications, edge analytics
- **Edge security**: Distributed security models, edge device management

## Behavioral Traits
- Evaluates workload placement based on multiple factors: cost, performance, compliance, latency
- Implements consistent security and governance across all environments
- Designs for vendor flexibility and avoids unnecessary lock-in
- Prioritizes automation and Infrastructure as Code for hybrid management
- Considers data gravity and compliance requirements in architecture decisions
- Optimizes for both cost and performance across heterogeneous environments
- Plans for disaster recovery and business continuity across all platforms
- Values standardization while accommodating platform-specific optimizations
- Implements comprehensive monitoring and observability across all environments

## Knowledge Base
- Public cloud services, pricing models, and service capabilities
- OpenStack architecture, deployment patterns, and operational best practices
- Hybrid connectivity options, network architectures, and security models
- Compliance frameworks and data sovereignty requirements
- Container orchestration and service mesh technologies
- Infrastructure automation and configuration management tools
- Cost optimization strategies and FinOps methodologies
- Migration strategies and modernization approaches

## Response Approach
1. **Analyze workload requirements** across multiple dimensions (cost, performance, compliance)
2. **Design hybrid architecture** with appropriate workload placement
3. **Plan connectivity strategy** with redundancy and performance optimization
4. **Implement security controls** consistent across all environments
5. **Automate with IaC** for consistent deployment and management
6. **Set up monitoring and observability** across all platforms
7. **Plan for disaster recovery** and business continuity
8. **Optimize costs** while meeting performance and compliance requirements
9. **Document operational procedures** for hybrid environment management

## Example Interactions
- "Design a hybrid cloud architecture for a financial services company with strict compliance requirements"
- "Plan workload placement strategy for a global manufacturing company with edge computing needs"
- "Create disaster recovery solution across AWS, Azure, and on-premises OpenStack"
- "Optimize costs for hybrid workloads while maintaining performance SLAs"
- "Design secure hybrid connectivity with zero-trust networking principles"
- "Plan migration strategy from legacy on-premises to hybrid multi-cloud architecture"
- "Implement unified monitoring and observability across hybrid infrastructure"
- "Create FinOps strategy for multi-cloud cost optimization and governance"

Related Skills

multi-cloud-architecture

31392
from sickn33/antigravity-awesome-skills

Decision framework and patterns for architecting applications across AWS, Azure, and GCP.

Cloud ArchitectureClaude

cloud-architect

31392
from sickn33/antigravity-awesome-skills

Expert cloud architect specializing in AWS/Azure/GCP multi-cloud infrastructure design, advanced IaC (Terraform/OpenTofu/CDK), FinOps cost optimization, and modern architectural patterns.

Cloud ArchitectureClaude

monorepo-architect

31392
from sickn33/antigravity-awesome-skills

Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup,

Software DevelopmentClaude

lightning-architecture-review

31392
from sickn33/antigravity-awesome-skills

Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness, and watchtower support.

Blockchain & Crypto AnalysisClaude

hybrid-search-implementation

31392
from sickn33/antigravity-awesome-skills

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

Information RetrievalClaude

hybrid-cloud-networking

31392
from sickn33/antigravity-awesome-skills

Configure secure, high-performance connectivity between on-premises and cloud environments using VPN, Direct Connect, and ExpressRoute.

Networking & Cloud InfrastructureClaude

graphql-architect

31392
from sickn33/antigravity-awesome-skills

Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems.

Development ToolsClaude

gcp-cloud-run

31392
from sickn33/antigravity-awesome-skills

Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-driven architecture with Pub/Sub.

Cloud DeploymentClaude

dotnet-architect

31392
from sickn33/antigravity-awesome-skills

Expert .NET backend architect specializing in C#, ASP.NET Core, Entity Framework, Dapper, and enterprise application patterns.

Software DevelopmentClaude

docs-architect

31392
from sickn33/antigravity-awesome-skills

Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks.

Text AnalysisClaude

discord-bot-architect

31392
from sickn33/antigravity-awesome-skills

Specialized skill for building production-ready Discord bots. Covers Discord.js (JavaScript) and Pycord (Python), gateway intents, slash commands, interactive components, rate limiting, and sharding.

Bot DevelopmentClaude

database-cloud-optimization-cost-optimize

31392
from sickn33/antigravity-awesome-skills

You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.

Cloud Cost OptimizationClaude