From empire-visual
Converts concepts, codebases, flows, or comparisons into diagrams (ASCII box-drawing, trees, flowcharts, tables) or mermaid for GitHub. Best when structure exists and a visual is clearer than prose.
How this skill is triggered — by the user, by Claude, or both
Slash command
/empire-visual:visualizeThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<section id="core">
A diagram loads two cognitive channels; prose loads one. Verbal and visual information travel separate paths (dual-coding theory), and working memory saturates fast (cognitive load theory). A labeled diagram lets a reader grasp structure at a glance and hold it longer. This skill converts a thing-with-structure into the visual that carries it best.
Scope: structure, flow, state, sequence, hierarchy, comparison, quantity. If the answer has no structure — a single fact, a yes/no — do NOT force a diagram. Say it.
Read/Grep/Glob a
file, function, or directory). Find the entities and the relationships between them —
that is what the diagram encodes.| Intent | Format |
|---|---|
| Structure / architecture / layers | ASCII box-drawing |
| File / module / type hierarchy | Indented tree |
| Control flow / decisions / algorithm | ASCII flowchart (boxes + arrows) |
| State / lifecycle transitions | ASCII state diagram |
| Request path / call order | Numbered sequence or A → B → C |
| Options / trade-offs / feature matrix | Markdown table |
| Quantities / distribution / progress | ASCII bars (█████░░░) or a table |
```mermaid block ONLY when output targets GitHub, a PR, or a markdown
viewer. The terminal TUI does NOT render mermaid — it prints the raw source. Never
make mermaid the sole representation in a terminal reply. When both terminal and
GitHub are in play, lead with ASCII; offer mermaid as an addition if asked.┌ ┐ └ ┘ ├ ┤ ┬ ┴ ┼ │ ─
for boxes, → ← ↑ ↓ for flow.Badly built diagrams read as visual noise — worse than prose. Enforce:
For copy-ready ASCII shapes — architecture, tree, flowchart, state machine, sequence,
quantity bars — read references/diagram-templates.md.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub marcoskichel/empire