Skip to main content

tools-visual-ascii-arch

Express product, service, or data architectures through layered ASCII diagrams suitable for terminals, PRs, and ADRs.

Zur Installation springen

Quellinformationen

Repository
tjboudreaux/cc-visualization-skills
Letzte Quellaktivität
17. Februar 2026 um 00:27
Erkannte Sprache von SKILL.md
Englisch
Sterne
5
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
tools-visual-ascii-arch
description
Express product, service, or data architectures through layered ASCII diagrams suitable for terminals, PRs, and ADRs.
# ASCII Architecture Mapping ## Intent - Provide quick system overviews when graphical tools aren’t available. - Maintain multiple zoom levels (context, container, component) in text form. ## Inputs 1. List of components/services/contracts. 2. Interaction types (sync, async, queues, blockchain events). 3. Deployment/runtime context (devices, regions, environments). ## Workflow 1. **Choose framing** - Context diagram (users ↔ system). - Container diagram (services, DBs, queues). - Component diagram (modules, classes, contracts). 2. **Apply layout grid** - Use `+---+` boxes for nodes, `|`/`-` for edges. - Keep consistent spacing (2 spaces between layers). 3. **Annotate flows** - Label arrows with protocols (`HTTP`, `gRPC`, `L1 tx`). - Use `~>` for async events, `=>` for sync calls. 4. **Layer metadata** - Add footnotes for SLAs, owners, repos. - Indicate platform-specific components (e.g., `[iOS]`, `[Windows agent]`). 5. **Version and reuse** - Store diagrams in `.factory/diagrams/<topic>.txt`. - Link from AGENTS.md or skills that need system context. ## Verification - Diagram fits within 100 characters width; no tab characters. - All components labeled; directional arrows show data/control flow. - Latest version referenced in related skills/docs.
Auf GitHub ansehen