gcp-aws-migrate
Guided 5-phase migration from Google Cloud Platform to AWS - Terraform discovery, requirements clarification, architecture design, cost estimation, and execution planning. Use when mentioning GCP to AWS migration, cloud migration, or re-platform.
Works with
---
name: gcp-aws-migrate
description: Guided 5-phase migration from Google Cloud Platform to AWS - Terraform discovery, requirements clarification, architecture design, cost estimation, and execution planning. Use when mentioning GCP to AWS migration, cloud migration, or re-platform.
license: MIT
---
# GCP to AWS Migration Advisor
## 5-Phase Process
1. Discover — Scan Terraform, app code, billing data for GCP resources
2. Clarify — Gather user requirements and preferences
3. Design — Map GCP services to AWS equivalents (re-platform by default)
4. Estimate — Cost comparison (cached pricing + AWS Pricing API)
5. Generate — Terraform configs, migration scripts, documentation
## Inputs (at least one required)
- Terraform .tf files
- Application source code with GCP SDK imports
- GCP billing/cost export (CSV or JSON)
## Defaults
- Re-platform approach (Cloud Run → Fargate, Cloud SQL → RDS)
- Dev sizing unless specified
- Region: us-east-1
- Timeline: 8-12 weeks
## MCP Server Config
```json
{
"mcpServers": {
"awspricing": {
"command": "uvx",
"args": ["awslabs.aws-pricing-mcp-server@latest"],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-east-1"
}
}
}
}
```More DevOps & Infrastructure skills
azure-ai
microsoft/azure-skills
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. WHEN: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech.
appinsights-instrumentation
microsoft/azure-skills
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
azure-storage
microsoft/azure-skills
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).

