feat: add aws-dev-toolkit plugin (v0.12.0 — 34 skills, 11 agents, 3 MCP servers)#107
Open
rsmets wants to merge 4 commits intoawslabs:mainfrom
Open
feat: add aws-dev-toolkit plugin (v0.12.0 — 34 skills, 11 agents, 3 MCP servers)#107rsmets wants to merge 4 commits intoawslabs:mainfrom
rsmets wants to merge 4 commits intoawslabs:mainfrom
Conversation
3e603c0 to
c0af8a3
Compare
Add comprehensive AWS development toolkit with 25 skills, 11 specialized agents, and 5 MCP servers covering architecture design, cost optimization, security review, IaC scaffolding, cloud migration (GCP/Azure to AWS), and individual AWS service deep-dives. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add 5 new workflow skills that chain the full SA lifecycle: - aws-plan: end-to-end discovery → design → security review → cost estimate - aws-compare: side-by-side architecture comparison - aws-health-check: 5-minute account security/cost/reliability scan - aws-diagram: Mermaid + ASCII architecture diagrams - aws-migrate: orchestrated migration assessment with wave planning Other changes: - Improved discovery flow (progressive disclosure, 30+ questions across 5 categories) - Enhanced security enforcement (mandatory IaC review, SCP guardrails) - Simplified MCP server config (3 servers, removed duplicates) - Updated plugin.json to v0.6.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix skill count 25 → 30 in plugin.json description - Add explicit stdio type to awsiac MCP server - Add color frontmatter to all 11 agents for UI identity - Remove empty hooks/hooks.json (no hooks defined) - Add plugin-level README.md with full skill/agent/MCP tables Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0e1ddd4 to
1381274
Compare
New skills (4): - rds-aurora: engine selection, HA topology, Serverless v2, blue/green deployments - agentcore: Runtime, Memory, Gateway, Identity, Policy — full AgentCore platform design - iot: IoT Core MQTT/shadows/rules engine, Greengrass v2, SiteWise, fleet provisioning - mlops: SageMaker training/inference/pipelines, MLflow, model monitoring, Spot/Inferentia Renamed: - bedrock-cost → bedrock (broader scope including model selection, agents, guardrails) Quality improvements across all existing skills: - 33 reference files added (CLI commands, code examples, policy templates) - Output format tables added to 6+ skills - Anti-patterns added to aws-plan, aws-migrate - Related Skills cross-references added to 14+ skills - Concrete justifications added to all opinionated recommendations Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
aws-dev-toolkit is a comprehensive AWS development toolkit plugin for Claude Code — 34 skills, 11 specialized agents, and 3 MCP servers in a single plugin for building, migrating, and reviewing well-architected applications on AWS.
This is the implementation accompanying RFC #108.
Why a unified plugin?
See the detailed argument on the RFC, but in short:
aws-planchains discovery → design → security review → cost estimate in one flowawsknowledgeacross 3 separate pluginsPlugin structure (v0.12.0)
Skills inventory (34 skills)
Service-specific skills (19):
Workflow & cross-cutting skills (15):
33 reference files
Skills include
references/*.mdfiles with detailed CLI commands, code examples, policy templates, and pipeline recipes — keeping SKILL.md focused on guidance while providing deep-dive examples when needed.Quality standards
Test plan
claude plugins add ./plugins/aws-dev-toolkit/slash command listaws-planend-to-end workflow (discovery → design → security → cost)aws-health-checkagainst a live AWS accountawsiac,awsknowledge,awspricing)cost-optimizer+security-reviewcomposition)references/directories