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.
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.
Provides decision framework, service comparisons, and patterns for architecting multi-cloud applications across AWS, Azure, and GCP. Useful for strategies, migrations, service selection, and cloud-agnostic designs.