table-generation
The table-generation skill converts JSON or CSV experimental data into publication-ready LaTeX tables using the booktabs package. It supports comparison, ablation, descriptive, and custom table layouts with features like bolding best results, multi-row formatting, and significance marking.
Is table-generation safe to install?
Review the source first: our audit of table-generation's source files found 1 shell command, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes a local Python script to process data files and generate LaTeX code.
How we audit skills: our security review methodology.
Who is this skill for?
Researchers and academics preparing experimental results for LaTeX-based papers.
What can you do with it?
- Creating comparison tables for model performance
- Generating ablation study tables with component checkmarks
- Formatting dataset statistics and hyperparameter summaries
- Producing custom LaTeX tables from structured data files
How good is this skill?
Quality score: 5/10. The skill documentation is clear, provides specific command examples, and defines the required LaTeX environment for output.
What does the skill file contain?
# Table Generation Convert experimental results into publication-ready LaTeX tables. ## Input - `$0` — Table type: `comparison`, `ablation`, `descriptive`, `custom` - `$1` — Data source: JSON file, CSV file, or inline data ## Scripts ### Generate LaTeX table from JSON/CSV ```bash python ~/.claude/skills/table-generation/scripts/results_to_table.py \ --input results.json --type comparison \ --bold-best max --caption "Performance comparison" \ --label tab:main_results ``` Supports: `comparison`, `ablation`, `descriptive`, `multi-dataset` table types. Additional flags: `--type multi-d...
Frequently asked questions
What data formats does the skill accept?
The skill accepts JSON files, CSV files, or inline data.
Which LaTeX packages are required for the generated tables?
The generated tables require booktabs, multirow, multicol, and threeparttable packages.
Can the skill highlight second-best results?
Yes, the skill supports an --underline-second flag to highlight second-best results.
Related skills
customer-research
46.7KProduct marketers, founders, and researchers who need to ground their strategy in customer data
The customer-research skill provides a framework for analyzing existing research assets and gathering new insights from online communities to inform product marketing, messaging, and persona development.
persona-researcher
17.1KResearchers and project teams using Google Workspace for data management and documentation
The persona-researcher skill organizes research materials, manages references, and facilitates collaboration across Google Workspace applications.
firecrawl-lead-research
12.7KSales professionals, partnership managers, investors, and interviewers preparing for meetings
The firecrawl-lead-research skill generates pre-meeting intelligence briefs by scraping company websites, news, and public profiles using the Firecrawl API.
market-research
5.5KUsers performing business research, investor outreach, or strategic planning
The market-research skill provides a structured framework for conducting competitive analysis, investor due diligence, market sizing, and technology assessments. It enforces source attribution and requires the agent to translate data into actionable recommendations.