Help us improve
Share bugs, ideas, or general feedback.
From manuscript-tools
Use when the user has an R script producing a table and wants it formatted for AER or economics journal submission, mentions AER style, booktabs formatting, journal-ready tables, or asks to make a table publication-ready
npx claudepluginhub halidaee/econtools_marketplace --plugin manuscript-toolsHow this skill is triggered — by the user, by Claude, or both
Slash command
/manuscript-tools:aer-tablesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rewrite R table-producing scripts to output AER-compliant LaTeX tables with PDF preview.
Builds and reviews paper-ready regression, balance, and summary tables from Stata outputs. Use for clean tables in drafts, appendices, or coauthor share-outs.
Use when code loads or uses flextable (library(flextable), flextable::), creating formatted tables for Word (.docx), PowerPoint (.pptx), HTML, or PDF in R, or needing merged cells and conditional formatting
Share bugs, ideas, or general feedback.
Rewrite R table-producing scripts to output AER-compliant LaTeX tables with PDF preview.
library() calls).references/r-code-patterns.md.references/aer-style-guide.md.save_tt() or etable(..., file=).preview_tex() helper from references/r-code-patterns.md.library() calls are present.| Signal | Type | Package |
|---|---|---|
feols() / feglm() / fepois() models | Regression | fixest::etable + style.tex("aer") |
lm() / glm() / felm() / plm() / other models | Regression | modelsummary + tinytable |
| Mean / SD / min / max / quantile summaries | Summary stats | modelsummary::datasummary + tinytable |
| Treatment vs. control group comparison | Balance table | modelsummary::datasummary_balance + tinytable |
| Manual data frame → table | Custom | tinytable::tt() |
* 10%, ** 5%, *** 1% — on coefficients only, never on SEs.$\times$. Logs: prefix Log.(1), (2), etc. Dep var as spanning header.\footnotesize. "Notes:" italic, then SE type, stars, source..tex file + standalone PDF preview via preview_tex().