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-toolsThis skill uses the workspace's default tool permissions.
Rewrite R table-producing scripts to output AER-compliant LaTeX tables with PDF preview.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
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().