skills/29-quarcs-lab-project20XXy/dot-claude/skills/new-analysis/SKILL.md
Scaffolds a method-specific analysis notebook (DiD, IV, RDD, LASSO, Panel FE) with boilerplate. Use when starting a new econometric analysis.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research new-analysisInstall 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 new notebook pre-populated with method-specific boilerplate for a common econometric technique.
$ARGUMENTS — the method name and optional title (e.g., "DiD Event Study", "IV Analysis of Colonial Origins", "RDD Minimum Wage", "LASSO Variable Selection", "Panel FE Growth Regressions")Parse the method from the arguments. Recognized methods:
Follow the same notebook creation conventions as /project:new-notebook:
notebooks/ for existing files to determine the next sequential number.ipynb with the appropriate kernel and setup cell:
import sys; sys.path.insert(0, ".."); from config import set_seeds, DATA_DIR; set_seeds()source("../config.R"); set_seeds()clear all followed by set seed 42Add method-specific sections as markdown and code cells:
All methods include these sections:
#| label: tbl-<method>-sumstats)#| label: tbl-<method>-main)#| label: fig-<method>-main)Method-specific boilerplate:
#| label: fig-event-study), TWFE regression, staggered treatment note#| label: fig-rd-plot)#| label: fig-lasso-path), selected variables, post-LASSO OLSCreate the Jupytext .md pair:
uv run jupytext --set-formats ipynb,md:myst notebooks/<name>.ipynb
Register in _quarto.yml under manuscript.notebooks:
- notebook: notebooks/<name>.ipynb
title: "N<number>: <title>"
Confirm the notebook renders: quarto render notebooks/<name>.ipynb
Report the file path and list the embed-ready cell labels created.
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".