paper-figure

Generate publication-quality figures and tables from experiment data.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill paper-figure-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/paper-figure
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill paper-figure-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate publication-quality figures and tables from experiment results, saving time crafting visuals for papers.

Core Features & Use Cases

  • Data-driven plots (line, bar, scatter, heatmaps) from experiment data.
  • Multi-panel figures and LaTeX-ready tables for papers.
  • Manual components: architecture or qualitative results may require external tools; the skill handles most data figures and tables automatically.

Quick Start

Populate figures/ with your data and run the per-figure scripts (one script per figure) to generate publication-ready PDFs and LaTeX includes.

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 data?

Generate publication-quality figures by placing raw data in JSON or CSV format under the figures/ directory and running per-figure scripts to produce PDFs. This automates creating data-driven plots for research papers.

Can I create multi-panel figures and LaTeX tables for ML research papers?

Yes, you can create multi-panel figures and LaTeX-ready tables for ML research papers. The skill processes experiment data to output LaTeX include snippets and multi-panel PDF visuals automatically.

What data formats do I need to prepare for automated figure generation?

For automated figure generation, prepare raw experiment data in JSON or CSV files. Place these data formats under the figures/ directory along with a PAPER_PLAN.md file to guide the output.

Does this tool handle architecture diagrams and qualitative results plots?

No, this tool does not handle architecture diagrams or qualitative results. Manual components like these require external tools, while this skill focuses on automatically generating data-driven plots and comparison tables.

What is the best way to integrate generated plots into a LaTeX document?

The best way to integrate generated plots is using the LaTeX include snippets produced by the skill. Running the figure scripts outputs both PDF visuals and LaTeX snippets ready for direct inclusion in your document.