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.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: must1d <95445223+must1d@users.noreply.github.com>
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.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.