Skip to main content

tools-visual-ascii-arch

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

설치로 이동

소스 정보

저장소
tjboudreaux/cc-visualization-skills
최근 소스 활동
2026년 2월 17일 00:27
감지된 SKILL.md 언어
영어
스타
4
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기