paper-figure

Generate publication-ready plots, multi-panel figures, and LaTeX tables from experimental data.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/kitcaf/skills --skill paper-figure-kitcaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-figure
Source: https://github.com/kitcaf/skills/tree/main/skills/skills-codex/skills/paper-figure
Command: npx skills add https://github.com/kitcaf/skills --skill paper-figure-kitcaf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically convert experiment results into ready-to-use figures and LaTeX-ready tables, saving hours in figure creation and formatting.

Core Features & Use Cases

  • Data-driven plots: line plots, bar charts, scatter plots, heatmaps, and distribution plots.
  • Multi-panel figures: assemble multiple plots into subfigures.
  • LaTeX tables: generate tables for prior work comparison and results.
  • Workflow guidance: tool plans, figure scripts, and automatic include snippets.
  • Existing figures preservation: if figures already exist, they are preserved and referenced.
  • Architecture/pipeline diagrams and generated image grids: manual tasks; rough TikZ skeletons can be provided but publication-quality results require manual creation.

Quick Start

Place PAPER_PLAN.md in the project root with your figure plan and ensure experiment data files are available under figures/ or the project data directory, then 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-ready figures and LaTeX tables from experimental data?

To generate publication-ready figures and LaTeX tables from experimental data, use a tool that automates the conversion of raw results into formatted plots and tables. This process requires a PAPER_PLAN.md figure plan and data files stored in the figures/ or project data directory.

What types of data-driven plots can I create for academic papers?

For academic papers, you can create data-driven plots including line plots, bar charts, scatter plots, heatmaps, and distribution plots. You can also assemble multiple plots into multi-panel subfigures to present complex experimental results clearly.

Do I need a PAPER_PLAN.md file to automate figure generation?

Yes, a PAPER_PLAN.md file placed in the project root is required to automate figure generation. This file must contain your figure plan, and your experiment data files must be available under the figures/ or project data directory before running generation scripts.

Can I automatically generate architecture or pipeline diagrams for publication?

No, you cannot automatically generate publication-quality architecture or pipeline diagrams. The tool can provide rough TikZ skeletons, but creating complex diagrams requires manual creation to achieve the necessary quality for academic publication.

Will generating new figures overwrite my existing project figures?

Generating new figures will not overwrite your existing project figures. If figures already exist in your project directory, they are preserved and referenced automatically by the generation workflow alongside the newly created data-driven plots.