Skip to content

chore: remove migration-to-aws plugin#114

Open
MichaelWalker-git wants to merge 1 commit intomainfrom
remove-migration-to-aws-v2
Open

chore: remove migration-to-aws plugin#114
MichaelWalker-git wants to merge 1 commit intomainfrom
remove-migration-to-aws-v2

Conversation

@MichaelWalker-git
Copy link
Copy Markdown

Summary

  • Remove the migration-to-aws plugin (gcp-to-aws skill) and all associated files (31 files, ~3800 lines)
  • Remove all references from marketplace.json, AGENTS.md, README.md, and README.jp.md
  • CODEOWNERS entry intentionally retained
  • Supersedes chore: remove migration-to-aws plugin #110 which had merge conflicts with main after the sagemaker-ai plugin landed

Test plan

  • mise run build passes (lint, format, manifests, cross-refs, reference integrity, size validation, security)
  • Grep confirms no remaining plugin references (except intentionally retained CODEOWNERS entry and an unrelated test query in databases-on-aws evals)

Generated with Claude Code


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

Remove the migration-to-aws plugin (gcp-to-aws skill) and all associated
files. Clean up references from marketplace.json, AGENTS.md, README.md,
and README.jp.md. CODEOWNERS entry intentionally retained.

Supersedes #110 which had merge conflicts with main.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the deprecated migration-to-aws plugin (gcp-to-aws skill) from the Agent Plugins for AWS repository and cleans up public/plugin registry documentation to eliminate install/discovery paths for that plugin.

Changes:

  • Deleted the plugins/migration-to-aws/ plugin implementation and its skill/reference assets.
  • Removed migration-to-aws entries from .claude-plugin/marketplace.json, AGENTS.md, README.md, and README.jp.md.
  • Kept the .github/CODEOWNERS entry for plugins/migration-to-aws as intentionally retained per PR description.

Reviewed changes

Copilot reviewed 31 out of 31 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
README.md Removes migration-to-aws from the plugin list and installation/examples sections.
README.jp.md Removes migration-to-aws from the Japanese plugin list and install instructions.
AGENTS.md Removes migration-to-aws from the repo pitch, directory structure example, and MCP server listing.
.claude-plugin/marketplace.json Removes the migration-to-aws marketplace entry.
plugins/migration-to-aws/README.md Removed plugin README.
plugins/migration-to-aws/.mcp.json Removed MCP server configuration for the plugin.
plugins/migration-to-aws/.claude-plugin/plugin.json Removed plugin manifest.
plugins/migration-to-aws/skills/gcp-to-aws/SKILL.md Removed gcp-to-aws skill definition.
plugins/migration-to-aws/skills/gcp-to-aws/references/shared/pricing-fallback.json Removed cached pricing fallback data used by the skill.
plugins/migration-to-aws/skills/gcp-to-aws/references/shared/output-schema.md Removed output schema reference docs for skill state/artifacts.
plugins/migration-to-aws/skills/gcp-to-aws/references/shared/clarify-questions.md Removed clarification question set used by the skill.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/clarify.md Removed Phase 2 workflow reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/design.md Removed Phase 3 workflow reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/estimate.md Removed Phase 4 workflow reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/execute.md Removed Phase 5 workflow reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/discover/discover.md Removed Phase 1 orchestrator reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/discover/discover-iac.md Removed Terraform discovery reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/discover/discover-app-code.md Removed planned app-code discovery reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/phases/discover/discover-billing.md Removed planned billing discovery reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/index.md Removed design reference index (GCP→AWS mapping).
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/fast-path.md Removed deterministic mapping reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/compute.md Removed compute mapping rubric.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/database.md Removed database mapping rubric.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/storage.md Removed storage mapping rubric.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/networking.md Removed networking mapping rubric.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/messaging.md Removed messaging mapping rubric.
plugins/migration-to-aws/skills/gcp-to-aws/references/design-refs/ai.md Removed AI/ML mapping rubric.
plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform/classification-rules.md Removed clustering classification rules reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform/typed-edges-strategy.md Removed typed-edge inference strategy reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform/depth-calculation.md Removed topo-depth calculation reference.
plugins/migration-to-aws/skills/gcp-to-aws/references/clustering/terraform/clustering-algorithm.md Removed deterministic clustering algorithm reference.

Comment thread README.jp.md
@@ -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 へのアプリケーションデプロイを支援 | 利用可能 |
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README.jp.md のプラグイン一覧/インストール手順に sagemaker-ai が含まれていません(README.md と marketplace.json には存在します)。日本語 README も最新のプラグイン一覧に合わせて sagemaker-ai を追記するか、翻訳が未追随である旨の注記を入れると、読者の混乱を防げます。

Suggested change
| **deploy-on-aws** | アーキテクチャ推奨、コスト見積もり、IaC デプロイにより AWS へのアプリケーションデプロイを支援 | 利用可能 |
| **deploy-on-aws** | アーキテクチャ推奨、コスト見積もり、IaC デプロイにより AWS へのアプリケーションデプロイを支援 | 利用可能 |
| **sagemaker-ai** | Amazon SageMaker を活用した機械学習ワークロードや AI アプリケーションの設計・デプロイを支援 | 利用可能 |

Copilot uses AI. Check for mistakes.
@krokoko krokoko added the do-not-merge Do not merge the pull request label Apr 1, 2026
@krokoko
Copy link
Copy Markdown
Contributor

krokoko commented Apr 1, 2026

Just blocking this while we are sure this plugin is also removed from Cursor/Anthropic marketplaces

@scottschreckengaust
Copy link
Copy Markdown
Member

Just blocking this while we are sure this plugin is also removed from Cursor/Anthropic marketplaces

Anthropic:
anthropics/claude-plugins-official#1226

@github-actions
Copy link
Copy Markdown

This pull request is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.

@github-actions github-actions Bot added the stale label Apr 23, 2026
@icarthick
Copy link
Copy Markdown
Contributor

@krokoko Can we check if this is removed and claude marketplace and if so approve this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge Do not merge the pull request stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants