From aiee-skills
Architecture visualization patterns using Mermaid and ASCII diagrams. Use for service flows, sequence diagrams, C4 models, decision matrices, or expressing architectural ideas visually.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aiee-skills:arch-diagramsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Patterns for expressing architectural ideas visually.
Patterns for expressing architectural ideas visually.
| Need to Show | Use | Tool |
|---|---|---|
| Service dependencies | Flowchart | Mermaid |
| Request/response timing | Sequence | Mermaid |
| System boundaries | C4 Context | Mermaid |
| Internal architecture | C4 Container | Mermaid |
| Quick inline sketch | ASCII Box | Text |
| Option comparison | Decision Matrix | Table |
Mermaid Flowchart: flowchart TD → A[Node] --> B[Node]
Mermaid Sequence: sequenceDiagram → A->>B: Message
C4 Model: C4Context or C4Container → Person(), System(), Container()
ASCII Box: ┌───┐ │ │ └───┘ with ───▶ arrows
Use ASCII art for spatial layouts (UI wireframes, page structure) and Mermaid for sequential flows (user journeys, data flow). Each tool applied to its strength — ASCII shows position, Mermaid shows order.
See reference.md for complete syntax, examples, and advanced patterns.
Tables are a distinct visualization tool from diagrams, and picking the right shape changes how fast cold readers parse a system.
| Table shape | What it reveals | Use for |
|---|---|---|
| Taxonomic (flat category list) | Completeness of a set | Listing alternatives, feature matrices |
| Sequenced (temporal ordering) | "What comes when" | Disambiguating workflow commands, phased rollouts, lifecycle stages |
| Artifacts (producer → consumer) | Hidden dependency chains and silent failure modes | Multi-command workflows, data pipelines, agent handoffs |
Sequenced tables disambiguate better than taxonomic ones when commands or concepts feel interchangeable. Reframing three ambiguous options as "session → weekly review → housekeeping" clicks faster than a flat category list.
Artifacts tables (3 columns: artifact / producer / consumers) make it explicit when skipping one step silently degrades downstream steps. For workflow docs where commands hand state off to each other, this is often the single most useful table in the document — it surfaces failure modes that prose buries. Pair with a sequence diagram (Mermaid) when the temporal order also matters.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub ai-enhanced-engineer/aiee-team --plugin aiee-team