deploy
49maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Render Quarto slides and sync to docs/ for GitHub Pages deployment. Use when deploying lecture slides after making changes.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Render Quarto slides and sync to docs/ for GitHub Pages deployment. Use when deploying lecture slides after making changes.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Challenge a slide deck design with 5-7 specific pedagogical questions. Checks ordering, prerequisites, gaps, alternatives, notation conflicts, cognitive load, and book readiness.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Interactive interview to formalize a research idea into a structured specification with hypotheses and empirical strategy.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Structured literature search and synthesis with citation extraction and gap identification.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Run the proofreading protocol on lecture files. Checks grammar, typos, overflow, consistency, and academic writing quality. Produces a report without editing files.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Trigger: /replicate-paper [paper.pdf] [data.csv|dta] or "replicate this paper".
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Generate structured research questions, testable hypotheses, and empirical strategies from a topic or dataset.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Comprehensive manuscript review covering argument structure, econometric specification, citation completeness, and potential referee objections.
maxwell2732/paper-replicate-agent-demo
Skill Claude CodeCodex
Run the R code review protocol on R scripts. Checks code quality, reproducibility, domain correctness, and professional standards. Produces a report without editing files.
maxwell2732/paper-replicate-agent-demo
Instructions file
Claude Code instructions for maxwell2732/paper-replicate-agent-demo, covering claude.md -- ukb empirical replication agent, core principles, folder structure, commands and run r replication script.
maxwell2732/codex-r-empirical-research
Agent Claude Code
Substantive domain review for empirical economics analyses. Template agent — customize the 5 review lenses for your sub-field. Checks identification correctness, derivation steps, citation fidelity, code-theory alignment, and logical consistency.
maxwell2732/codex-r-empirical-research
Agent Claude Code
Spec-review agent for empirical economics. Checks clustering level, FE absorption, weights, IV first-stage strength, multiple-hypothesis correction, sample selection, DiD assumptions, and SE method choice. Use on any analysis script before merging to main.
maxwell2732/codex-r-empirical-research
Agent Claude Code
Holistic pedagogical review for academic slides. Checks narrative arc, prerequisite assumptions, worked examples, notation clarity, and deck-level pacing. Use after content is drafted.
maxwell2732/codex-r-empirical-research
Agent Claude Code
Implementation planning specialist for R projects. Use for feature implementation, architectural decisions, or complex refactoring.
maxwell2732/codex-r-empirical-research
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/codex-r-empirical-research
Agent Claude Code
Verifies that numerical claims about R analysis results actually appear in the corresponding R log file or output table. Refuses to validate claims with no log provenance. Use before any commit or report that contains numerical results.
maxwell2732/codex-r-empirical-research
Agent Claude Code
R code reviewer for empirical economics scripts. Checks reproducibility, logging hygiene, naming, magic numbers, table/figure quality, and adherence to project conventions. Use after writing or modifying any .R file.
maxwell2732/codex-r-empirical-research
Agent Claude Code
End-to-end verification agent for the R pipeline. Confirms scripts run cleanly, logs exist with no errors, output files are present and fresh, and reports render. Use proactively before committing or creating PRs.
maxwell2732/codex-r-empirical-research
Hook Claude Code
Runs when the agent sends a notification, executing notify.sh. From maxwell2732/codex-r-empirical-research.
maxwell2732/codex-r-empirical-research
Hook Claude Code
Runs before the agent uses a tool for Edit and Write tool calls, executing protect-files.sh. From maxwell2732/codex-r-empirical-research.
maxwell2732/codex-r-empirical-research
Hook Claude Code
Runs before the context is compacted, executing pre-compact.sh. From maxwell2732/codex-r-empirical-research.
maxwell2732/codex-r-empirical-research
Hook Claude Code
Runs when the agent finishes a response, executing log-reminder.py via python3. From maxwell2732/codex-r-empirical-research.
maxwell2732/codex-r-empirical-research
Settings file Claude Code
Agent settings declaring 4 hook events (Notification, PreToolUse, PreCompact, Stop) and 49 allowed tools.
maxwell2732/codex-r-empirical-research
Skill Claude CodeCodex
Combine saved R model results into publication-ready tables via modelsummary. Produces both .tex (for paper) and .csv (for audit) with consistent formatting.