baoyu-article-illustrator

Generates raster illustrations for articles using a Type, Style, and Palette selection workflow.

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill baoyu-article-illustrator-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baoyu-article-illustrator
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/assignment-generator/antigravity-skills-main/antigravity-skills-main/skills/baoyu-article-illustrator
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill baoyu-article-illustrator-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Adding consistent, on-topic illustrations to long-form articles requires manual design work; this Skill analyzes article structure, identifies positions where visuals add value, and generates matching images with a coherent visual system. ## Core Features & Use Cases - Structured Illustration Workflow: Analyzes content, confirms settings with the user, produces an outline, saves reproducible prompt files, and generates images in batches. - Type × Style × Palette System: Combines illustration types (infographic, flowchart, comparison, framework, timeline, scene) with styles (sketch-notes, blueprint, vector-illustration, screen-print) and palettes (macaron, warm, neon, mono-ink), plus ready-made presets like hand-drawn-edu and tech-explainer. - Backend Flexibility: Routes generation to runtime-native image tools (Codex imagegen, codex CLI wrapper, baoyu-image-gen) with reference image support and watermark options. - Use Case: Paste a technical blog post and receive 3-5 hand-drawn educational infographics inserted at the right sections, with all prompts saved for regeneration. ## Quick Start Ask the AI to illustrate your article file, for example: illustrate my article at posts/api-design.md with the tech-explainer preset and balanced density.

Frequently Asked Questions about baoyu-article-illustrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate illustrations for a Markdown article?

Invoke the skill with the article path, optionally specifying a preset, type, style, or density. It analyzes the content, confirms settings with you, saves prompt files, generates images in batches, and inserts Markdown image references after the relevant paragraphs.

What illustration types and styles are available for article images?

Six types are supported: infographic, scene, flowchart, comparison, framework, and timeline. Styles include sketch-notes, vector-illustration, blueprint, notion, editorial, and screen-print, combinable with palettes like macaron, warm, neon, and mono-ink, or via presets such as hand-drawn-edu and tech-explainer.

Which image generation backends does the skill support?

It resolves backends in priority order: a runtime-native tool such as Codex imagegen, the codex CLI via the codex-imagegen wrapper, baoyu-image-gen, or another installed backend. You can pin a backend with preferred_image_backend in EXTEND.md or set it to ask every run.

Can I use reference images to control style or composition?

Yes. Provide reference images via --ref or file paths; they are saved to a references directory and applied per illustration as direct, style, or palette usage. Direct references are passed to the backend's ref parameter when supported.

Why does the skill require confirmation before generating images?

Confirmation is a hard gate so you approve the preset, density, style, and palette before any generation starts. It is skipped only when you explicitly say to proceed directly, such as with wording meaning generate without confirmation.

What are the limitations of the article illustration workflow?

It only produces raster images and never substitutes SVG, HTML, or canvas rendering. Rendered text errors cannot be patched programmatically; flawed images must be regenerated from a corrected prompt. Batch size defaults to 4 and depends on runtime parallel-call support.