feat: add aws-amplify plugin#18
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new aws-amplify plugin to the repository’s plugin marketplace, intended to guide developers through AWS Amplify Gen 2 full-stack workflows using SOP-driven phases and an MCP-backed SOP retrieval server.
Changes:
- Registers the
aws-amplifyplugin in the central marketplace registry. - Adds plugin assets: manifest, MCP server config, slash command, and an auto-invoked “amplify-workflow” skill.
- Adds plugin-level documentation describing installation and usage.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/aws-amplify/skills/amplify-workflow/SKILL.md | Adds the phased Amplify Gen 2 workflow skill that orchestrates SOP-driven execution. |
| plugins/aws-amplify/commands/build.md | Adds /aws-amplify:build slash command delegating to the workflow skill. |
| plugins/aws-amplify/README.md | Adds end-user documentation for installing and using the plugin. |
| plugins/aws-amplify/.mcp.json | Adds MCP server configuration intended for AWS SOP retrieval. |
| plugins/aws-amplify/.claude-plugin/plugin.json | Adds the plugin manifest (metadata for marketplace/tooling). |
| .claude-plugin/marketplace.json | Registers aws-amplify in the marketplace registry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
0632a00 to
6881b5d
Compare
Code reviewAll 4 issues from the previous review have been addressed:
One remaining item: the plugin is missing a
Keep under 300 lines. See 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
6881b5d to
fe646c6
Compare
fe646c6 to
9a95bad
Compare
9a95bad to
e317434
Compare
scoropeza
left a comment
There was a problem hiding this comment.
All issues addressed, this is approved.
* upstream/main: docs: Add Japanese README (awslabs#106) feat(databases-on-aws): add initial Aurora DSQL skill for Databases on AWS Plugin pt. 1 (awslabs#66) chore(deps): update github-actions: Bump jdx/mise-action (awslabs#96) feat(aws-serverless): Add Amazon API gateway skill (awslabs#94) chore(deps): update github-actions: Bump actions/download-artifact (awslabs#93) feat(aws-amplify): add AWS Amplify Gen 2 plugin (awslabs#18) fix: formatting in CODEOWNERS for amazon-location-service (awslabs#90) feat: exlcude generic OpenAI rule for semgrep (awslabs#89) feat(tools): add reference integrity, size validation, and skill scaffolding (awslabs#87) docs: add aws-serverless plugin documentation to README (awslabs#86) feat(migration-to-aws): Migration plugin (awslabs#73) # Conflicts: # .claude-plugin/marketplace.json # .github/CODEOWNERS # AGENTS.md # README.md
- awslabs#17: Downgrade eval results to qualitative comparison, record model and version, note n=1 and recommend n>=3 for production confidence - awslabs#18: SKILL.md is 281 lines (will update PR body) - awslabs#20: Strengthen awsknowledge fallback to MUST — refuse fallback when recommendation depends on exact limit value - awslabs#21: Already addressed in prior commit (reltuples staleness) - awslabs#15: Document manual-only status and future Python converter direction (per anwesham-lab's suggestion for deterministic rewrites) - awslabs#19: MCP mirror PR noted as follow-up in PR body Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- awslabs#17: Downgrade eval results to qualitative comparison, record model and version, note n=1 and recommend n>=3 for production confidence - awslabs#18: SKILL.md is 281 lines (will update PR body) - awslabs#20: Strengthen awsknowledge fallback to MUST — refuse fallback when recommendation depends on exact limit value - awslabs#21: Already addressed in prior commit (reltuples staleness) - awslabs#15: Document manual-only status and future Python converter direction (per anwesham-lab's suggestion for deterministic rewrites) - awslabs#19: MCP mirror PR noted as follow-up in PR body Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Related
N/A
Changes
Add the
aws-amplifyplugin for building full-stack apps with AWS Amplify Gen 2.aws-amplifyplugin in.claude-plugin/marketplace.jsonplugins/aws-amplify/.claude-plugin/plugin.jsonwith metadata (author, license, keywords).mcp.jsonconfiguringaws-mcp(viamcp-proxy-for-aws) for SOP retrievalcommands/build.md—/aws-amplify:buildfor explicit invocationskills/amplify-workflow/SKILL.md— orchestrates a phased workflow (Backend → Sandbox →Frontend → Testing → Production) driven by official AWS SOPs
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.