EveryDev.ai
Subscribe
Home
Tools

3,355+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Diagram Design
    Diagram Design icon

    Diagram Design

    Graphic Design
    Featured

    A Claude Code skill that generates 27 types of editorial-quality, brand-matched diagrams as self-contained HTML/SVG files — no Figma, no generic templates.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. Clone, modify, and distribute freely.

    Engagement

    Available On

    Web
    API
    CLI

    Resources

    WebsiteGitHubllms.txt

    Topics

    Graphic DesignAI Coding AssistantsContent Generation

    Alternatives

    StyleSeedSuperdesignDiffui
    Developer
    Cathryn LaveryAustin, TXEst. 2013

    Listed Aug 2026

    About Diagram Design

    Diagram Design is an open-source Claude Code skill created by Cathryn Lavery (founder of BestSelf.co) that produces editorial-quality diagrams in self-contained HTML and SVG. It ships 27 diagram types across three visual variants — minimal light, minimal dark, and full-editorial — and can match your brand's colors and typography in about 60 seconds by reading your website. The project is licensed under MIT and hosted on GitHub, where it has accumulated over 2,900 stars.

    What It Is

    Diagram Design is a Claude Code skill (also installable as a Codex plugin) that replaces the generic rounded-box output typical of AI diagram requests with opinionated, editorial-quality SVG diagrams. Rather than wrapping Mermaid or a third-party renderer, it generates raw HTML+SVG files that open directly in a browser with no build step, no JavaScript dependencies, and no external images. The skill uses a progressive-disclosure architecture: a lean top-level SKILL.md index tells Claude how to pick a diagram type, and only the relevant per-type reference file is loaded into context — keeping the skill fast regardless of how many types exist.

    The 27 Diagram Types

    The library covers a wide range of structural and data visualization needs:

    • Structural: Architecture, Flowchart, Sequence, State machine, ER/data model, Swimlane, Tree, Org chart, Nested, Layers, High-Level, IT current-state
    • Analytical: Quadrant, Consultant 2×2, Radar/Spider, Venn, Pyramid/Funnel, Loop (flywheel)
    • Temporal: Timeline, Gantt, Process
    • Data: Bar chart, Line chart, Scatter plot, Medallion, Data flow, DP integration, DP security matrix

    Each type ships with three variants and a corresponding reference file. A live gallery (assets/index.html) lets you browse all 27 with light/dark/editorial tabs directly in a browser.

    Brand Onboarding Workflow

    The skill's headline feature is a 60-second brand onboarding flow. You point it at your website URL, and Claude fetches the homepage, extracts the dominant palette and font stack, maps detected values to semantic roles (paper, ink, muted, accent, link), runs WCAG AA contrast checks, and proposes a diff before writing tokens to references/style-guide.md. Every subsequent diagram inherits those tokens automatically. Manual override is also supported by editing the style guide directly. A first-run gate prevents the skill from silently shipping default-skinned diagrams into a branded project — it pauses and asks whether to run onboarding, paste tokens manually, or proceed with defaults.

    Design System and Primitives

    The skill enforces a strict design system: one accent color per diagram, 1–2 focal elements, three font families (Instrument Serif for titles and italic callouts, Geist sans for node names, Geist Mono for technical sublabels), 1px hairline borders, no shadows, and a maximum border-radius of 10px. All coordinates, widths, and gaps must be divisible by 4. Three primitives extend the base system:

    • Annotation callout — italic Instrument Serif with a dashed Bézier leader for editorial asides
    • Sketchy filter — SVG turbulence and displacement map for a hand-drawn variant
    • Icon set — 55 monochrome IT/cloud icons (MIT-licensed Tabler Icons + CC0 Simple Icons) using currentColor so they inherit the active skin

    Export and Installation

    Diagrams export to SVG (with injected Google Fonts for standalone rendering in Figma and Illustrator) or PNG (via Playwright at 2× scale by default) using a slash command or natural-language request. Installation supports three paths: cloning the repo and symlinking the inner skill directory into Claude Code's skills folder, installing via the Claude Code plugin marketplace (/plugin marketplace add cathrynlavery/diagram-design), or adding via Codex (npx skills add). The clone route is recommended for teams that want to customize the style guide by hand, since plugin-cache installs don't survive plugin updates.

    Update: Version 2.0 and Current Status

    The README notes version 2.0 as the current release, which introduced the Loop diagram type — a flywheel layout with stations around a shared-memory hub and dashed write-back lines. The repository was last pushed in July 2026 and last updated in August 2026, indicating active maintenance. The project has 2,913 stars and 217 forks on GitHub per the repository metadata.

    Diagram Design - 1

    Community Discussions

    Be the first to start a conversation about Diagram Design

    Share your experience with Diagram Design, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. Clone, modify, and distribute freely.

    • 27 editorial diagram types
    • Three visual variants per type (light, dark, full-editorial)
    • Brand onboarding from website URL
    • SVG and PNG export
    • 55 monochrome IT/cloud icons

    Capabilities

    Key Features

    • 27 editorial diagram types (architecture, flowchart, sequence, ER, Gantt, radar, and more)
    • Three visual variants per type: minimal light, minimal dark, full-editorial
    • Brand onboarding: reads your website URL and maps colors + fonts to semantic tokens in 60 seconds
    • WCAG AA contrast checks during onboarding
    • Self-contained HTML/SVG output — no build step, no JS, no external images
    • Live browser gallery for all 27 diagrams with tabbed variants
    • Export to SVG and PNG via slash command or natural language
    • 55 monochrome IT/cloud icons using currentColor for skin inheritance
    • Annotation callout primitive (italic Instrument Serif + dashed Bézier leader)
    • Sketchy hand-drawn SVG filter primitive
    • Progressive-disclosure architecture: only loads the relevant type reference file
    • First-run gate prevents default-skinned diagrams in branded projects
    • Skin lint script for contributors
    • Installable as Claude Code skill, Claude Code plugin, or Codex plugin
    • MIT licensed and fully open source

    Integrations

    Claude Code
    Codex
    Figma (SVG export)
    Adobe Illustrator (SVG export)
    Playwright (PNG rasterization)
    Tabler Icons
    Simple Icons
    Google Fonts
    API Available

    Ratings & Reviews

    No ratings yet

    Be the first to rate Diagram Design and help others make informed decisions.

    Developer

    Cathryn Lavery

    Cathryn Lavery is the founder of BestSelf.co and the creator of Diagram Design, an open-source Claude Code skill for editorial-quality diagrams. She writes about AI, entrepreneurship, and design at littlemight.com. Her work focuses on building practical tools that bridge the gap between AI output and professional design quality.

    Founded 2013
    Austin, TX
    50 employees

    Used by

    Daymond John
    Tony Robbins
    High-performing entrepreneurs and…
    Read more about Cathryn Lavery
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    StyleSeed icon

    StyleSeed

    An open-source design-method engine that teaches AI coding agents (Claude Code, Codex, Cursor) design judgment through 74 rules, 8 output grammars, and 20 agent skills to produce non-generic UI.

    Superdesign icon

    Superdesign

    AI-powered design tool that lets you explore, iterate, and create beautiful designs with natural language prompts.

    Diffui icon

    Diffui

    AI-powered UI design generation tool that creates multiple brand-compliant design options in parallel from a text prompt, then exports them for agent-based code generation.

    Browse all tools

    Related Topics

    Graphic Design

    AI-assisted tools for creating professional graphics, illustrations, and visual content with intelligent composition suggestions, style transfer, and brand consistency.

    56 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    689 tools

    Content Generation

    Advanced LLM-based tools that create high-quality, engaging marketing content, articles, and copy tailored to specific audiences, tones, and campaign objectives with minimal human input.

    267 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions