一键导入
aws-mermaid
Generate AWS architecture diagrams in Mermaid. Invoke when the user asks to draw, design, or document AWS architecture as Mermaid.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate AWS architecture diagrams in Mermaid. Invoke when the user asks to draw, design, or document AWS architecture as Mermaid.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for GitHub operations: creating issues, posting issue comments, creating draft PRs, and adding PR review comments.
Facilitate structured divergent idea generation using the SCAMPER technique (Bob Eberle). An orchestrator elicits a concrete target, applies seven transformation lenses (Substitute, Combine, Adapt, Modify, Put to another use, Eliminate, Reverse) in parallel via focused subagents, then converges into evaluated, prioritized ideas. Use when the user asks for a SCAMPER analysis, systematic ideation, or improvement ideas for an existing product, service, process, or idea.
Facilitate structured multi-perspective analysis using Edward de Bono's Six Thinking Hats. A Blue Hat orchestrator applies one hat at a time in sequence over a single shared record, using five focused hat subagents. Use when the user asks for a Six Hats or 6 hat analysis, a multi-perspective breakdown of a decision, idea, or problem, or systematic structured thinking on a topic.
Author markmap-format Markdown. Use when writing a mindmap (マインドマップ / markmap) in Markdown.
Sample skill for verifying plugin wiring. Trigger when the user asks to run the sample greeting or test the sample plugin.
Use when resolving or addressing PR review comments.
| name | aws-mermaid |
| description | Generate AWS architecture diagrams in Mermaid. Invoke when the user asks to draw, design, or document AWS architecture as Mermaid. |
Generate AWS architecture diagrams as Mermaid flowchart LR.
AWS service icons are fetched from Iconify (https://api.iconify.design/logos/aws-*.svg)
and embedded via the Mermaid v11.3.0 image-node extension (nodeID@{img,label,pos,w,h,constraint}).
Do not use architecture-beta (no click support; external icons do not render on Notion / GitHub).
flowchart supports click navigation, subgraph nesting, and the full edge vocabulary,
so it is the more general choice.
deploy-on-aws:aws-architecture-diagramsubgraphreferences/template.mdreferences/icons.mdclick lines only when the user explicitly asks for management-console links; in that case use references/console-urls.md---
title: <title>
config:
theme: neutral
flowchart:
nodeSpacing: 10
rankSpacing: 30
---
flowchart LR
nodeID@{img: "<iconify URL>", label: "<label, <br> for line break>", pos: "b", w: 60, h: 60, constraint: "on"}
subgraph groupID["<group label>"]
...
end
nodeA --- nodeB
nodeA ----|"label"| nodeB
nodeA -.-> nodeB %% async / config reference
nodeA ~~~ nodeB %% invisible (layout only)
classDef default fill:#fff
classDef group fill:none,stroke:none
style groupID fill:#fff,color:#345,stroke:#345
| Item | Default |
|---|---|
| Direction | flowchart LR (external → internal, left to right) |
| Theme | neutral |
nodeSpacing / rankSpacing | 10 / 30 |
| Icon size | w: 60, h: 60 |
| Label position | pos: "b" (below the icon) |
| AWS icon URL pattern | https://api.iconify.design/logos/aws-<service>.svg |
| Non-AWS fallback | material-symbols/* or logos/<vendor> |
subgraph nesting to 2–3 levels (e.g. AWS account → region → VPC). Do not go deeper.subgraph use1["us-east-1"] / subgraph apne1["ap-northeast-1"]).subgraph g-foo[" "]) and remove its frame with classDef group fill:none,stroke:none +
class g-foo group.~~~ (e.g. g-cdn ~~~ vpc ~~~ g-aux).<br> (HTML) for line breaks. \n does not work.: or pipe | inside a label; the Mermaid parser can misbehave.
Substitute a full-width colon (:) or rephrase if needed.```mermaid block.click nodeID href "URL" _blank only when the user explicitly asks for
management-console navigation. Never embed by default.classDef diff
(see the end of references/template.md).architecture-beta (see "Purpose")subgraph so nesting goes deep (keep it 2–3 levels)-, /, _, alphanumerics only)