From aws-skills-for-claude-code
Guides 5-phase GCP to AWS migration: Terraform discovery of resources, requirements clarification, architecture design with re-platforming, cost estimation via AWS Pricing API, and execution planning with Terraform configs and scripts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aws-skills-for-claude-code:gcp-aws-migrateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Discover — Scan Terraform, app code, billing data for GCP resources
{
"mcpServers": {
"awspricing": {
"command": "uvx",
"args": ["awslabs.aws-pricing-mcp-server@latest"],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-east-1"
}
}
}
}
npx claudepluginhub whchoi98/aws-skills-for-claude-code --plugin aws-skills-for-claude-codeAssesses and migrates workloads from AWS, GCP to Azure, generating reports and code conversion guidance for Lambda to Functions and similar.
Plan and execute GCP migrations with validated rollback procedures. Covers Migrate to Virtual Machines, Database Migration Service, Storage Transfer Service, and cutover sequencing.
Orchestrates infrastructure migrations as tracked projects: PaaS-to-IaC graduation, provider-to-provider (AWS/GCP/Azure), consolidation, partial service/database moves. Generates issues with tasks, dependencies, verification, rollbacks; handles full lifecycle from planning to cleanup.