Agent skill

baoyu-article-illustrator

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

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill baoyu-article-illustrator --agent claude-code

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

Facts
Files in the skill folder: 29
SKILL.md size: 5 KB
Bundled scripts: none
Path: SkillBank/Common/baoyu-skills/baoyu-article-illustrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

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 consistency. ## Two Dimensions | Dimension | Controls | Examples | |-----------|----------|----------| | **Type** | Information structure | infographic, scene, flowchart, comparison, framework, timeline | | **Style** | Visual aesthetics | notion, warm, minimal, blueprint, watercolor, elegant | Combine freely: `--type infographic --style blueprint` ## Types | Type | Best For | |------|----------| | `infographic` | Data, metrics, technical | | `scene` | Narratives, emotional | | `flowchart` | Processes, workflows | | `comparison` | Side-by-side, options | | `framework` | Models, architecture | | `timeline` | History, evolution | ## Styles See [references/styles.md](references/styles.md) for Core Styles, full gallery, and Type × Style compatibility. ## Workflow ``` - [ ] Step 1: Pre-check (EXTEND.md, references, config) - [ ] Step 2: Analyze content - [ ] Step 3: Confirm settings (AskUserQuestion) - [ ] Step 4: Generate outline - [ ] Step 5: Generate images - [ ] Step 6: Finalize ``` ### Step 1: Pre-check **1.5 Load Preferences (EXTEND.md) ⛔ BLOCKING** ```bash test -f .baoyu-skil

What's inside
Steps it walks through
  1. Two Dimensions
  2. Types
  3. Styles
  4. Workflow
  5. Step 1: Pre-check
  6. Step 2: Analyze
  7. Step 3: Confirm Settings ⚠️
  8. Step 4: Generate Outline
  9. Step 5: Generate Images
  10. Step 6: Finalize
  11. Output Directory
  12. Modification
  13. References
Ships with 24 files
  • prompts/system.md
  • references/config/first-time-setup.md
  • references/config/preferences-schema.md
  • references/prompt-construction.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/intuition-machine.md
  • references/styles/minimal.md
  • references/styles/nature.md
  • references/styles/notion.md
  • references/styles/pixel-art.md
  • references/styles/playful.md
  • references/styles/retro.md
  • references/styles/scientific.md
  • references/styles/sketch-notes.md
  • references/styles/sketch.md
  • references/styles/vector-illustration.md
  • references/styles/vintage.md
first 24 of 29
Commands it runs
test -f .baoyu-skills/baoyu-article-illustrator/EXTEND.md && echo "project"
test -f "$HOME/.baoyu-skills/baoyu-article-illustrator/EXTEND.md" && echo "user"
More from AutoSkill
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 two-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 ECNU-ICALK/AutoSkill --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 ECNU-ICALK/AutoSkill, a repository with 539 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