d-wwei

Brilliant Visualizer — AI skill for Claude Code

AI community

AI agent skill for smart article illustration — analyzes content, routes to best engine (Mermaid/D2/AI/stock photos/HTML), generates matching visuals.

How to install Brilliant Visualizer

This entry records only its repository, not the path inside it, so there is no exact command to give. Open d-wwei/brilliant-visualizer and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Brilliant Visualizer does

AI agent skill for smart article illustration — analyzes content, routes to best engine (Mermaid/D2/AI/stock photos/HTML), generates matching visuals. Works with any AI agent.

Alternatives in AI

  • AI Research SKILLs — Visual Skills Pack for Obsidian: generate Canvas, Excalidraw, and Mermaid diagrams from text with Claude Code 5.7k ★
  • Claude Skill Aso Appstore Screenshots — A Claude Code skill that generates high-converting App Store screenshots for your iOS app 1.2k ★
  • Pretty Mermaid Skills — To provide AI with Mermaid chart rendering capability, supporting both SVG and ASCII output formats 552 ★

README

Brilliant Visualizer

An AI agent skill that analyzes article content and automatically generates matching illustrations — diagrams, architecture charts, AI images, stock photos, and infographics.

Why

Writing a good article is half the job. The other half is finding or creating the right visuals for each section. This skill does the second half: it reads your article, identifies where illustrations would help, picks the best generation method for each, and produces them.

It works as a standalone skill or as a pipeline stage between [great-writer](https://github.com/d-wwei/great-writer) (writing) and [typeset](https://github.com/d-wwei/typeset) (formatting). Compatible with any AI agent that supports skills — Claude Code, Codex, Gemini CLI, and others.

Quick Start

  1. Copy the skill to your agent's skills directory:
# Claude Code
cp -r brilliant-visualizer ~/.claude/skills/

# Codex / other agents
cp -r brilliant-visualizer ~/.agents/skills/
  1. Use it:
visualize path/to/article.md
  1. Review the illustration plan, confirm, and let it generate.

How It Works

Two steps: **Analyze → Generate**.

**Step 1 — Analyze.** The skill scans your article and produces an illustration plan:

# Location Type Engine Description Priority
1 After title Cover ai-image Tech-style concept art Required
2 After §2 Architecture mermaid Microservice topology Required
3 After §5 Comparison html-render Performance metrics Suggested

You can edit, remove, or add entries before proceeding.

**Step 2 — Generate.** For each confirmed entry, the skill loads the right engine, generates the visual, and inserts it into your Markdown.

Engines

Engine What it does Tool needed
mermaid Flowcharts, sequence diagrams, ER diagrams, state charts, gantt, mindmaps, pie charts @mermaid-js/mermaid-cli