paper-figure

Generate publication-quality figures and LaTeX-ready tables from JSON/CSV experiment data.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/KwongFuk/codex-skills --skill paper-figure-kwongfuk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/KwongFuk/codex-skills/tree/main/global/paper-figure
Command: npx skills add https://github.com/KwongFuk/codex-skills --skill paper-figure-kwongfuk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate publication-quality figures and tables from experiment results, enabling you to quickly turn data into publication-ready visuals.

Core Features & Use Cases

  • Data-driven plots: line plots, bar charts, heatmaps, scatter plots, and multi-panel figures for papers and reports.
  • Tables and LaTeX integration: generate LaTeX-ready tables and include snippets for manuscripts.
  • Workflow automation: supports figure planning via PAPER_PLAN.md and data inputs under figures/.

Quick Start

Feed the agent your experiment data under figures/ and run the figure generation scripts.

Frequently Asked Questions about paper-figure

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

FAQPage Schema
How do I generate publication-quality figures from experiment results?▼

You can generate publication-quality figures by providing your experiment data in JSON or CSV format under the figures directory and running the automated script suite to produce PDF figures and latex_includes.tex.

What types of data-driven plots can I create for ML research papers?▼

You can create line plots, bar charts, heatmaps, scatter plots, and multi-panel figures from your experiment data to visualize results for ML research papers and data-intensive manuscripts.

Can I generate LaTeX-ready tables and include snippets for manuscripts?▼

Yes, the automated workflow generates LaTeX-ready tables and outputs a latex_includes.tex file alongside your PDF figures for direct integration into your manuscripts.

Does the figure generation workflow support JSON and CSV data inputs?▼

Yes, the workflow accepts JSON and CSV data inputs placed under the figures directory to drive the automated generation of plots and tables.

How do I plan figures using a PAPER_PLAN.md file for data-intensive manuscripts?▼

You use a PAPER_PLAN.md file to define your figure planning structure, which the workflow then reads alongside your data inputs to automate the generation of corresponding visuals.