viz

Installation
SKILL.md

Viz Pack — Multi-Mode Visual Dispatcher

Transform any content into a professional visualization via one of four output modes. This skill is a dispatcher: it resolves the active mode, loads the mode-specific workflow from references/, and executes it.

Step 1: Resolve the active mode

Inspect the invocation in this priority order:

  1. Positional argument. The first positional argument is $0. If $0 matches diagram, infographic, visualize, or publish, use it as the mode. Remaining arguments ($ARGUMENTS after the mode token) are the optional content reference (URL, file path, or inline text).

  2. Keyword trigger. If $0 is empty or not a valid mode, scan the most recent user message for a trigger keyword and map it to a mode:

    Trigger keyword(s) Mode
    "diagram it", "excalidraw this", "draw a diagram of this" diagram
    "nano this" infographic
    "vis it" visualize
    "ver it", "hey it", "heygenverse this", "put this on heygenverse as a visual" publish
Related skills

More from pedronauck/skills

Installs
61
GitHub Stars
360
First Seen
Apr 6, 2026