review-paper
25maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Comprehensive manuscript review covering argument structure, econometric specification, citation completeness, and potential referee objections.
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Comprehensive manuscript review covering argument structure, econometric specification, citation completeness, and potential referee objections.
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Run the stata-reviewer agent on a do-file. Produces a structured code-review report covering reproducibility, logging, naming, magic numbers, table/figure quality, and conformance to project conventions.
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Execute the full Stata pipeline via dofiles/00master.do. Runs every stage in dependency order, aborts on first error, prints stage timings, and reports final output tree.
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Execute a single Stata do-file in batch mode via the project wrapper. Captures the log, surfaces any r( ) errors, and reports exit code and output paths.
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Comprehensive Stata reference for writing correct .do files, data management, econometrics, causal inference, graphics, Mata programming, and 20 community packages (reghdfe, estout, did, rdrobust, etc.). Covers syntax, options, gotchas, and idiomatic patterns. Use this skill whenever the user asks you to write, debug…
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Validate bibliography entries against citations in Quarto reports and Stata do-files. Find missing entries, unused references, and likely typos.
maxwell2732/codex-stata-for-economists
Skill Claude CodeCodex
Scan a Stata log file for errors, warnings, suspicious patterns, and silent failures. Cross-check claimed numerical results against log contents.
maxwell2732/codex-stata-for-economists
Instructions file CodexOpenCode
AGENTS.md instructions for maxwell2732/codex-stata-for-economists, covering agents.md - codex operating guide, project purpose, repository map, exploration workflow and non-negotiable rules.
maxwell2732/codex-stata-for-economists
Instructions file
Claude Code instructions for maxwell2732/codex-stata-for-economists, covering core principles, folder structure, commands, render the markdown/pdf report (quarto + stata engine) and quality score for a do-file (0–100).
Command Claude Code
Run the theoretical-economics-claude-skill pipeline in an explicitly selected mode.
Command Claude Code
Read the file SKILL.md at the root of this project and follow every instruction in it exactly.
Instructions file
Claude Code instructions for maxwell2732/pAI-Econ-claude, covering project rules — pai-econ-claude, ⚠️ critical: no unverified citations — ever, the rule, how to verify and what is safe without web search.
Skill Claude CodeCodex
Human-in-the-loop theoretical economics research pipeline: from economic intuition to manuscript skeleton in 10 structured stages with quality gates. Two modes: open-ended theory-development (default) and empirical-companion for building a minimal model around finished empirical results.
maxwell2732/paper-replicate-agent-demo
Agent Claude Code
Substantive domain review for biomedical epidemiology replication scripts and reports. Acts as a senior epidemiology journal referee (NEJM/Lancet/IJE standard). Checks confounding/bias assumptions, method verification, citation fidelity, code-theory alignment, and logical consistency. Use after replication scripts are…
maxwell2732/paper-replicate-agent-demo
Agent Claude Code
Expert proofreading agent for academic lecture slides. Reviews for grammar, typos, overflow, and consistency. Use proactively after creating or modifying lecture content.
maxwell2732/paper-replicate-agent-demo
Agent Claude Code
R code reviewer for academic scripts. Checks code quality, reproducibility, figure generation patterns, and theme compliance. Use after writing or modifying R scripts.
maxwell2732/paper-replicate-agent-demo
Agent Claude Code
End-to-end verification agent. Checks that slides compile, render, deploy, and display correctly. Use proactively before committing or creating PRs.
maxwell2732/paper-replicate-agent-demo
Hook Claude Code
Runs when the agent sends a notification, executing notify.sh. From maxwell2732/paper-replicate-agent-demo.
maxwell2732/paper-replicate-agent-demo
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, executing protect-files.sh. From maxwell2732/paper-replicate-agent-demo.
maxwell2732/paper-replicate-agent-demo
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From maxwell2732/paper-replicate-agent-demo.
maxwell2732/paper-replicate-agent-demo
Hook Claude Code
Runs when the agent finishes a response, executing log-reminder.py via python3. From maxwell2732/paper-replicate-agent-demo.
maxwell2732/paper-replicate-agent-demo
Settings file Claude Code
Agent settings declaring 4 hook events (Notification, PreToolUse, PreCompact, Stop) and 36 allowed tools.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Stage, commit, create PR, and merge to main. Use for the standard commit-PR-merge cycle.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
End-to-end R data analysis workflow from exploration through regression to publication-ready tables and figures.