article-batch-illustration

Analyze Markdown articles and generate illustration prompts for each section.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill article-batch-illustration-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-batch-illustration
Source: https://github.com/SpaceZephyr/myskill/tree/main/article-batch-illustration
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill article-batch-illustration-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill removes the manual effort of planning and generating visuals for long-form articles by turning each section into a structured illustration prompt and a ready-to-insert image.

Core Features & Use Cases

  • Article Structure Analysis: Splits Markdown content by headings and extracts the core idea of each section.
  • Batch Prompt Generation: Creates consistent Chinese-first illustration prompts for concepts, flowcharts, comparisons, and architecture diagrams.
  • Gemini Image Workflow: Generates images through the Gemini API, saves them into an Obsidian-friendly folder structure, and inserts wikilinks back into the document.
  • Use Case: A writer can take a technical blog post, generate one visual per section, and quickly produce a polished illustrated article with a unified style.

Quick Start

Ask the skill to analyze your Markdown article, generate approved prompts for each section, and batch-create images that are automatically inserted into the document.

Frequently Asked Questions about article-batch-illustration

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

FAQPage Schema
How do I automatically generate illustrations for Markdown articles?

To automatically generate illustrations for Markdown articles, this Skill parses section headings, creates consistent illustration prompts, calls the Gemini image API to create visuals, and inserts wikilinks back into your document.

Can I batch-create concept diagrams for Obsidian notes?

Yes, you can batch-create concept diagrams for Obsidian notes by analyzing section structures, generating unified prompt instructions, and saving resulting images into an Obsidian-friendly folder structure with automatic wikilink insertion.

How do I keep AI-generated images visually consistent across different article sections?

To keep AI-generated images visually consistent across article sections, the Skill extracts the core idea of each section and generates structured, style-unified illustration prompts for concepts, flowcharts, and architecture diagrams before image creation.

Do I need the Gemini API to automate article illustration?

Yes, you need the Gemini API to automate article illustration, as the workflow relies on Gemini image API calls to generate the visuals and save them locally for your Markdown documents.

What types of technical visuals can I generate from long-form posts?

From long-form posts, you can generate concept diagrams, flowcharts, comparison visuals, and blueprint-style architecture diagrams by converting each Markdown section into a structured illustration prompt.

What are the limitations of using AI to batch-illustrate technical essays?

A limitation of using AI to batch-illustrate technical essays is that image generation depends entirely on the Gemini API, meaning you need local image saving and manual wikilink verification to ensure accurate document integration.