Baoyu Article Illustrator
Analyzes an article, plans Type x Style x Palette illustrations, and writes reproducible image prompts.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 19, 2026 · 87e27e6
Correctly refused to fake final images when no image-generation backend was available, producing only an outline and prompt files instead - honest, but it does nothing end-to-end without a separate image tool installed.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Baoyu Article Illustrator does
Reads an article, identifies where visual aids add value, and produces a structured outline plus per-image prompt files (ZONES/LABELS/COLORS/STYLE/ASPECT) using a Type x Style x Palette system for visual consistency. Triggers on requests to illustrate an article, add images, generate images for an article, or the Chinese equivalent, but requires a raster image-generation backend (Codex imagegen, Cursor GenerateImage, or the separate baoyu-image-gen skill) to actually render the pictures.
How to install Baoyu Article Illustrator
git clone https://github.com/JimLiu/baoyu-skills
cd baoyu-skills
mkdir -p ~/.claude/skills
cp -r skills/baoyu-article-illustrator ~/.claude/skills/baoyu-article-illustrator
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Baoyu Article Illustrator
-
/baoyu-article-illustratorAnalyzes an article, plans Type x Style x Palette illustrations, and writes reproducible image prompts.
It also activates on plain-language prompts like these:
-
Plan illustrations for this article using a consistent style and palette -
Identify where this blog post needs images and write image prompts -
Add visual aids to this article with matching type and color scheme
Frequently asked questions
- Is the Baoyu Article Illustrator skill free?
- Yes. The skill itself is free from JimLiu/baoyu-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Baoyu Article Illustrator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Works with setup. Correctly refused to fake final images when no image-generation backend was available, producing only an outline and prompt files instead - honest, but it does nothing end-to-end without a separate image tool installed.
- What is the Baoyu Article Illustrator SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Baoyu Article Illustrator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Baoyu Article Illustrator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.