Skip to content

chore: remove migration-to-aws plugin#114

Merged
scottschreckengaust merged 2 commits into
mainfrom
remove-migration-to-aws-v2
Apr 27, 2026
Merged

chore: remove migration-to-aws plugin#114
scottschreckengaust merged 2 commits into
mainfrom
remove-migration-to-aws-v2

Conversation

@MichaelWalker-git
Copy link
Copy Markdown
Contributor

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
@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?

@github-actions github-actions Bot removed the stale label Apr 24, 2026
@krokoko
Copy link
Copy Markdown
Contributor

krokoko commented Apr 26, 2026

The anthropic PR above ahs been merged, and the plugin has also been removed from the cursor marketplace, safe to remove

@krokoko krokoko removed the do-not-merge Do not merge the pull request label Apr 26, 2026
@scottschreckengaust scottschreckengaust added this pull request to the merge queue Apr 27, 2026
Merged via the queue into main with commit 38fc9a1 Apr 27, 2026
26 of 27 checks passed
@scottschreckengaust scottschreckengaust deleted the remove-migration-to-aws-v2 branch April 27, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants