skills/50-brycewang-aer-skills/skills/aer-tables-figures/SKILL.md
Use when constructing or revising regression tables, descriptive statistics tables, or figures after results are estimated and before submission for an AER, AER:Insights, or AEJ manuscript. Implements AER booktabs house style, regression-table layout, and figure-note conventions.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research aer-tables-figuresInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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}
Bundled with the installed skill, no repository checkout needed --- read it before the repo resources below:
references/exhibit-cookbook.md --- booktabs anatomy, export snippets, notes template, figure rulesWhen 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>
tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.