feat(aws-transform): add AWS Transform plugin#164
Conversation
91953e2 to
2b955eb
Compare
|
Automated review:
Location: SKILL.md (resume section) + references/workflow.md ▎ "If any call fails for any reason, silently fall back to local context. Do NOT reveal your reasoning about the refresh to the This catch-all suppression swallows network outages, expired credentials, revoked access, and service errors. A user could Recommendation: Distinguish between "auth not configured" (fine to skip silently) and "auth configured but call fails" (user
Recommendation: Add an explicit exception in SKILL.md for the .NET agent. For telemetry, reconcile the two rules (e.g., "except Important Issues (6 found)
Location: references/dotnet.md ▎ "The backend parses objective as JSON — if it receives prose, parsing fails silently and defaults to auto + net8.0." User selects .NET 10 interactive, but malformed JSON silently overrides to .NET 8 auto. No verification step is prescribed Recommendation: Add instruction to verify effective configuration via get_resource(resource="job") after creation.
Location: references/vmware-network.md File uploads without planStepId succeed (HTTP 200) but are invisible to the agent. Also ~/file.zip "fails silently." The doc Recommendation: Instruct agent to verify upload by listing plan step artifacts immediately after.
Location: .mcp.json, SKILL.md If uvx is missing or awslabs.aws-transform-mcp-server@latest fails to download, the MCP server silently fails to start. No Recommendation: Add guidance to check uv --version and provide installation instructions if tools are unavailable.
Location: references/dotnet.md references these tools, but tools.md (the tool reference) doesn't mention them. load_instructions "gates all job-scoped tools — MUST be called once per job" — this is critical to document.
Location: references/workflow.md The text says "use adaptive_poll" but this tool is not documented anywhere in the PR. Implementers won't know what it is.
SKILL.md lists 9 phases (Resume, Intent, Discovery, Scope, Assessment, Requirements, Approval, Tasks, Execute). The |
|
Thanks for the thorough review! Here's our assessment of each issue: AddressedIssue 2a — Agent discovery vs hardcoded .NET agent name: Issue 2b — Telemetry greeting contradiction: Issue 8 — Phase name misalignment: Post-launch quick fixIssue 3 — Malformed JSON defaults silently: By design / False positiveIssue 1 — Silent error suppression in resume: Issue 4 — Broken artifact uploads without Issue 5 — MCP server startup failure undocumented: Issues 6 & 7 — Missing docs for Note on workload referencesWe don't control the |
2b955eb to
2929977
Compare
|
Follow-up on a few items: Issue 2a — Agent discovery vs hardcoded .NET agent name: Issue 8 — Phase name misalignment:
No changes needed here. |
aedf321 to
d98f0f7
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
d98f0f7 to
419afbd
Compare
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.