academic-figure-generation

Generate publication-quality figures from method text and captions via a multi-agent pipeline.

62|5|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jxtse/scientific-research-skills --skill academic-figure-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: academic-figure-generation
Source: https://github.com/jxtse/scientific-research-skills/tree/main/skills/academic-figure-generation
Command: npx skills add https://github.com/jxtse/scientific-research-skills --skill academic-figure-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) components.

What problem does it solve?

Converts a paper's method text and a target caption into publication-quality figures, automating visual generation to save researchers time.

Core Features & Use Cases

  • Multi-agent figure-generation pipeline (Retriever → Planner → Stylist → Visualizer → Critic) to transform methodological content into visuals.
  • CLI-based workflow that produces multiple figure candidates for comparison and selection.
  • Configurable inputs (method content and caption) to support diagrams, architectures, and framework illustrations.

Quick Start

Provide your method text and caption, then run the generate.py script to produce candidate figures.

Frequently Asked Questions about academic-figure-generation

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

FAQPage Schema
How do I generate publication-ready figures from method text?

The pipeline converts method text and captions into publication-quality figures through a multi-agent workflow (Retriever, Planner, Stylist, Visualizer, Critic) that produces multiple candidate visuals for selection.

Can I use this multi-agent pipeline to create architecture and framework diagrams from a paper?

Yes, the pipeline transforms method text and captions into architecture diagrams, framework visuals, and methodology illustrations by processing the content through configurable model settings.

Do I need to configure model settings before generating academic figures?

Yes, you configure model parameters via configs/model_config.yaml to adjust the multi-agent pipeline settings before generating publication-quality academic figures.

What's the best way to produce multiple figure candidates for a research paper?

The best way to produce multiple figure candidates is running the generate.py script, which applies a multi-agent pipeline to method text to output multiple figure candidates for comparison.

Does the figure-generation workflow require Pillow to process academic visuals?

Yes, Pillow is a required dependency for the pipeline to process and render publication-quality academic figures from methodological text and target captions.