plan-article-images

Insert image-slot comments and generate image_prompts.yml for seminar articles.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill plan-article-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-article-images
Source: https://github.com/shuheikomatsuki/lab-seminar-skills/tree/main/plan-article-images
Command: npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill plan-article-images

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps authors enrich seminar articles by designating image slots and collecting image-generation prompts, enabling beginner-friendly visuals without calling external image APIs.

Core Features & Use Cases

  • Reads existing session articles
  • Inserts image-slot comments (<!-- image-slot: id -->) at ideal locations
  • Creates or updates image_prompts.yml to centralize prompts for Gemini/Google AI Studio/nanobanana workflows
  • Suitable for explaining intuitive concepts after introductions, before equations, or to illustrate overall workflows

Quick Start

Run plan-article-images on a session to generate image-slot comments and a prompts file for the target articles.

Frequently Asked Questions about plan-article-images

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

FAQPage Schema
How do I plan image prompts for seminar articles to improve beginner comprehension?

To plan image prompts for seminar articles, you can designate image slots and centralize generation prompts. This process inserts image-slot comments into existing Markdown session docs and creates a YAML prompts file for later visualization workflows.

Where should image-slot markers be placed in technical documentation?

Image-slot markers are ideally placed after introductions, before equations, or to illustrate overall workflows. Inserting these comments at strategic locations in session articles helps explain intuitive concepts and improves beginner understanding.

Can I centralize image generation prompts in a YAML file without calling external image APIs?

Yes, you can centralize image generation prompts in an image_prompts.yml file without calling external image APIs. This skill collects prompts for Gemini, Google AI Studio, or nanobanana workflows to generate visuals at a later stage.

Does this image planning approach work with existing session documents?

Yes, this image planning approach targets existing session documents located under docs/sessions/<SESSION_ID>. It reads your current Markdown articles and optionally processes them per-page to insert image-slot markers.

What is the best way to generate a prompts file for educational article visuals?

The best way to generate a prompts file for educational article visuals is to automate the extraction and planning process. This creates a centralized image_prompts.yml file alongside your session docs, ready for downstream image generation workflows.