binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Configure Claude Code with LiteLLM proxy for Huawei Cloud MaaS models. Covers Node.js/Claude Code installation, venv setup, config generation with Claude model-name aliases, environment variable configuration, startup script, and model switching.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Reproduce Hermes Agent configuration on a new Linux PC from a portable config directory.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Plan and write Terraform for Huawei Cloud by discovering real values from the live cloud and asking the user for decisions. Never guesses — always verifies with the latest provider schema.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Configure OpenCode with LiteLLM proxy for Huawei Cloud MaaS models with latency-based routing and fallbacks. Covers venv setup, config generation, opencode integration, and startup script.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Manage Huawei Cloud resources through KooCLI. Discover before acting — always query existing resources before creating. Use dryrun to validate, waiter to poll async operations.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Operate Huawei Cloud CodeArts Repo, Check, Build, Artifact, TestPlan, Deploy, and Pipeline (everything in CodeArts except CodeArts Req project planning/design) via hcloud CLI (KooCLI) — discover resources, and where confirmed, create/modify and verify them, with documented, per-service capability gaps instead of…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Design and create Huawei Cloud CodeArts Req (ProjectMan) projects — parse intent, discover, validate naming, create or reuse the project, and configure its basic design (description, members) using hcloud CLI, with a documented manual fallback.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Discover, configure, execute, validate and restore Huawei Cloud CBR backups for supported ECS, EVS and CCE node scenarios.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Consume validated SDRS protection setup, parse drill intent, validate replication readiness, define isolated drill scope, execute supervised DR drill, validate recovered resources, measure RPO/RTO, and produce drill report.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Analyze capability gaps from migration skills and prepare MCP extensions or new MCPs in a controlled, non-executing manner.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Parse failover intent, distinguish planned vs unplanned, validate last replication state, execute supervised failover under CRITICAL approval, validate DR site, prevent split brain, execute reverse reprotection, plan and execute failback under separate approval, and produce closure report.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Parse protection intent, validate SDRS service and topology, discover production and DR infrastructure, plan DR architecture, and enable SDRS protection under explicit approval.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Build HuaweiCloud multi-account landing zone Terraform code with modular governance (OUs, accounts, SCP, IAM, Identity Center) and per-account infrastructure (VPC, compute, tagging).
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Migrate object storage to Huawei Cloud OBS using OMS (Object Migration Service). Handles cross-cloud (AWS, Azure, Aliyun, Tencent, GCP, on-prem HTTP) S3/bucket migration with Terraform automation, consistency checks, and post-migration verification. Use when the user wants to migrate or replicate objects/buckets to…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Migrate servers to Huawei Cloud ECS using SMS (Server Migration Service). Handles cross-cloud (AWS, Azure, GCP, on-prem) Linux/Windows server migration with agent installation, network connectivity, firmware compatibility, and Terraform automation. Use when the user wants to migrate or replicate a physical or virtual…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Migrate Huawei Cloud CCE (Cloud Container Engine) workloads between clusters (including different regions) using Velero backup and restore. Covers source environment deployment, SWR image management, Velero installation, backup creation, destination environment setup, restore execution, and post-migration SWR…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Migrate PersistentVolumeClaim (PVC) data between Huawei Cloud CCE clusters using obsutil as the data transfer mechanism via OBS bucket as intermediary storage. Use when Velero's file-level backup (restic/kopia) fails due to Huawei Cloud OBS S3 API incompatibility (virtual-hosted-style requirement). Covers helper pod…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Deploy Huawei Cloud CCE (Cloud Container Engine) clusters with node pools using Terraform MCP and Huawei Cloud MCP. Covers provider schema discovery, data source references for existing VPC/subnet, cluster and node pool resource creation, keypair management, kubeconfig extraction, and post-deployment validation.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Deploy Huawei Cloud CCE (Cloud Container Engine) clusters with node pools using KooCLI and Huawei Cloud MCP. Covers environment discovery, cluster creation, node pool provisioning, SSH keypair setup, kubeconfig generation, and post-deployment validation.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Set up a local Kubernetes cluster using Kind that is compatible with Huawei Cloud CCE for development and migration exercises. Covers prerequisites check, cluster creation, NGINX Ingress Controller installation with pre-loaded images, local-path provisioner, and CCE-compatible Helm chart deployment.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Migrate a Kubernetes application from a local Kind cluster to Huawei Cloud CCE. Covers CCE cluster creation, node pool provisioning, public API access via EIP, ELB setup for Ingress, SWR image push, Nginx Ingress Controller installation, application deployment with CCE-specific values, and post-migration validation.…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Deploy Huawei Cloud CCI (Cloud Container Instance) workloads entirely from the CLI using the v2 API with AK/SK signing. Covers prerequisites, SDK-HMAC-SHA256 signing, namespace creation via cci/v2, network creation via yangtse/v2 with securityGroups, NAT gateway for internet access, deployments with resource limits…
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Deploy a sample Docker Compose application locally (nginx + node + postgres) for experimenting with migration to Huawei Cloud CCI. Optional skill — only useful when the user does not have an existing docker-compose.yaml and wants to try the full migration flow end-to-end.
binrogithub/1-3-Cloud-Adoption-Skills
Skill Claude CodeCodex
Migrate Docker Compose applications to Huawei Cloud CCI (Cloud Container Instance). Parses docker-compose.yaml, translates services to CCI v2 API Deployments, handles images (SWR or Docker Hub), volumes (SFS Turbo), env/secrets (ConfigMaps/Secrets), networking (yangtse/v2 with securityGroups), and services…