skills/29-quarcs-lab-project20XXy/dot-claude/skills/codebook/SKILL.md
Auto-generates a Markdown codebook from a dataset (CSV, DTA, Excel, Parquet) with types and summary statistics. Use when documenting variables.
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research codebookInstall 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.
Auto-generate a Markdown codebook documenting all variables in a dataset.
$ARGUMENTS — path to a dataset file (e.g., data/rawData/sample_data.csv, data/panel.dta)Determine the file format from the extension:
.csv — read with pandas read_csv.dta — read with pandas read_stata.xlsx / .xls — read with pandas read_excel.parquet — read with pandas read_parquetLoad the dataset using uv run python and extract metadata for each variable:
Generate a Markdown codebook with:
[FILL: description] placeholder for the user to add a human-readable descriptionDerive the output filename from the dataset name:
data/rawData/sample_data.csv → references/sample-data-codebook.mdSave to references/<dataset-name>-codebook.md
Report the file path and the number of variables documented.
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".