What problem does it solve? Turning raw experiment results (JSON, CSV, logs) into publication-ready figures and tables is repetitive and error-prone, with inconsistent styling, wrong formats, and missing reproducibility scripts. ## Core Features & Use Cases - Automated figure generation: Creates line plots, bar charts, scatter plots, heatmaps, box/violin plots, and multi-panel figures from experiment data using matplotlib with a shared publication style config. - Dual output modes: Standalone mode produces vector PDFs plus latex_includes.tex for paper writing; auto-ledger mode produces PDF+PNG per claim with a machine-readable INDEX.json for orchestrator integration. - First-class table support: Generates comparison tables as LaTeX (.tex) and Markdown (.md) with mirrored content for ledger embedding and paper inclusion. - Use Case: After running an ablation study, ask for paper figures and receive reproducible per-figure Python scripts, vector PDFs at 300 DPI, and ready-to-paste LaTeX include snippets. ## Quick Start Ask the assistant to generate publication-quality figures from your experiment results in runs/ or figures/ using the paper-figure skill.