/amj-tables-figures
Use when building or cleaning the tables and figures for an Academy of Management Journal (AMJ) manuscript — correlation tables, regression/SEM/HLM result tables, the theoretical-model figure, and interaction plots in AOM house style. Finalizes exhibits; it does not run the
$ npx -y skills add brycewang-stanford/Awesome-Journal-Skills --skill amj-tables-figures --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/amj-tables-figures
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when building or cleaning the tables and figures for an Academy of Management Journal (AMJ) manuscript — correlation tables, regression/SEM/HLM result tables, the theoretical-model figure, and interaction plots in AOM house style. Finalizes exhibits; it does not run the
SKILL.md
amj-tables-figures.SKILL.mdname: amj-tables-figures
description: Use when building or cleaning the tables and figures for an Academy of Management Journal (AMJ) manuscript — correlation tables, regression/SEM/HLM result tables, the theoretical-model figure, and interaction plots in AOM house style. Finalizes exhibits; it does not run the analysis (amj-data-analysis) or frame the contribution (amj-contribution-framing).
Tables & Figures (amj-tables-figures)
When to trigger
- Result tables are cluttered, hard to read, or not self-explanatory
- The correlation/descriptives table is missing reliabilities or has inconsistent decimals
- Interaction effects are reported only in text, not plotted
- The theoretical model has no figure, or the figure does not match the hypotheses
- Tables/figures are off AOM house style (verify the current AMJ Style Guide for Authors)
The exhibits an AMJ paper expects
1. **Means, SDs, and correlations** table — typically Table 1; reliabilities on the diagonal in parentheses; note significance. 2. **Main results** table(s) — regression/SEM/HLM, organized by nested models (controls → main effects → interactions), with standardized or unstandardized coefficients consistently labeled. 3. **Theoretical model figure** — boxes and arrows mapping one-to-one to the hypotheses (H1, H2, …). 4. **Interaction/simple-slopes plots** — one figure per significant interaction, with high/low moderator lines and axis labels in construct terms. 5. **Mediation/path figure** where SEM is used — coefficients on paths, fit indices noted.
House-style discipline (verify against the current AOM Style Guide)
- **Self-contained**: a reader should understand each table/figure from its title and notes alone.
- **Title** above the table; comprehensive **note** below defines abbreviations, N, SE type, and significance markers.
- **Significance**: use consistent markers (e.g., † p<.10, * p<.05, ** p<.01, *** p<.001) and define them in the note; state whether tests are one- or two-tailed.
- **Standard errors / CIs**: report SEs (or CIs) in parentheses; be consistent across tables.
- **Decimals**: consistent precision (commonly two decimals); align on the decimal point.
- **Nested models**: report model fit / ΔR² / Δ-2LL across steps so the incremental contribution of interactions is visible.
- **Exhibits do not count toward the page limit.** AOM's 40-page main-body maximum *excludes* tables and figures (it includes text, references, and appendices), so move dense supporting material into well-built exhibits rather than crowding the prose — but keep each exhibit genuinely necessary, not padding.
- Confirm current limits on number/format of exhibits and figure resolution against the AMJ Style Guide for Authors and the ScholarOne portal.
Figures
- Theoretical-model figure: clean boxes/arrows; label each path with its hypothesis number; no decorative clutter.
- Interaction plots: plot predicted values of the DV across the predictor at ±1 SD of the moderator; label lines; keep the y-axis in the DV's metric.
- Use grayscale-safe designs; ensure figures are legible in print and meet the resolution the portal requires.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers (the usual source of body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). AMJ is empirical management — panel, multilevel, DiD, IV, and field/lab experiments; the chain below serves that lane, while grounded-theory / qualitative work uses its own standards.
- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the
`result_id`.
- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —
axis units and the SE/clustering note baked in.
- **Every note** names the estimator + clustering and states the effect size in
interpretable units.
See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).
Checklist
- [ ] Table 1 = means, SDs, correlations, with reliabilities on the diagonal
- [ ] Result tables use nested models with ΔR²/fit reported across steps
- [ ] SEs/CIs in parentheses; consistent decimals and alignment
- [ ] Significance markers defined in notes; one-/two-tailed stated
- [ ] Every significant interaction has a simple-slopes plot
- [ ] Theoretical-model figure maps one-to-one to the hypotheses
- [ ] Each exhibit is self-contained (title + complete note)
- [ ] Exhibit count/format checked against the AMJ Style Guide (tables/figures are excluded from the 40-page limit)
Anti-patterns
- **Wall-of-numbers tables** with no nested structure and no fit statistics.
- **Undefined abbreviations** or missing N/SE-type in notes.
- **Interactions reported in text only** — reviewers expect a plot.
- **Model figure that contradicts the hypotheses** (extra/missing arrows).
- **Inconsistent decimals/significance markers** across tables.
- **Color-only figures** that are unreadable in grayscale or below required resolution.
Output format
【Table 1】means/SD/correlations + reliabilities on diagonal? yes/no
【Result tables】nested models + ΔR²/fit reported? yes/no
【Interaction plots】one per significant interaction? yes/no
【Model figure】matches hypotheses one-to-one? yes/no
【Self-contained】all titles/notes complete? yes/no
【House-style check】markers/SE/decimals/resolution vs. AOM guide: pass/fix
【Next step】amj-writing-style
Read more
name: amj-tables-figures description: Use when building or cleaning the tables and figures for an Academy of Management Journal (AMJ) manuscript — correlation tables, regression/SEM/HLM result tables, the theoretical-model figure, and interaction plots in AOM house style. Finalizes exhibits; it does not run the analysis (amj-data-analysis) or frame the contribution (amj-contribution-framing).
Tables & Figures (amj-tables-figures)
When to trigger
- Result tables are cluttered, hard to read, or not self-explanatory
- The correlation/descriptives table is missing reliabilities or has inconsistent decimals
- Interaction effects are reported only in text, not plotted
- The theoretical model has no figure, or the figure does not match the hypotheses
- Tables/figures are off AOM house style (verify the current AMJ Style Guide for Authors)
The exhibits an AMJ paper expects
1. **Means, SDs, and correlations** table — typically Table 1; reliabilities on the diagonal in parentheses; note significance. 2. **Main results** table(s) — regression/SEM/HLM, organized by nested models (controls → main effects → interactions), with standardized or unstandardized coefficients consistently labeled. 3. **Theoretical model figure** — boxes and arrows mapping one-to-one to the hypotheses (H1, H2, …). 4. **Interaction/simple-slopes plots** — one figure per significant interaction, with high/low moderator lines and axis labels in construct terms. 5. **Mediation/path figure** where SEM is used — coefficients on paths, fit indices noted.
House-style discipline (verify against the current AOM Style Guide)
- **Self-contained**: a reader should understand each table/figure from its title and notes alone.
- **Title** above the table; comprehensive **note** below defines abbreviations, N, SE type, and significance markers.
- **Significance**: use consistent markers (e.g., † p<.10, * p<.05, ** p<.01, *** p<.001) and define them in the note; state whether tests are one- or two-tailed.
- **Standard errors / CIs**: report SEs (or CIs) in parentheses; be consistent across tables.
- **Decimals**: consistent precision (commonly two decimals); align on the decimal point.
- **Nested models**: report model fit / ΔR² / Δ-2LL across steps so the incremental contribution of interactions is visible.
- **Exhibits do not count toward the page limit.** AOM's 40-page main-body maximum *excludes* tables and figures (it includes text, references, and appendices), so move dense supporting material into well-built exhibits rather than crowding the prose — but keep each exhibit genuinely necessary, not padding.
- Confirm current limits on number/format of exhibits and figure resolution against the AMJ Style Guide for Authors and the ScholarOne portal.
Figures
- Theoretical-model figure: clean boxes/arrows; label each path with its hypothesis number; no decorative clutter.
- Interaction plots: plot predicted values of the DV across the predictor at ±1 SD of the moderator; label lines; keep the y-axis in the DV's metric.
- Use grayscale-safe designs; ensure figures are legible in print and meet the resolution the portal requires.
Execution bridge (StatsPAI / Stata MCP)
Generate exhibits from the fitted result, not by retyping numbers (the usual source of body-vs-appendix drift). Full map: [`execution-with-mcp`](../../../shared-resources/empirical-methods/execution-with-mcp.md). AMJ is empirical management — panel, multilevel, DiD, IV, and field/lab experiments; the chain below serves that lane, while grounded-theory / qualitative work uses its own standards.
- **Tables:** `etable` (multi-model columns) or `did_summary_to_latex` straight from the
`result_id`.
- **Figures:** `plot_from_result` / `enhanced_event_study_plot` / `event_study_table` —
axis units and the SE/clustering note baked in.
- **Every note** names the estimator + clustering and states the effect size in
interpretable units.
See a full fitted-result → exhibit chain in the [JF execution walkthrough](../../../Journal-of-Finance-Skills/resources/worked-examples/02-execution-walkthrough.md).
Checklist
- [ ] Table 1 = means, SDs, correlations, with reliabilities on the diagonal
- [ ] Result tables use nested models with ΔR²/fit reported across steps
- [ ] SEs/CIs in parentheses; consistent decimals and alignment
- [ ] Significance markers defined in notes; one-/two-tailed stated
- [ ] Every significant interaction has a simple-slopes plot
- [ ] Theoretical-model figure maps one-to-one to the hypotheses
- [ ] Each exhibit is self-contained (title + complete note)
- [ ] Exhibit count/format checked against the AMJ Style Guide (tables/figures are excluded from the 40-page limit)
Anti-patterns
- **Wall-of-numbers tables** with no nested structure and no fit statistics.
- **Undefined abbreviations** or missing N/SE-type in notes.
- **Interactions reported in text only** — reviewers expect a plot.
- **Model figure that contradicts the hypotheses** (extra/missing arrows).
- **Inconsistent decimals/significance markers** across tables.
- **Color-only figures** that are unreadable in grayscale or below required resolution.
Output format
【Table 1】means/SD/correlations + reliabilities on diagonal? yes/no 【Result tables】nested models + ΔR²/fit reported? yes/no 【Interaction plots】one per significant interaction? yes/no 【Model figure】matches hypotheses one-to-one? yes/no 【Self-contained】all titles/notes complete? yes/no 【House-style check】markers/SE/decimals/resolution vs. AOM guide: pass/fix 【Next step】amj-writing-style
Stanford REAP × CoPaper.AI · 由斯坦福实证方法论团队精选与维护 访问 copaper.ai 微信:CoPaper.AI 按 11 个主流学科板块覆盖 经管与商科 社会科学 人文学科 数学与物理科学 生命科学 医学与健康 工程与技术 计算机科学与 AI 体育科学 点击任一学科名可跳转到对应说明;每类下的代表子领域在正文总览中完整列出。下方封面墙按 venue 导航,完整分类见覆盖一览。 🧭 布局指南 · 📚 Skill Pack 一览 · ⚡ 如何使用 · 🧪 自动实证
Other skills on awesome-journal-skills.
- /aaai-artifact-evaluation
Use when packaging AAAI code, data, multimedia appendices, technical appendices, reproducibility evidence, and post-acceptance artifact releases without violating double-blind or immutable-supplement rules.
Open skill - /aaai-author-response
Use when drafting an AAAI author response (rebuttal) under the single short character-limited author-feedback window, the no-URL rule, no-new-results guidance, AI-generated-review handling, and the AAAI two-phase review process where Phase-2 papers receive one feedback round
Open skill - /aaai-camera-ready
Use when preparing an accepted AAAI paper for camera-ready source submission to AAAI Press, including proceedings page limits, two-column template compliance, copyright transfer, purchased extra technical pages, deanonymization, registration, oral or poster presentation, and
Open skill - /aaai-experiments
Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and
Open skill - /aaai-related-work
Use when positioning an AAAI paper's novelty against archival work, contemporaneous arXiv or workshop papers, and AAAI/IJCAI/NeurIPS/ICML/ICLR neighbors across the broad AI scope, while staying inside AAAI's dual-submission and AI-as-source policy constraints and writing a
Open skill - /aaai-reproducibility
Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that
Open skill

