table-generation

Convert JSON or CSV experimental results into booktabs-formatted LaTeX tables.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Embers-of-the-Fire/agent-research-skills-opencode --skill table-generation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: table-generation
Source: https://github.com/Embers-of-the-Fire/agent-research-skills-opencode/tree/main/.opencode/skills/table-generation
Command: npx skills add https://github.com/Embers-of-the-Fire/agent-research-skills-opencode --skill table-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Generate publication-ready LaTeX tables from experimental results by converting JSON/CSV data to well-formatted booktabs tables, including bold best results and proper captions.

Core Features & Use Cases

  • Convert results across methods and datasets into compact LaTeX tables suitable for papers, posters, or reports.
  • Support multiple table types (comparison, ablation, descriptive, multi-dataset) with automatic formatting, bolding, and optional underlining.
  • Provide table templates and references to standard LaTeX table styles to ensure reproducibility.

Quick Start

Run the script on your results.json or results.csv to generate a LaTeX table.

Frequently Asked Questions about table-generation

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

FAQPage Schema
How do I convert JSON or CSV experimental results into LaTeX tables for publication?

To convert JSON or CSV experimental results into LaTeX tables, this tool transforms your data directly into publication-ready booktabs-formatted tables. It automatically enforces LaTeX-compliant formatting, bolds the best results, and adds captions and labels for immediate use in papers.

Can I generate LaTeX tables for ablation studies and multi-dataset method comparisons?

Yes, you can generate LaTeX tables for ablation studies and multi-dataset comparisons. The tool supports multiple table types including comparison, ablation, descriptive, and multi-dataset formats with automatic bolding and optional underlining for best results.

Does this tool automatically bold the best results in booktabs-formatted tables?

Yes, this tool automatically bolds the best results in booktabs-formatted tables. It enforces LaTeX-compliant formatting and supports optional underlining, ensuring your research workflow produces compact, reproducible tables for papers and posters.

What is the best way to format experimental data into LaTeX tables without manual coding?

The best way to format experimental data into LaTeX tables is running this script on your JSON or CSV inputs. It outputs standard booktabs-formatted LaTeX tables with automatic best-result bolding, captions, and labels, eliminating manual coding and ensuring reproducibility.

Do I need any external LaTeX packages to use the generated booktabs tables?

The generated LaTeX tables require standard LaTeX table style packages to render properly, as the tool enforces booktabs-formatted formatting. It provides table templates and references to standard LaTeX table styles to ensure your published tables are fully reproducible.