baoyu-article-illustrator

Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three…

jimliu ↓ 29k
Claude Code
View source ↗

What it does

  • Other runtime-native tools — if the runtime exposes a different native image tool (e.g., Hermes imagegenerate), use it the same way.
  • Otherwise, if exactly one non-native backend is installed (e.g., baoyu-image-gen), use it.
  • Otherwise (multiple non-native backends with no runtime-native tool), ask the user once — batch with any other initial questions.
  • Never start the first batch until all prompt files for that batch exist on disk.
  • Retry failed items once without regenerating successful items.
  • Do not use subagents merely to parallelize image rendering. Use subagents only for separate prompt iteration or creative exploration.
  • Do not start Step 4 or later until the user completes Step 3.

Requirements & configuration

  • When this skill needs to render an image, resolve the backend in this order:

Configuration: EXTENDPATHHOME

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use when user asks to "illustrate article", "add images", "generate images for article", or "为文章配图".

Source

Repository: https://github.com/jimliu/baoyu-skills

baoyu-article-illustrator FAQ

What does the baoyu-article-illustrator skill do?

Analyzes article structure, identifies positions requiring visual aids, generates illustrations with Type × Style × Palette three-dimension approach. Use when user asks to "illustrate article", "add images", "generate images for article", or "为文章配图". Other runtime-native tools — if the runtime exposes a different native image tool (e.g., Hermes imagegenerate), use it the same way. Otherwise, if exactly one non-native backend is installed (e.g., baoyu-image-gen), use it.

What does baoyu-article-illustrator require?

When this skill needs to render an image, resolve the backend in this order: Configuration keys: EXTEND, PATH, HOME.

How do I install baoyu-article-illustrator?

Run: npx -y skills add https://github.com/jimliu/baoyu-skills --skill baoyu-article-illustrator --agent claude-code — the source lives at github.com/jimliu/baoyu-skills.

Maintain baoyu-article-illustrator?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

baoyu-article-illustrator on getagentictools
[![baoyu-article-illustrator on getagentictools](https://getagentictools.com/badge/skills/jimliu-baoyu-skills-baoyu-article-illustrator.svg)](https://getagentictools.com/skills/jimliu-baoyu-skills-baoyu-article-illustrator?ref=badge)
npx agentictools info skills/jimliu-baoyu-skills-baoyu-article-illustrator

The second line is the CLI lookup for this page — handy in READMEs and docs.