aws-samples/aws-diagram-design
v2.0.0MIT
AWS-branded editorial diagrams as standalone HTML/SVG/PNG — Amazon Ember typography, squid ink + smile orange skin, official AWS Architecture Icons bundled. 27 visual types (architecture, VPC, flowchart, sequence, ER, timeline, swimlane, Gantt, data flow, …), draw.io and Mermaid redraw, PNG/SVG export, and read-only current-state diagrams drawn from a live AWS account. Korean triggers: AWS 아키텍처 다이어그램, 구성도, 흐름도, 시퀀스 다이어그램.
Changelog
2.0.0 — 2026-09-02
Repackaged as an Agent Plugins 1.0.0 plugin (from masangbeom/aws-diagram-design 1.2.0).
plugin.jsonnow follows the closed 1.0.0 manifest schema;mcp.jsonadded (AWS MCP Server, streamable HTTP).- Claude Code slash commands (
commands/*.md) became skills —export-diagram,import-drawio,import-mermaid— since the spec has no command component and skills are invocable in both Claude Code and Kiro. - New skill
aws-live-architecturewithscripts/aws_inventory.py: read-only account/VPC inventory emitted in the same IR digest shape as the draw.io / Mermaid extractors, runnable locally or through the AWS MCP Server. - Repo-level
scripts/verify-motion.pyandinstall.sh fontsmoved into the skill (scripts/verify-motion.py,scripts/install_fonts.sh); test fixtures moved toexamples/. .claude-plugin/and.mcp.jsonkept as Claude Code client extensions.