Agent skill · Design & Presentation

baoyu-article-illustrator

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 "为文章配图".

guanyanggithub.com/guanyangGitHub ↗
claude-codeMIT
Install
npx skills add guanyang/open-agent-hub --skill baoyu-article-illustrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 37
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.117.4
Path: skills/baoyu-article-illustrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 940
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Article Illustrator Analyze articles, identify illustration positions, generate images with Type × Style × Palette consistency. ## User Input Tools When this skill prompts the user, follow this tool-selection rule (priority order): 1. **Prefer built-in user-input tools** exposed by the current agent runtime — e.g., `AskUserQuestion`, `request_user_input`, `clarify`, `ask_user`, or any equivalent. 2. **Fallback**: if no such tool exists, emit a numbered plain-text message and ask the user to reply with the chosen number/answer for each question. 3. **Batching**: if the tool supports multiple questions per call, combine all applicable questions into a single call; if only single-question, ask them one at a time in priority order. Concrete `AskUserQuestion` references below are examples — substitute the local equivalent in other runtimes. ## Image Generation Tools When this skill needs to render an image, resolve the backend in this order: 1. **Current-request override** — if the user names a specific backend in the current message, use it. 2. **Saved preference** — if `EXTEND.md` sets `preferred_image_backend` to a backend available right now, use it. 3. **Auto-select** (when the p

What's inside
Steps it walks through
  1. User Input Tools
  2. Image Generation Tools
  3. Batch Generation Policy
  4. Confirmation Policy
  5. Reference Images
  6. Three Dimensions
  7. Types
  8. Styles
  9. Workflow
  10. Step 1: Pre-check
  11. Step 2: Analyze
  12. Step 3: Confirm Settings ⚠️
  13. Step 4: Generate Outline
  14. Step 5: Generate Images
Ships with 24 files
  • prompts/system.md
  • references/codex-imagegen.md
  • references/config/first-time-setup.md
  • references/config/preferences-schema.md
  • references/palettes/macaron.md
  • references/palettes/mono-ink.md
  • references/palettes/neon.md
  • references/palettes/warm.md
  • references/prompt-construction.md
  • references/style-presets.md
  • references/styles.md
  • references/styles/blueprint.md
  • references/styles/chalkboard.md
  • references/styles/editorial.md
  • references/styles/elegant.md
  • references/styles/fantasy-animation.md
  • references/styles/flat-doodle.md
  • references/styles/flat.md
  • references/styles/ink-notes.md
  • references/styles/intuition-machine.md
  • references/styles/minimal.md
  • references/styles/nature.md
  • references/styles/notion.md
  • references/styles/pixel-art.md
first 24 of 37
More from open-agent-hub
All skills →
About this skill
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 "为文章配图".

How do I install it?

Run `npx skills add guanyang/open-agent-hub --skill baoyu-article-illustrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From guanyang/open-agent-hub, a repository with 940 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going