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. fireworks-tech-graph
    fireworks-tech-graph icon

    fireworks-tech-graph

    Documentation

    Generate publication-ready SVG, PNG, and animated GIF technical diagrams from natural language descriptions, with 12 visual styles and built-in AI/Agent domain patterns.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Runs locally in Codex and Claude Code.

    Engagement

    Available On

    Windows
    macOS
    Linux
    API
    SDK

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    DocumentationAI Development LibrariesAgent Skill Registries

    Alternatives

    ScalarSimpleEnglishJSON Render
    Developer
    yizhiyanhua-aiShanghai, ChinaEst. 2024

    Listed Aug 2026

    About fireworks-tech-graph

    fireworks-tech-graph is an open-source agent skill that turns plain English or Chinese descriptions into polished, geometry-checked technical diagrams — outputting SVG, high-resolution PNG, and validated animated GIFs. It runs unchanged inside both OpenAI Codex and Anthropic Claude Code, and is published under the MIT license. The project reached v1.2.0 with a verified semantic SVG-to-GIF motion runtime shared across all twelve visual styles.

    What It Is

    fireworks-tech-graph is a diagram-generation skill for AI coding agents. Instead of writing Mermaid DSL or clicking through draw.io, a developer describes a system in natural language — "Draw a Mem0 memory architecture, dark style" — and the skill classifies the diagram type, generates a geometry-safe SVG, exports a 1920px PNG, and optionally produces an animated GIF with draw-on connector animation and persistent data flow. The skill ships with 12 distinct visual styles, 14 UML diagram types, and built-in pattern knowledge for AI/Agent architectures including RAG, Agentic RAG, Mem0, Multi-Agent, and Tool Call flows.

    How the Skill Works

    The generation pipeline follows a bounded, agent-driven validation loop rather than treating the first render as final:

    • Natural language in — trigger phrases like "draw a diagram", "visualize", "architecture diagram", or Chinese equivalents (画图 / 帮我画) auto-classify the diagram type and style.
    • Semantic IR — typed nodes and edges are normalized to a versioned schema; duplicate IDs, dangling references, and malformed waypoints fail before rendering.
    • Geometry-safe routing — deterministic orthogonal routes, exact waypoints, distinct port fan-out, label and legend avoidance, and verified bridge jumps keep wires out of boxes.
    • Structured SVG validation — XML and marker integrity, semantic node checks, reserved-region, canvas, edge-overlap, and edge-crossing checks run before export.
    • PNG visual readback — exported PNGs are inspected for clipping, overlap, label placement, and routing regressions before delivery.
    • Targeted correction — each pass changes only diagnosed coordinates or spacing, then reruns validation; at most two focused correction passes are allowed by default.

    Twelve Visual Styles and Motion

    Styles 1–7 and 9–12 are deterministic generator-backed profiles; Style 8 (Dark Luxury) is AI-authored with a static regression fixture. Every style shares one approved motion contract: connectors begin absent, draw in on frames 1–36, fade to live flow on frames 36–38, hold full settled flow on frames 38–109, and reset on frames 110–114 — producing a 5.75-second, 20fps, 115-frame infinite loop at 960px wide. Style highlights include:

    • Flat Icon (default) — white background, colored accents, suited for blogs and slides
    • Dark Terminal — dark background, monospace fonts, ideal for GitHub READMEs
    • Blueprint — engineering grid, cyan lines, for architecture docs
    • Glassmorphism — frosted glass cards on dark gradient, for product sites and keynotes
    • C4 Review Canvas — enforces one declared C4 abstraction level with responsibilities and protocols
    • Ops Pulse — golden signals, one critical path, OTel export, and a correlated trace

    AI/Agent Domain Patterns and Shape Vocabulary

    The skill encodes semantic meaning into shapes consistently across all styles: LLMs use double-border rounded rectangles, Agents use hexagons, Vector Stores use ringed cylinders, and Queues use horizontal pipes. Arrow stroke and dash patterns encode flow type — solid for primary data flow, dashed for memory writes, and curved for feedback loops. Built-in pattern knowledge covers RAG Pipeline, Agentic RAG, Agentic Search, Mem0 Memory Layer, Agent Memory Types, Multi-Agent, and Tool Call Flow. Over 40 brand icons ship as inline SVG with correct brand colors — covering OpenAI, Anthropic, Pinecone, Weaviate, Kafka, LangChain, LangGraph, CrewAI, Kubernetes, and Grafana, among others.

    Update: v1.2.0 — Semantic SVG→GIF Motion Live

    Version 1.2.0, published July 2026, is the current release. The headline change is a unified, fail-closed SVG-to-GIF motion runtime applied to all twelve styles. The runtime validates draw-on sequence, settled data flow, the 5.75-second timeline, frame cadence, and infinite looping before atomically installing the final GIF artifact. The project reports 9,587 GitHub stars and 802 forks as of the last metadata update.

    Setup Path

    Install via the skills CLI into Codex and Claude Code simultaneously:

    npx -y skills@1.5.17 add yizhiyanhua-ai/fireworks-tech-graph/skills/fireworks-tech-graph --agent codex claude-code -g -y --copy
    

    Alternatively, clone the repository directly into ~/.agents/skills/ for Codex or ~/.claude/skills/ for Claude Code. PNG export requires cairosvg (recommended) or rsvg-convert; animated GIF export additionally requires FFmpeg, Chrome/Chromium, and Puppeteer. Python 3.9+ is required; the optional Puppeteer path requires Node.js 18+.

    fireworks-tech-graph - 1

    Community Discussions

    Be the first to start a conversation about fireworks-tech-graph

    Share your experience with fireworks-tech-graph, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Runs locally in Codex and Claude Code.

    • 12 visual styles
    • 14 UML diagram types
    • AI/Agent domain patterns
    • SVG, PNG, and GIF export
    • 40+ brand icons

    Capabilities

    Key Features

    • Natural language diagram generation in English and Chinese
    • 12 distinct visual styles (11 generator-backed + 1 AI-authored Dark Luxury)
    • 14 UML diagram types including Class, Sequence, State Machine, ER Diagram, and more
    • Built-in AI/Agent domain patterns: RAG, Agentic RAG, Mem0, Multi-Agent, Tool Call Flow
    • Semantic shape vocabulary: hexagons for Agents, ringed cylinders for Vector Stores, double-border rects for LLMs
    • Geometry-safe orthogonal routing with exact waypoints, port fan-out, and verified bridge jumps
    • Structured SVG validation: XML integrity, marker checks, edge-overlap and edge-crossing detection
    • PNG visual readback gate for clipping, overlap, label placement, and routing regressions
    • Validated SVG-to-GIF semantic motion: draw-on connectors + persistent settled data flow
    • 5.75-second, 20fps, 115-frame infinite loop GIF at 960px wide
    • 40+ brand icons as inline SVG with correct brand colors (no CDN fetch)
    • Swim lane grouping with automatic layer labeling
    • 1920px high-resolution PNG export
    • Offline interactive HTML export with pan/zoom, themes, and multi-format download
    • Unified CLI: validate, render, check, animate, export-html, doctor
    • Versioned diagram IR with schema normalization and fail-closed validation
    • Engineering semantic contracts for C4 reviews, cloud deployments, event streams, and reliability
    • Bounded agent-driven validation feedback loop with at most two correction passes
    • Supports cairosvg, rsvg-convert, and headless Chrome/Puppeteer renderers
    • Works unchanged in both OpenAI Codex and Anthropic Claude Code

    Integrations

    OpenAI Codex
    Anthropic Claude Code
    cairosvg
    rsvg-convert
    Puppeteer / puppeteer-core
    FFmpeg
    Chrome / Chromium
    ImageMagick
    npm / npx skills CLI
    Python 3.9+
    Node.js 18+
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate fireworks-tech-graph and help others make informed decisions.

    Developer

    yizhiyanhua-ai

    yizhiyanhua-ai builds fireworks-tech-graph, an open-source agent skill that generates publication-ready technical diagrams from natural language for OpenAI Codex and Anthropic Claude Code. The project is MIT-licensed and maintained in the open on GitHub, with a focus on AI/Agent domain patterns, geometry-safe SVG rendering, and validated animated GIF motion. The founder also offers scoped paid sprints and design-partner work for teams building agent infrastructure, AI IDEs, and developer tools.

    Founded 2024
    Shanghai, China
    1 employees
    Read more about yizhiyanhua-ai
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Scalar icon

    Scalar

    A modern API platform built for the OpenAPI standard, offering developer docs, SDKs, API client, and registry.

    SimpleEnglish icon

    SimpleEnglish

    An agent skill that forces LLMs to write technical documentation in ASD-STE100 Simplified Technical English, eliminating AI writing slop with 53 aerospace-grade rules.

    JSON Render icon

    JSON Render

    A React component library for rendering JSON data with AI-powered streaming support and customizable themes.

    Browse all tools

    Related Topics

    Documentation

    AI-driven tools that automatically generate, maintain, and organize technical documentation, user guides, and project artifacts with context-aware content and intelligent updating.

    81 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    267 tools

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

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