visual-flow-gif

Solid

Create animated flow diagrams from articles, workflow notes, architecture sketches, or process descriptions using a JSON specification and a local Python/Pillow renderer. Use when the user wants to turn source material into a static PNG + animated GIF diagram.

AI & Automation 1,064 stars 141 forks Updated today

Install

View on GitHub

Quality Score: 83/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Visual Flow GIF Use this skill when a user wants to turn source material into a clear animated flow diagram. The output should include: - A static PNG diagram. - An animated GIF with visible motion. - The JSON spec used to render the diagram when useful for later edits. ## Workflow 1. Read the source material and identify the system. - Inputs, outputs, actors, modules, tools, stores, and feedback loops. - Main steps, decision points, shared artifacts, and arrow direction. - Any visual constraints from a reference image. 2. Create a JSON spec. - Start from `${CLAUDE_PLUGIN_ROOT}/skills/visual-flow-gif/assets/default-spec.json` for the default light theme. - Start from `${CLAUDE_PLUGIN_ROOT}/skills/visual-flow-gif/assets/dark-spec.json` only when the user asks for a dark version. - Use short English labels unless the user asks for another language. - Use explicit `x`, `y`, `w`, and `h` values for predictable layout. - Use custom multi-point paths for routed arrows. Corners are rounded by default. - Add important modules to `animation.pulses`; pulse highlights are strong by default. - See `${CLAUDE_PLUGIN_ROOT}/skills/visual-flow-gif/references/spec-format.md` for field details. 3. Render the diagram. Requires Python 3.10+ and Pillow 10+. If Pillow is missing, install it first: `python3 -m pip install -r ${CLAUDE_PLUGIN_ROOT}/skills/visual-flow-gif/requirements.txt` ```bash python3 ${CLAUDE_PLUGIN_ROOT}/skills/visual-flow-gif/script...

Details

Author
AI-Builder-Club
Repository
AI-Builder-Club/skills
Created
1 months ago
Last Updated
today
Language
Python
License
None

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

animated-architecture

Create a fixed-layout, dark-canvas, hand-drawn animated architecture diagram with flowing glow paths and pulsing highlights. Two layouts: three-card (parallel stages) and conveyor (factory-line process with feedback belt). Produces .excalidraw + .png + animated .gif from a JSON spec. Trigger on: "animated architecture diagram", "animated GIF diagram", "hand-drawn architecture animation", "architecture diagram gif", "animated system diagram", "factory-line process graphic", "premium architecture diagram with animation", or when the user wants a dark themed architecture flow with motion (distinct from static excalidraw-diagram, mermaid-diagram, or scroll-animated animated-website).

2 Updated today
petermcalister
AI & Automation Listed

fireworks-tech-graph

Create technical diagrams such as software architecture, data flow, flowcharts, sequence diagrams, C4 reviews, cloud deployments, event streams, observability investigations, agent/memory systems, UML, ER, network topology, timelines, and technical concept maps, then export SVG, PNG, focused semantic SVG-to-GIF motion, or offline interactive HTML. Treat direct requests such as "Generate a GIF", "生成 GIF", or "制作 GIF" as motion requests, and use this skill when the user asks to visualize a system or engineering concept. Do not use for photos, raster artwork, or quantitative data charts.

11 Updated 5 days ago
codingSamss
Data & Documents Listed

dashmotion

Create dark-themed, animated technical diagrams as self-contained HTML+SVG files — flowcharts whose connectors visibly flow, and architecture diagrams where requests travel as light dots through the system (Diagrid/Temporal landing-page style). Use this skill whenever the user asks for a flowchart, workflow, pipeline, process diagram, state machine, system architecture, infrastructure, cloud, microservices, or network topology diagram — and especially when they mention "animated", "flowing", "dynamic", "alive", "GIF-like", or want a diagram for a landing page, README, docs, or product demo. Also use it to convert Mermaid source (a mermaid code block or .mmd file) into an animated diagram — "animate this mermaid", "make this flowchart move". Prefer this over static diagram output whenever the diagram represents anything that moves: requests, events, data, jobs, messages, or control flow.

0 Updated today
Northwestern-caddo190