From ai4ss-skills
Generates honest, readable LaTeX tables for empirical research, including descriptive, regression, and robustness tables. Useful for publication-quality tables and repairing misleading ones.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai4ss-skills:latex-tablesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Construct tables as compact empirical arguments. Selection and ordering of quantities should make the
Construct tables as compact empirical arguments. Selection and ordering of quantities should make the relevant comparison, estimand, sample, and uncertainty available for scrutiny.
The work should leave:
.tex table tied to the actual statistical output;Determine whether the table describes the sample, validates a measure, assesses balance, presents a primary estimand, compares theoretically meaningful heterogeneity, investigates mechanisms, or examines a specific vulnerability. Prefer one coherent job over a kitchen-sink table.
Read the code and model output. Verify coefficients or quantities, uncertainty, outcome scale, sample, weights, fixed effects, clustering, reference categories, omitted periods, transformations, and model fit. Do not transcribe numbers from screenshots or invent absent statistics.
Order specifications to show a reasoned comparison. Make changes in sample, estimand, treatment, outcome, controls, fixed effects, weights, or uncertainty visible. Do not imply that columns estimate the same quantity when they do not. Do not select models by significance or hide inconvenient estimates.
Use booktabs, clear grouping, meaningful labels, aligned numbers, whitespace, and concise notes. Put
units in labels or headings. Prefer confidence intervals or standard errors appropriate to the field and
design; significance stars may be included when expected, but they must not carry the argument.
Avoid vertical rules, decorative complexity, tiny type, unexplained abbreviations, and excessively wide tables. Split a table when different panels serve different questions.
State what is estimated, for whom, and over what period. Notes should disclose uncertainty, clustering, weights, fixed effects, sample restrictions, transformations, reference categories, and multiple-testing adjustments when these matter. Do not use notes to bury a changed sample or estimand.
Compile the containing document when possible. The bundled preview can provide a fast first check:
python3 <skill-dir>/scripts/table_html.py <table>.tex
Inspect alignment, headers, notes, width, symbols, escaping, and legibility. Compare rendered values with the source output and, when requested, verify that the manuscript references the correct table.
Write the table interpretation note. If the layout reveals incomparable models, unstable samples, opaque estimands, selective reporting, or an argument that depends only on stars, revise the table or analysis rather than polishing around the problem.
Follow the project's existing R, Python, Stata, and LaTeX practice. Discuss software only when it affects the reported quantities or the integrity of the table.
npx claudepluginhub siyaozheng/ai4ss-skills --plugin ai4ss-skillsTypeset numbers you already have as a publication-quality LaTeX table. Triggers: create table, format table, results table, comparison table, booktabs table, turn these numbers into a table, bold the best result in each column, multicolumn table from this CSV. Supports multicolumn, significance markers, bold best results. It produces the table code from numbers you supply; finding what those numbers are in the literature is sota-finder.
Builds and reviews paper-ready regression, balance, and summary tables from Stata outputs. Use for clean tables in drafts, appendices, or coauthor share-outs.
Finalizes RFS manuscript tables and figures with self-contained, publication-grade formatting: coefficient layout, standard-error reporting, clustering, vector figures, and regeneration-checked exhibits.