pipeline
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Create and audit presentations (Beamer or Quarto RevealJS). Combines talk creation, visual audit, and compilation. Replaces /create-talk, /visual-audit, /compile-latex (for talks).
$ npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill talk --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/talkContext preview
The summary Claude sees to decide when to auto-load this skill.
Create and audit presentations (Beamer or Quarto RevealJS). Combines talk creation, visual audit, and compilation. Replaces /create-talk, /visual-audit, /compile-latex (for talks).
name: talk description: Create and audit presentations (Beamer or Quarto RevealJS). Combines talk creation, visual audit, and compilation. Replaces /create-talk, /visual-audit, /compile-latex (for talks). argument-hint: "[mode: create | audit | compile] [format: job-market | seminar | short | lightning] [--quarto] [file path]" allowed-tools: Read,Grep,Glob,Write,Edit,Task,Bash
Create, audit, or compile presentations (Beamer or Quarto RevealJS).
**Input:** `$ARGUMENTS` — mode and format/path.
---
Generate a presentation from the paper.
**Agents:** Storyteller (creator) → storyteller-critic (reviewer)
| Format | Slides | Duration | Content Scope | |--------|--------|----------|---------------| | job-market | 40-50 | 45-60 min | Full story, all results, mechanism, robustness | | seminar | 25-35 | 30-45 min | Motivation, main result, 2 robustness, conclusion | | short | 10-15 | 15 min | Question, method, key result, implication | | lightning | 3-5 | 5 min | Hook, one result, so-what |
**Step 1: Parse Arguments**
**Step 2: Dispatch Storyteller**
Read the paper and extract: research question, identification strategy, main result, secondary results, robustness checks, key figures/tables, institutional background. Design narrative arc for the chosen format. Build the slide file with shared preamble if available.
The Storyteller follows these design principles:
Compile with XeLaTeX (Beamer) or `quarto render` (Quarto).
Save to `paper/talks/[format]_talk.tex` (Beamer) or `paper/quarto/[format]_talk.qmd` (Quarto).
**Step 3: Dispatch Storyteller-Critic**
After the Storyteller returns, dispatch the storyteller-critic to review across 5 categories:
| Category | What It Checks | |----------|---------------| | **Narrative flow** | Does the story build properly? Is there a clear arc from motivation through results to implications? Are transitions smooth? | | **Visual quality** | Text overflow, font readability (>= 10pt), figure sizing, consistent formatting, overfull hbox warnings | | **Content fidelity** | Every claim traceable to the paper — no orphan results, no unsupported statements | | **Scope for format** | Right amount of content for the duration — not cramming a seminar into a lightning talk, not padding a short talk to seminar length | | **Compilation** | Does it compile cleanly without errors or warnings? |
Score as advisory (non-blocking). Save report to `quality_reports/[format]_talk_review.md`.
**Step 4: Fix Critical Issues**
If the storyteller-critic finds Critical issues (compilation failures, content not in paper): 1. Re-dispatch Storyteller with specific fixes (max 3 rounds per three-strikes rule) 2. Re-run storyteller-critic to verify
**Step 5: Present Results**
Report to the user: 1. Generated file path 2. Slide count and format compliance 3. Storyteller-critic score (advisory, non-blocking) 4. TODO items (missing figures, tables not yet generated)
---
Check existing slides for layout issues.
Run visual quality checks:
---
3-pass XeLaTeX compilation for Beamer:
cd paper/talks && TEXINPUTS=../preambles:$TEXINPUTS xelatex -interaction=nonstopmode [file]
For Quarto:
cd paper/quarto && quarto render [file]
---
📌 文档结构(2026-07-22 起): 本文件是中文默认入口 —— banner + badges + 信任面 + 9 阶段流水线速览 + 76 行合集总表。 每个合集的完整描述、按用途分组、精确数字、验证方法在 docs/CONTENT_ZH.md(扩展正文,总表行内的 → 直接跳转到对应锚点)。 English version: README-en.md · 中文扩展正文:docs/CONTENT_ZH.md · README-zh-CN.md 已弃用(重定向占位) 🌐 语言: English |
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Use when the user asks to run a full empirical / causal analysis in Python — by default in the style of an applied economics paper (AER / QJE / JPE / ReStud /…
Classical end-to-end empirical analysis workflow in the traditional Python econometric stack — pandas + numpy + scipy + statsmodels + linearmodels + pyfixest +…
Classical end-to-end empirical analysis workflow in the traditional Stata ecosystem — native Stata + reghdfe + ivreg2 + csdid + did_imputation +…
Classical end-to-end empirical analysis workflow in the modern tidyverse + econometrics R ecosystem — dplyr + tidyr + haven + fixest + sandwich + lmtest +…
Systematic writing framework for philosophy and interdisciplinary academic papers from optimized outline to submission-ready manuscript. Use when users want…