skills/29-quarcs-lab-project20XXy/dot-claude/skills/regression-table/SKILL.md
Formats estimation output as a publication-quality regression table with stars, SEs, and fit statistics. Use when creating a results table.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research regression-tableInstall 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.
Create a publication-quality regression table from estimation output in a notebook.
$ARGUMENTS — a notebook reference and/or description of the table (e.g., "notebook-02 OLS results" or "main regression table with 3 specifications")Identify the source notebook and the estimation output:
statsmodels, linearmodels; R: lm, fixest, felm; Stata: reg, reghdfe, ivregress)Ask the user for table specifications:
Construct the table following academic conventions:
* p<0.10, ** p<0.05, *** p<0.01Create or update a cell in the specified notebook with:
#| label: tbl-<descriptive-name> (or *| for Stata)#| tbl-cap: "<caption>" (or *| for Stata)tbl- prefix for Stata text output — use a plain label instead (e.g., stata-regression)Sync the Jupytext pair:
uv run jupytext --sync notebooks/<name>.md
Show the user the embed shortcode to paste into index.qmd:
{{< embed notebooks/<name>.ipynb#tbl-<label> >}}
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".
tools
Autonomous multi-round research review loop using MiniMax API. Use when you want to use MiniMax instead of Codex MCP for external review. Trigger with "auto review loop minimax" or "minimax review".
tools
Autonomous research review loop using any OpenAI-compatible LLM API. Configure via llm-chat MCP server or environment variables. Trigger with "auto review loop llm" or "llm review".