paper-illustration-image2

Generate publication-quality academic figures through a Codex app-server image generation bridge.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill paper-illustration-image2-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-illustration-image2
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/paper-illustration-image2
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill paper-illustration-image2-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Creating paper-ready architecture diagrams and method illustrations for academic submissions is slow and iterative, and generic image generators often produce slide-style figures with wrong arrows, unreadable labels, or decorative styling unsuitable for CVPR/NeurIPS papers. ## Core Features & Use Cases - Multi-stage iterative workflow: Claude plans the figure, optimizes layout, verifies academic style, renders through the local Codex app-server MCP bridge, then strictly reviews and scores the output (target score 9/10, up to 5 refinement rounds). - Academic style enforcement: Built-in CVPR/ICLR/NeurIPS style guide covering palettes, arrow standards, typography, and grayscale readability. - Deterministic artifact pipeline: A helper script runs preflight checks, finalizes the accepted figure to figure_final.png, emits a LaTeX include snippet and review log, and verifies all artifacts. - Use Case: Given a method section describing an encoder-decoder pipeline, produce a publication-ready architecture figure with correct data-flow arrows and English labels, plus a ready-to-paste LaTeX figure block. ## Quick Start Ask the assistant to generate a paper-ready architecture figure for your method description and save it under figures/ai_generated/ with a LaTeX snippet.

Frequently Asked Questions about paper-illustration-image2

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

FAQPage Schema
How do I generate a paper-ready architecture figure with Claude Code?

Describe your method or provide a method file, and the skill plans the figure, optimizes layout, verifies academic style, then renders through the codex-image2 MCP bridge. It iterates with scored reviews until the figure reaches a score of 9 or higher.

What is the difference between paper-illustration and paper-illustration-image2?

paper-illustration-image2 is an experimental alternative that renders through a local Codex app-server bridge using native image generation, giving a GPT-image-style renderer without modifying the original paper-illustration skill.

What figure types work best with AI image generation for papers?

Architecture diagrams, method illustrations, and conceptual figures work well. Statistical plots should use a dedicated plotting skill, deterministic vector topology figures suit a spec-based tool, and photo-realistic scenes are out of scope.

Why does the preflight check fail for the Codex image bridge?

Preflight fails when the codex CLI is not on PATH or the app-server ping times out or returns a nonzero exit code. Install the Codex CLI and confirm the app-server responds before rendering.

What output artifacts does the figure generation workflow produce?

The workflow writes iteration PNGs, a promoted figure_final.png, a latex_include.tex snippet, a review_log.json with scores and refinement history, plus preflight.json and verify.json receipts under figures/ai_generated/.