Article Illustrator

When the user wants to add illustrations to an article or blog post. Triggers on: "illustrate article", "add images to article", "generate illustrations", "article images", or requests to visually enhance written content. Analyzes article structure, identifies positions for visual aids, and generates illustrations using a Type x Style two-dimension approach.

7 stars

Best use case

Article Illustrator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

When the user wants to add illustrations to an article or blog post. Triggers on: "illustrate article", "add images to article", "generate illustrations", "article images", or requests to visually enhance written content. Analyzes article structure, identifies positions for visual aids, and generates illustrations using a Type x Style two-dimension approach.

Teams using Article Illustrator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/article-illustrator/SKILL.md --create-dirs "https://raw.githubusercontent.com/wpank/ai/main/skills/writing/article-illustrator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/article-illustrator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Article Illustrator Compares

Feature / AgentArticle IllustratorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

When the user wants to add illustrations to an article or blog post. Triggers on: "illustrate article", "add images to article", "generate illustrations", "article images", or requests to visually enhance written content. Analyzes article structure, identifies positions for visual aids, and generates illustrations using a Type x Style two-dimension approach.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Article Illustrator

Analyze articles, identify optimal illustration positions, and generate images using a Type x Style consistency system.


## Installation

### OpenClaw / Moltbot / Clawbot

```bash
npx clawhub@latest install article-illustrator
```


## NEVER Do

- Illustrate metaphors literally (e.g., if article says "chainsaw cutting watermelon," visualize the underlying concept instead)
- Generate generic decorative images that don't connect to content
- Skip the settings confirmation step (Step 3)
- Begin generating before confirming type, density, and style with the user
- Create illustrations without justifying each position by content needs

## Two Dimensions

| Dimension | Controls | Examples |
|-----------|----------|----------|
| **Type** | Information structure, layout | infographic, scene, flowchart, comparison, framework, timeline |
| **Style** | Visual aesthetics, mood | notion, warm, minimal, blueprint, watercolor, elegant, editorial, scientific |

Types and styles combine freely: `--type infographic --style blueprint`

### Type Selection Guide

| Type | Best For |
|------|----------|
| `infographic` | Data, metrics, technical articles |
| `scene` | Narratives, personal stories, emotional content |
| `flowchart` | Tutorials, workflows, processes |
| `comparison` | Side-by-side, before/after, options |
| `framework` | Methodologies, models, architecture |
| `timeline` | History, progress, evolution |

### Style Selection Guide

| Style | Best For |
|-------|----------|
| `notion` (Default) | Knowledge sharing, SaaS, productivity |
| `elegant` | Business, thought leadership |
| `warm` | Personal growth, lifestyle, education |
| `minimal` | Philosophy, core concepts |
| `blueprint` | Architecture, system design |
| `watercolor` | Lifestyle, travel, creative |
| `editorial` | Tech explainers, journalism |
| `scientific` | Academic, technical research |

Full style specs and compatibility matrix: [references/styles.md](references/styles.md)

### Auto Selection by Content

| Content Signals | Type | Style |
|-----------------|------|-------|
| API, metrics, data, numbers | infographic | blueprint, notion |
| Story, emotion, journey | scene | warm, watercolor |
| How-to, steps, workflow | flowchart | notion, minimal |
| vs, pros/cons, before/after | comparison | notion, elegant |
| Framework, model, architecture | framework | blueprint, notion |
| History, timeline, progress | timeline | elegant, warm |

## Workflow

### Step 1: Pre-check

1. **Determine input type** — file path or pasted content
2. **Determine output directory** — check preferences or ask user:
   - `{article-dir}/` — same directory
   - `{article-dir}/illustrations/` — illustrations subdirectory (recommended)
   - `illustrations/{topic-slug}/` — independent directory
3. **Check existing images** — if images exist, ask: supplement / overwrite / regenerate
4. **Confirm article update method** (file input only) — update original or create `{name}-illustrated.md` copy
5. **Load preferences** — check for EXTEND.md in project or user home

### Step 2: Analyze Content

| Analysis | Description |
|----------|-------------|
| Content type | Technical / Tutorial / Methodology / Narrative |
| Core arguments | 2-5 main points to visualize |
| Visual opportunities | Positions where illustrations add value |
| Recommended type | Based on content signals |
| Recommended density | Based on length and complexity |

**Illustrate:** core arguments (required), abstract concepts, data comparisons, processes/workflows.

**Skip:** literal metaphors, decorative scenes, generic illustrations.

### Step 3: Confirm Settings (Required)

Use a structured question with 3-4 questions in ONE call:

- **Q1 — Type**: recommended option + alternatives
- **Q2 — Density**: minimal (1-2), balanced (3-5, recommended), rich (6+)
- **Q3 — Style**: recommended based on type/content compatibility matrix
- **Q4 — Language** (only if source language differs from user language)

### Step 4: Generate Outline

Save as `outline.md` with YAML frontmatter (type, density, style, count) and per-illustration details: position, purpose, visual content, filename.

### Step 5: Generate Images

1. Create prompts following [references/prompt-construction.md](references/prompt-construction.md)
2. Save prompts to `prompts/illustration-{slug}.md`
3. Generate sequentially, reporting progress after each
4. On failure: retry once, then log and continue

### Step 6: Finalize

Insert image references after corresponding paragraphs:

```markdown
![description](illustrations/{slug}/NN-{type}-{slug}.png)
```

Output a summary with article path, settings, image count, and positions.

## Output Structure

```
illustrations/{topic-slug}/
├── source-{slug}.{ext}
├── outline.md
├── prompts/
│   └── illustration-{slug}.md
└── NN-{type}-{slug}.png
```

## Prompt Construction Principles

Good illustration prompts must include:

1. **Layout structure first** — describe composition, zones, flow direction
2. **Specific data/labels** — use actual numbers, terms from the article
3. **Visual relationships** — how elements connect to each other
4. **Semantic colors** — meaning-based choices (red=warning, green=efficient)
5. **Style characteristics** — line treatment, texture, mood
6. **Aspect ratio** — end with ratio and complexity level

Avoid: vague descriptions, literal metaphor illustrations, missing labels, generic decorative elements.

Full templates by type: [references/prompt-construction.md](references/prompt-construction.md)

## Type x Style Compatibility

| | notion | warm | minimal | blueprint | watercolor | elegant | editorial | scientific |
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| infographic | ++ | + | ++ | ++ | + | ++ | ++ | ++ |
| scene | + | ++ | + | - | ++ | + | + | - |
| flowchart | ++ | + | + | ++ | - | + | ++ | + |
| comparison | ++ | + | ++ | + | + | ++ | ++ | + |
| framework | ++ | + | ++ | ++ | - | ++ | + | ++ |
| timeline | ++ | + | + | + | ++ | ++ | ++ | + |

`++` highly recommended | `+` compatible | `-` not recommended

## Usage Examples

```bash
# Auto-select type and style
illustrate path/to/article.md

# Specify type
illustrate path/to/article.md --type infographic

# Specify type and style
illustrate path/to/article.md --type flowchart --style notion

# Specify density
illustrate path/to/article.md --density rich
```

## Extension Support

Custom configurations via EXTEND.md files:

- **Project level**: `.article-illustrator/EXTEND.md`
- **User level**: `$HOME/.config/article-illustrator/EXTEND.md`

Supports: watermark, preferred type/style, custom styles, language, output directory.

## Modification

| Action | Steps |
|--------|-------|
| **Edit** | Update prompt, regenerate, update reference |
| **Add** | Identify position, create prompt, generate, update outline, insert |
| **Delete** | Delete files, remove reference, update outline |

## References

| File | Content |
|------|---------|
| [references/usage.md](references/usage.md) | Command syntax, options, input modes |
| [references/styles.md](references/styles.md) | Style gallery, compatibility matrix, auto-selection |
| [references/prompt-construction.md](references/prompt-construction.md) | Prompt templates for each illustration type |
| `references/styles/<style>.md` | Full specifications for each visual style |
| `references/config/preferences-schema.md` | EXTEND.md configuration schema |
| `references/config/first-time-setup.md` | First-time preference setup flow |
| [prompts/system.md](prompts/system.md) | System prompt reference |

Related Skills

schema-markup

7
from wpank/ai

Add, fix, or optimize schema markup and structured data. Use when the user mentions schema markup, structured data, JSON-LD, rich snippets, schema.org, FAQ schema, product schema, review schema, or breadcrumb schema.

prompt-engineering

7
from wpank/ai

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, designing production prompt templates, or building AI-powered features.

professional-communication

7
from wpank/ai

Write effective professional messages for software teams. Use when drafting emails, Slack/Teams messages, meeting agendas, status updates, or translating technical concepts for non-technical audiences. Triggers on email, slack, teams, message, meeting agenda, status update, stakeholder communication, escalation, jargon translation.

persona-docs

7
from wpank/ai

Create persona documentation for a product or codebase. Use when asked to create persona docs, document target users, define user journeys, document onboarding flows, or when starting a new product and needing to define its audience. Persona docs should be the first documentation created for any product.

mermaid-diagrams

7
from wpank/ai

Create software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams, sequence diagrams, flowcharts, ERDs, C4 architecture diagrams, state diagrams, git graphs, and other diagram types. Triggers include requests to diagram, visualize, model, map out, or show the flow of a system.

game-changing-features

7
from wpank/ai

Find 10x product opportunities and high-leverage improvements. Use when the user wants strategic product thinking, mentions 10x, wants to find high-impact features, or asks what would make a product dramatically more valuable.

clear-writing

7
from wpank/ai

Write clear, concise prose for humans — documentation, READMEs, API docs, commit messages, error messages, UI text, reports, and explanations. Combines Strunk's rules for clearer prose with technical documentation patterns, structure templates, and review checklists.

brainstorming

7
from wpank/ai

Explore ideas before implementation through collaborative dialogue. Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Turns ideas into fully formed designs and specs through structured conversation.

subagent-driven-development

7
from wpank/ai

Execute implementation plans by dispatching a fresh subagent per task with two-stage review (spec compliance then code quality). Use when you have an implementation plan with mostly independent tasks and want high-quality, fast iteration within a single session.

skill-judge

7
from wpank/ai

Evaluate Agent Skill quality against official specifications. Use when reviewing SKILL.md files, auditing skill packages, improving skill design, or checking if a skill follows best practices. Provides 8-dimension scoring (120 points) with actionable improvements. Triggers on review skill, evaluate skill, audit skill, improve skill, skill quality, SKILL.md review.

skill-creator

7
from wpank/ai

WHAT: Guide for creating effective AI agent skills - modular packages that extend Claude's capabilities with specialized knowledge, workflows, and tools. WHEN: User wants to create, write, author, or update a skill. User asks about skill structure, SKILL.md format, or how to package domain knowledge for AI agents. KEYWORDS: "create a skill", "make a skill", "new skill", "skill template", "SKILL.md", "agent skill", "write a skill", "skill structure", "package a skill"

session-handoff

7
from wpank/ai

WHAT: Create comprehensive handoff documents that enable fresh AI agents to seamlessly continue work with zero ambiguity. Solves long-running agent context exhaustion problem. WHEN: (1) User requests handoff/memory/context save, (2) Context window approaches capacity, (3) Major task milestone completed, (4) Work session ending, (5) Resuming work with existing handoff. KEYWORDS: "save state", "create handoff", "context is full", "I need to pause", "resume from", "continue where we left off", "load handoff", "save progress", "session transfer", "hand off"