From aer-skills
Enforces AER booktabs house style for regression tables, summary statistics, figures, and table notes. Use when drafting results tables or auditing exhibits before submission.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aer-skills:aer-tables-figuresThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reviewers in economics read tables first. A misformatted, overstuffed, or note-bloated table signals carelessness and increases desk rejection probability independently of the result quality. This skill enforces AER house style and the "one claim per exhibit" discipline.
Reviewers in economics read tables first. A misformatted, overstuffed, or note-bloated table signals carelessness and increases desk rejection probability independently of the result quality. This skill enforces AER house style and the "one claim per exhibit" discipline.
Hard AER conventions:
tablenotes / figurenotes environment.Every empirical AER paper has approximately:
If your paper needs more than ~7 main-text tables, the contribution is unfocused. Move secondary tables to the appendix.
Standard AER regression table:
(1) (2) (3) (4) (5)
OLS OLS OLS IV IV
Treatment 0.123*** 0.118*** 0.115*** 0.142*** 0.138***
(0.041) (0.040) (0.039) (0.052) (0.051)
Controls No Yes Yes Yes Yes
Unit FE No No Yes Yes Yes
Year FE No No Yes Yes Yes
Sample Full Full Full Full Balanced
Observations 12,453 12,453 12,453 12,453 11,892
R-squared 0.024 0.118 0.341 0.310 0.317
First-stage F 42.3 41.1
Notes: Standard errors in parentheses, clustered at the [unit] level. *** p<0.01, ** p<0.05, * p<0.1.
AER convention: *** p<0.01, ** p<0.05, * p<0.1. Some authors and Angrist-Pischke prefer letter superscripts (a, b, c) to save space. Either is acceptable; the journal does not enforce a single convention. Do not mix.
estout / esttab — the canonical AER pipeline. esttab using table.tex, b(3) se(3) star(* 0.10 ** 0.05 *** 0.01) booktabs alignment(D{.}{.}{-1}) ...outreg2 — older, still commoncoefplot — for figure-based coefficient presentationfixest::etable — produces near-AER tables out of the box; supports \textsf{...} styling and booktabsmodelsummary — flexible, supports gt/kable/LaTeX backends; explicit options for AER conventionsstargazer — older; works but less customizablestargazer-py or pystata — for users mirroring Stata outputcoefplot (Stata) or ggplot2 + geom_pointrange (R).rdplot (Stata/R).\begin{figure}[t]
\centering
\includegraphics[width=0.8\textwidth]{fig_event_study.pdf}
\caption{Event-Study Estimates of the Effect of Policy on Outcome}
\label{fig:event}
\begin{figurenotes}
Notes: This figure plots Callaway-Sant'Anna ATT(g,t) estimates aggregated by event time.
The omitted period is $t = -1$. Bars show 95\% confidence intervals based on the
multiplier bootstrap. Sample restricted to [...]. N = [...].
\end{figurenotes}
\end{figure}
When working from the AER-skills repository or plugin bundle, load only the relevant table/figure scaffold:
templates/stata/06_tables.dotemplates/r/06_tables.Rtemplates/python/tables.pyMAIN TABLES: <count>
APPENDIX TABLES: <count>
FIGURES: <count>
STYLE COMPLIANT: <yes / list of remaining fixes>
NEXT SKILL: <aer-consistency | aer-replication>
npx claudepluginhub brycewang-stanford/aer-skills --plugin aer-skillsFormats AEJ: Applied manuscript exhibits (tables and figures) to highlight main causal estimates with AEA-style compliance, including event-study plots, RD figures, and balance tables.
Designs publication-grade tables and figures for REStat economics manuscripts, ensuring the headline estimate is legible from one exhibit with standard errors, self-contained notes, and consistent house style.
Makes tables and figures in REStud manuscripts publication-grade: fixes oversized regression tables, unclear figures, and inconsistent formatting. Does not run analysis.