← ClaudeAtlas

claude-diagramlisted

Writes per-kind Mermaid diagram entries into `.claude/diagrams/`, covering system context, components, request flow, data pipeline, and deployment. Reads `.claude/ARCHITECTURE.md` and `REQUIREMENTS.md` when present, falls back to a code-structure scan. Use when asked to "draw the architecture", "diagram the system", "show the components", "give me a flow chart", "refresh the deploy diagram", or "visualize the project". Do NOT use for design tokens (use `claude-design-extract`) or UI audits (use `claude-ux-audit`).
erclx/aitk · ★ 2 · Web & Frontend · score 68
Install: claude install-skill erclx/aitk
# Claude diagram Write one entry per diagram kind. Never rewrite the folder wholesale. A pass that refreshes the deploy view leaves the other four files byte-identical, which is the whole reason the surface is a folder. ## Guards - If no `.claude/ARCHITECTURE.md`, no `.claude/REQUIREMENTS.md`, and no top-level folder structure to scan, stop: `❌ No source signal. Add .claude/ARCHITECTURE.md or run inside a project folder.` ## Step 1: read sources and locate the surface Read these from the project root in parallel, skipping any that do not exist: - `.claude/diagrams/index.md` and every `.claude/diagrams/*.md`: which entries exist and what they already say - `.claude/REQUIREMENTS.md`: users, external dependencies, tech stack, MVP feature list - `.claude/ARCHITECTURE.md`: layered components, key technical decisions - `CLAUDE.md`: project type, conventions - `package.json`, `pyproject.toml`, `Cargo.toml`: language and framework markers - Top-level folder layout and root config files via `ls`: deploy targets, infrastructure config, component boundaries Do not recurse speculatively. Follow `${CLAUDE_SKILL_DIR}/../../standards/diagrams.md` for frontmatter, entry kinds, layout, budgets, accessibility, verification, and explanation rules. ### Migrating a pre-split flat file When `.claude/diagrams/` holds no entry and `.claude/DIAGRAMS.md` exists, this pass converts it. An entry is any `*.md` in the folder other than `index.md`. The seed ships `index.md` alone, so a folder hol