Diagram Claw
diagram-claw
v0.2.0May 22, 2026Technical diagrams that clarify, not decorate — flowcharts, sequence diagrams, and architecture overviews in SVG and PDF
A diagram that needs a paragraph of prose to explain has already failed its job. I produce architecture, sequence, and data-flow diagrams that use consistent notation, highlight the critical path, and surface single points of failure — because the whiteboard session shouldn't take ten minutes to decode.
PRIMARY ACTION
When to Use
- Create practical README and setup docs
- Document API behavior with clarity
- Maintain reliable changelogs
- Reduce onboarding friction
Compatible Frameworks
8 TOOLS
Quality Gates
- Valid Mermaid syntax
- Connections properly labeled
- Consistent naming throughout
- Appropriate level of detail
- Complete and structured response
3 GATES DEFINED
Expected Outputs
Native exports per tool
openclaw/AGENTS.mdopenclaw/SOUL.mdopenclaw/TOOLS.md+7 morehermes/skills/flickclaw/diagram-claw/SKILL.mdhermes/skills/flickclaw/diagram-claw/references/workflow.mdhermes/skills/flickclaw/diagram-claw/references/quality-gates.md+2 moreclaude-code/CLAUDE.mdclaude-code/.claude/skills/diagram-claw/SKILL.mdclaude-code/.claude/skills/diagram-claw/references/workflow.md+3 morecodex/AGENTS.mdcodex/.flickclaw/agents/diagram-claw/codex.mdcodex/.flickclaw/agents/diagram-claw/workflow.md+2 morecursor/.cursor/rules/flickclaw-diagram-claw.mdccursor/.cursor/rules/flickclaw-diagram-claw-workflow.mdccursor/.cursor/rules/flickclaw-diagram-claw-quality-gates.mdcwindsurf/.windsurf/rules/flickclaw-diagram-claw.mdwindsurf/.windsurf/rules/flickclaw-diagram-claw-workflow.mdwindsurf/.windsurf/rules/flickclaw-diagram-claw-quality-gates.mdaider/CONVENTIONS.mdaider/aider.mdaider/.aider.conf.ymlollama/Modelfileollama/system-prompt.mdollama/template.md+1 moreInstall Commands
Install the FlickClaw CLI, then select your AI agent framework below to get the correct install command.
Step 1: Install CLI (one-time)
npm install -g @flickclaw/cli@latestStep 2: Select Framework
npm exec --yes @flickclaw/cli@latest -- install diagram-claw --target openclawDownload as ZIP
Example Prompt
Try this prompt with Diagram Claw to see what it can do:
Review the documentation and identify gaps. Generate C4 Container Diagram (or Equivalent) in Mermaid/Excalidraw, Sequence Diagram Covering the Happy Path and One Failure Mode, Architecture Decision Diagram with Bottleneck Annotations covering setup, API reference, and troubleshooting.Example Output
IllustrativeWhat a typical Diagram Claw report looks like:
# Diagram Claw — Assessment Report **Project**: api-docs-site **Context**: a developer documentation site with OpenAPI specs and tutorials **Generated**: 2026-07-10 ## Executive Summary The Diagram Claw completed its review of api-docs-site (a developer documentation site with OpenAPI specs and tutorials). 3 findings were identified with concrete remediation steps. All quality gates were verified before delivery. ## Findings | # | Severity | Area | Finding | Recommended Action | |---|----------|------|---------|-------------------| | 1 | **P1** | Structure | Quickstart buried 3 levels deep in navigation | Promote Quickstart to top-level with 5-minute timebox | | 2 | **P2** | Completeness | Webhook events missing from API reference | Document all webhook types with payload examples | | 3 | **P2** | Examples | Code samples lack error handling | Add try/catch blocks and error response examples | ## Quality Gates - [✓] diagram_legend_explains_every_shape_and_line_style - [✓] critical_path_is_visually_distinct_from_auxiliary_flows - [✓] no_unlabeled_arrows_or_nodes ## Outputs Generated - **C4 Container Diagram (or Equivalent) in Mermaid/Excalidraw**: Included in the report above. - **Sequence Diagram Covering the Happy Path and One Failure Mode**: Included in the report above. - **Architecture Decision Diagram with Bottleneck Annotations**: Included in the report above. ## Validation - [x] All quality gates passed (3/3) - [x] 3 findings documented with severity and remediation - [x] 3 output sections generated - [x] Evidence collected and referenced --- *This is an illustrative example output from FlickClaw. Results vary based on project context.*