Viz Pack
Description
Four Claude skills that turn any content into visuals — diagrams, infographics, interactive explainers, and shareable dashboards. Just type the command.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
viz-pack
Four Claude skills that turn any content into visuals. Paste a URL, attach a doc, or reference something in conversation — then type the command.
Skills
| Command | What it does | Output |
|---|---|---|
diagram it |
Picks the best diagram type (flowchart, tree, timeline, concept map) and renders it | Excalidraw diagram inline in chat |
nano this |
Sends content to Gemini image generation with a Swiss Pulse design prompt | Polished infographic PNG |
vis it |
Picks the best visual format (chart, timeline, explainer, pipeline, comparison) | Interactive widget inline in chat |
ver it |
Builds a Swiss Pulse interactive HTML (hero metric, stats, Chart.js graph, dark mode) | Published shareable link |
Install
- Open Claude.ai → Settings → Claude's Memory → Skills
- Create a new skill for each
.mdfile - Copy the file contents into the skill
- Save
That's it. The skills trigger automatically when you type the command.
Usage
diagram it https://some-article-url.com
nano this
[attach a PDF or doc]
vis it https://medium.com/some-interesting-post
ver it
[paste text, attach a file, or reference something in the conversation]
You can also use them with content already in your conversation:
that strategy we just discussed — diagram it
How they work
Each skill follows the same pattern:
- Acquire — fetch the URL, read the uploaded file, or pull from conversation context
- Analyze — extract the structure: metrics, sequences, relationships, takeaways
- Render — produce the visual in the skill's output format
The skills are designed to stay out of each other's way:
- Need a diagram? →
diagram it(Excalidraw) - Need a static infographic image? →
nano this(Gemini image gen) - Need an inline interactive visual? →
vis it(Visualizer widget) - Need a shareable link? →
ver it(HeyGenverse publish)
Design system
Three of t
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11