feat(aws-transform): add AWS Transform plugin#164
Open
youtuyy wants to merge 1 commit into
Open
Conversation
linchenk369
reviewed
May 12, 2026
linchenk369
reviewed
May 12, 2026
2443270 to
91953e2
Compare
Adds the aws-transform plugin which brings AWS Transform into coding agents for code and workload modernization: .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware to EC2, SQL Server/Oracle/MySQL to Aurora, and Java/Python/Node.js language and AWS SDK upgrades, plus custom user-defined transformations. - New plugin at plugins/aws-transform/ with Claude and Codex manifests, .mcp.json pointing at the awslabs.aws-transform-mcp-server PyPI package, and a single aws-transform skill with workload-scoped references. - Register the plugin in .claude-plugin/marketplace.json and .agents/plugins/marketplace.json under the Migration category. - Add README entry to the plugins table. RFC: awslabs#163 Depends on MCP: https://github.com/awslabs/mcp/tree/main/src/aws-transform-mcp-server
91953e2 to
2b955eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the aws-transform plugin, which brings AWS Transform — AWS's AI-powered code and workload modernization service — into coding agents.
Covers the full AWS Transform product surface:
The plugin depends on the existing
awslabs.aws-transform-mcp-server(published to PyPI) and complements it with domain guidance — workflow structure, workload-specific decision points, authentication handling, and troubleshooting.RFC
Linked to RFC #163. Mirrors the parallel approach taken for the AWS Transform MCP server (RFC awslabs/mcp#2811 + PR awslabs/mcp#3282).
Changes
plugins/aws-transform/.claude-plugin/plugin.jsonand.codex-plugin/plugin.json(schema-validated, Migration category).mcp.jsonreferencing the PyPI-published MCP serveraws-transformskill with workload-scoped references (auth, tools, workflow, .NET, mainframe, SQL, VMware subtree, custom-transformation subtree).claude-plugin/marketplace.json— added aws-transform entry undermigrationcategory.agents/plugins/marketplace.json— added aws-transform entry underMigrationcategoryChecklist
.claude-plugin/plugin.jsonvalidates againstschemas/plugin.schema.json.codex-plugin/plugin.jsonvalidates againstschemas/codex-plugin.schema.json(including requiredinterfacefields).mcp.jsonvalidates againstschemas/mcp.schema.jsonSKILL.mdfrontmatter validates againstschemas/skill-frontmatter.schema.jsonBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.