Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,6 @@
"source": "./plugins/deploy-on-aws",
"tags": ["aws", "deploy", "infrastructure", "cdk"],
"version": "1.1.0"
},
{
"category": "migration",
"description": "This no-cost tool assesses your current cloud provider's usage, geography, and billing data to estimate and compare AWS services and pricing, and recommends migration or continued use of your current provider. AWS pricing is based on current published pricing and may vary over time. The tool may generate a .migration folder containing comparison and migration execution data, which you may delete upon completion or use to migrate to AWS.",
"keywords": [
"aws",
"gcp",
"google-cloud",
"migration",
"cloud-migration",
"terraform",
"fargate",
"rds",
"eks"
],
"name": "migration-to-aws",
"source": "./plugins/migration-to-aws",
"tags": ["aws", "gcp", "migration", "infrastructure"],
"version": "1.0.0"
}
]
}
17 changes: 1 addition & 16 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## TL;DR Pitch

This repository supports **plugins** - bundles of skills, MCP servers, and agent configurations that extend capabilities. The `awslabs/agent-plugins` marketplace includes plugins like `deploy-on-aws` (architecture recommendations, cost estimates, and working IaC), `amazon-location-service` (maps, geocoding, routing, and geospatial features), `databases-on-aws` (database guidance for the AWS portfolio, starting with Aurora DSQL), and `migration-to-aws` (GCP-to-AWS migration with resource discovery, architecture mapping, and cost analysis).
This repository supports **plugins** - bundles of skills, MCP servers, and agent configurations that extend capabilities. The `awslabs/agent-plugins` marketplace includes plugins like `deploy-on-aws` (architecture recommendations, cost estimates, and working IaC), `amazon-location-service` (maps, geocoding, routing, and geospatial features), and `databases-on-aws` (database guidance for the AWS portfolio, starting with Aurora DSQL).

## Core Concepts

Expand Down Expand Up @@ -68,14 +68,6 @@ agent-plugins/
│ │ ├── SKILL.md
│ │ ├── mcp/
│ │ └── references/
│ └── migration-to-aws/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── .mcp.json
│ └── skills/
│ └── gcp-to-aws/
│ ├── SKILL.md
│ └── references/
├── schemas/ # JSON schemas for manifests
│ ├── marketplace.schema.json
│ ├── plugin.schema.json
Expand Down Expand Up @@ -121,13 +113,6 @@ agent-plugins/
| `awsknowledge` | HTTP | AWS documentation, architecture guidance, and best practices |
| `aurora-dsql` | stdio | Direct database operations — queries, schema, transactions (disabled by default) |

### migration-to-aws

| Server | Type | Purpose |
| -------------- | ----- | ----------------------------------------------- |
| `awsknowledge` | HTTP | AWS documentation and architecture guidance |
| `awspricing` | stdio | Real-time AWS service pricing for cost analysis |

## Workflow: Deploy Skill

1. **Analyze** - Scan codebase for framework, database, dependencies
Expand Down
32 changes: 0 additions & 32 deletions README.jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ AI コーディングエージェントはソフトウェア開発において
| **aws-serverless** | Lambda、API Gateway、EventBridge、Step Functions、Durable Functions を使用したサーバーレスアプリケーションを構築 | 利用可能 |
| **databases-on-aws** | AWS データベースポートフォリオのガイダンス — スキーマ設計、クエリ、マイグレーション、マルチテナントパターン | 一部利用可能(Aurora DSQL) |
| **deploy-on-aws** | アーキテクチャ推奨、コスト見積もり、IaC デプロイにより AWS へのアプリケーションデプロイを支援 | 利用可能 |
| **migration-to-aws** | リソース検出、アーキテクチャマッピング、コスト分析、実行計画により GCP インフラを AWS に移行 | 利用可能 |

## インストール

Expand Down Expand Up @@ -89,12 +88,6 @@ Deploy on AWS
/plugin install deploy-on-aws@agent-plugins-for-aws
```

Migration to AWS

```bash
/plugin install migration-to-aws@agent-plugins-for-aws
```

### Cursor

**deploy-on-aws** プラグインは [Cursor Marketplace](https://cursor.com/marketplace/aws) からインストールできます。詳細については、[Cursor プラグインドキュメント](https://cursor.com/docs/plugins)を参照してください。Cursor アプリケーション内からもインストール可能です。
Expand Down Expand Up @@ -218,31 +211,6 @@ AWS デプロイを加速するスキルをエージェントに提供します
| **awspricing** | コスト見積もり用のリアルタイム AWS サービス料金 |
| **aws-iac-mcp** | CDK/CloudFormation の IaC ベストプラクティス |

## migration-to-aws

Terraform リソースの検出、アーキテクチャマッピング、コスト見積もり、実行計画を通じて、GCP インフラから AWS への体系的な移行を支援します。

### ワークフロー

1. **検出** - Terraform ファイルをスキャンして GCP リソースを検出し、インフラストラクチャを抽出
2. **確認** - コンピューティングワークロードとアーキテクチャパターンを理解
3. **設計** - GCP サービスを AWS の同等サービスにマッピングし、根拠を提示
4. **見積もり** - 月間 AWS コストを算出し、GCP と比較
5. **実行** - 移行タイムラインを策定し、デプロイリスクを特定

### エージェントスキルのトリガー

| エージェントスキル | トリガー |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------- |
| **gcp-to-aws** | 「GCP から AWS に移行して」「GCP から移行して」「GCP 移行計画」「AWS コストを見積もって」「GCP インフラのアセスメント」 |

### MCP サーバー

| サーバー | 用途 |
| ---------------- | ----------------------------------------------- |
| **awsknowledge** | AWS ドキュメント、アーキテクチャガイダンス |
| **awspricing** | コスト見積もり用のリアルタイム AWS サービス料金 |

## 要件

- Claude Code >=2.1.29 または [Cursor >= 2.5](https://cursor.com/changelog/2-5)
Expand Down
46 changes: 7 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ To maximize the benefits of plugin-assisted development while maintaining securi

## Plugins

| Plugin | Description | Status |
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| **amazon-location-service** | Add maps, geocoding, routing, places search, and geospatial features to applications with Amazon Location Service | Available |
| **aws-amplify** | Build full-stack apps with AWS Amplify Gen 2 using guided workflows for auth, data, storage, and functions | Available |
| **aws-serverless** | Build serverless applications with Lambda, API Gateway, EventBridge, Step Functions, and durable functions | Available |
| **databases-on-aws** | Database guidance for the AWS database portfolio — schema design, queries, migrations, and multi-tenant patterns | Some Services Available (Aurora DSQL) |
| **deploy-on-aws** | Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available |
| **migration-to-aws** | Migrate GCP infrastructure to AWS with resource discovery, architecture mapping, cost analysis, and execution planning | Available |
| Plugin | Description | Status |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| **amazon-location-service** | Add maps, geocoding, routing, places search, and geospatial features to applications with Amazon Location Service | Available |
| **aws-amplify** | Build full-stack apps with AWS Amplify Gen 2 using guided workflows for auth, data, storage, and functions | Available |
| **aws-serverless** | Build serverless applications with Lambda, API Gateway, EventBridge, Step Functions, and durable functions | Available |
| **databases-on-aws** | Database guidance for the AWS database portfolio — schema design, queries, migrations, and multi-tenant patterns | Some Services Available (Aurora DSQL) |
| **deploy-on-aws** | Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available |

## Installation

Expand Down Expand Up @@ -77,12 +76,6 @@ or
/plugin install deploy-on-aws@agent-plugins-for-aws
```

or

```bash
/plugin install migration-to-aws@agent-plugins-for-aws
```

### Cursor

You can install the **deploy-on-aws** plugin from the [Cursor Marketplace](https://cursor.com/marketplace/aws). For additional information, please refer to the [Cursor plugin documentation](https://cursor.com/docs/plugins). You can also install within the Cursor application:
Expand Down Expand Up @@ -206,31 +199,6 @@ Equips agents with the skills to accelerate AWS deployment - recommending AWS ar
| **awspricing** | Real-time AWS service pricing for cost estimates |
| **aws-iac-mcp** | IaC best practices for CDK/CloudFormation |

## migration-to-aws

Helps you systematically migrate GCP infrastructure to AWS through Terraform resource discovery, architecture mapping, cost estimation, and execution planning.

### Workflow

1. **Discover** - Scan Terraform files for GCP resources and extract infrastructure
2. **Clarify** - Understand compute workloads and architecture patterns
3. **Design** - Map GCP services to AWS equivalents with rationale
4. **Estimate** - Calculate monthly AWS costs and compare to GCP
5. **Execute** - Plan migration timeline and identify deployment risks

### Agent Skill Triggers

| Agent Skill | Triggers |
| -------------- | ------------------------------------------------------------------------------------------------------------------ |
| **gcp-to-aws** | "migrate GCP to AWS", "move from GCP", "GCP migration plan", "estimate AWS costs", "GCP infrastructure assessment" |

### MCP Servers

| Server | Purpose |
| ---------------- | ------------------------------------------------ |
| **awsknowledge** | AWS documentation, architecture guidance |
| **awspricing** | Real-time AWS service pricing for cost estimates |

## Requirements

- Claude Code >=2.1.29 or [Cursor >= 2.5](https://cursor.com/changelog/2-5)
Expand Down
20 changes: 0 additions & 20 deletions plugins/migration-to-aws/.claude-plugin/plugin.json

This file was deleted.

19 changes: 0 additions & 19 deletions plugins/migration-to-aws/.mcp.json

This file was deleted.

72 changes: 0 additions & 72 deletions plugins/migration-to-aws/README.md

This file was deleted.

Loading
Loading