Dot Claude

Dot Claude from brycewang-stanford/Auto-Empirical-Research-Skills.

by @brycewang-stanford 89 skills

Skills in this plugin

89
  1. Pyfixest · brycewang-stanford bundle
    Fast high-dimensional fixed effects: OLS, Poisson, IV with multi-way FE; DiD (TWFE, did2s, Sun-Abraham); clustered SEs; etable/coefplot/iplot. Use for FE regressions or DiD. For panel RE/between use linearmodels; for GLM without FE use statsmodels.
    1k repo stars
  2. Interpret Results · brycewang-stanford
    Writes academic prose interpreting regression output. Use when describing estimation results in manuscript-ready language.
    1k repo stars
  3. Geopandas · brycewang-stanford bundle
    Spatial data: GeoDataFrames, spatial joins, CRS/projections, choropleth/interactive maps, spatial autocorrelation, PySAL. Use for geographic data, spatial files (Shapefile, GeoPackage, GeoParquet), or spatial stats. For charts without GIS use plotly.
    1k repo stars
  4. QA Quarto · brycewang-stanford
    Adversarial Quarto vs Beamer QA. Critic finds issues, fixer applies fixes, loops until APPROVED (max 5 rounds).
    1k repo stars
  5. Statsmodels · brycewang-stanford bundle
    Statistical modeling: OLS/WLS/GLS, GLM (logit, probit, Poisson), time series (ARIMA, VAR), mixed effects, diagnostics. Formula API. Use for regressions without fixed effects, GLMs, or time series. For FE/DiD use pyfixest; panel/IV use linearmodels.
    1k repo stars
  6. Linearmodels · brycewang-stanford bundle
    Panel data, IV/GMM, system regression. PanelOLS (FE/RE), BetweenOLS, Fama-MacBeth, IV2SLS/LIML/GMM, SUR, 3SLS, Driscoll-Kraay SEs. Use for RE/between, system estimation, or GMM. Complements pyfixest (FE + DiD) and statsmodels (GLM + time series).
    1k repo stars
  7. Scikit Learn · brycewang-stanford bundle
    Machine learning: clustering, PCA/t-SNE/UMAP, classification, prediction regression (Ridge/Lasso/ensemble), cross-validation, Pipelines. For unsupervised analysis, classification, or prediction. For econometric regression use pyfixest/statsmodels.
    1k repo stars
  8. Extract Tikz · brycewang-stanford
    Extract TikZ diagrams from Beamer source, compile to PDF, convert to SVG with 0-based indexing. Use when updating TikZ diagrams for Quarto slides.
    1k repo stars
  9. Visual Audit · brycewang-stanford
    Perform adversarial visual audit of Quarto or Beamer slides checking for overflow, font consistency, box fatigue, and layout issues.
    1k repo stars
  10. Data Scientist · brycewang-stanford bundle
    Data science methodology for Python research: EDA, validation, causal inference (IV, DiD, RD, synthetic control), clustering/PCA/UMAP, supervised ML, geospatial, visualization. Method selection guidance. For syntax, load tool-specific skills.
    1k repo stars
  11. Create Lecture · brycewang-stanford
    Create new Beamer lecture from papers and materials. Guided workflow with notation consistency.
    1k repo stars
  12. Agent Authoring · brycewang-stanford bundle
    Guide for creating DAAF agent definition files. Covers 12-section template, hook registration, skills-in-frontmatter, integration checklist. Use when adding or revising agents. For SKILL.md files, use skill-authoring instead.
    1k repo stars
  13. Skill Authoring · brycewang-stanford bundle
    Guide for creating and auditing DAAF skills (SKILL.md). Covers frontmatter, metadata vocabulary, progressive disclosure, decision trees, reference files. Use when creating, reviewing, or debugging skill loading. For agent files, use agent-authoring.
    1k repo stars
  14. Devils Advocate · brycewang-stanford
    Challenge slide design with 5-7 pedagogical questions. Checks ordering, prerequisites, and cognitive load.
    1k repo stars
  15. Pedagogy Review · brycewang-stanford
    Run holistic pedagogical review on lecture slides. Checks narrative arc, student prerequisites, worked examples, notation clarity, and deck pacing.
    1k repo stars
  16. Daaf Orchestrator · brycewang-stanford bundle
    Operational framework for the DAAF orchestrator. Defines engagement modes, confirmation protocol, subagent dispatch, context budget, and reference-loading. Loaded exclusively by the orchestrator — not for subagents or user questions.
    1k repo stars
  17. Review Julia · brycewang-stanford
    Run the Julia code review protocol on Julia scripts. Checks code quality, type stability, parallel computing patterns, and scientific computing standards. Produces a report without editing files.
    1k repo stars
  18. Translate To Quarto · brycewang-stanford
    Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.
    1k repo stars
  19. Education Data Query · brycewang-stanford bundle
    Downloads education datasets from configured mirror sources (parquet/CSV) with local Polars filtering. Use when writing fetch scripts or retrieving CCD, IPEDS, CRDC, SAIPE data. Load after education-data-explorer — retrieval here, not discovery.
    1k repo stars
  20. R Python Translation · brycewang-stanford bundle
    R-to-Python translation for data analysis. Maps R packages (tidyverse, ggplot2, fixest, survey, sf, plm) to Python equivalents (polars, plotnine, pyfixest, svy, geopandas). Use when user has R background or requests R-equivalent code comments.
    1k repo stars
  21. Econometrics R · brycewang-stanford
    R-based econometric analysis for academic research. Use when writing R code for panel data, difference-in-differences, instrumental variables, spatial econometrics, or regression analysis. Covers data.table, fixest, sf, modelsummary, and publication-ready outputs.
    1k repo stars
  22. Science Communication · brycewang-stanford bundle
    Translating technical findings for non-technical audiences. Narrative frameworks (Pyramid Principle, SCQA), plain-language translation, executive summaries, policy briefs, causal language. Use when presenting to stakeholders or reviewing deliverables
    1k repo stars
  23. Replicate Paper · brycewang-stanford
    Run a full 6-phase autonomous replication of a biomedical/epidemiology paper against UK Biobank or similar cohort data, producing Python and R scripts plus a validated replication report. Use when asked to replicate a paper end-to-end, or when invoked as /replicate-paper [paper.pdf] [data.csv|dta].
    1k repo stars
  24. Education Data Context · brycewang-stanford bundle
    Interpretation guidance for Urban Institute Portal datasets. Coded values (-1/-2/-3), year definitions, grade encoding, suppression, licensing, cross-source joins. Use when interpreting Portal data before analysis. Routes to source-specific skills.
    1k repo stars
  25. Education Data Explorer · brycewang-stanford bundle
    Discovers education data from Urban Institute Portal: endpoints, variables, year coverage, join keys (CCD, IPEDS, CRDC, Scorecard, SAIPE). Use to map questions to data. Load before education-data-query — discovery here, download there.
    1k repo stars
  26. Stata Python Translation · brycewang-stanford bundle
    Stata-to-Python translation for data analysis. Maps Stata commands (reghdfe, xtreg, ivregress, margins, esttab, svy:) to Python (polars, pyfixest, statsmodels, svy). Use when user has Stata background or requests Stata-equivalent code comments.
    1k repo stars
  27. Econometrics Julia · brycewang-stanford
    Julia-based econometric and structural estimation for computationally intensive tasks. Use for structural models, maximum likelihood, GMM, numerical optimization, simulations, and high-performance computing. Covers DataFrames.jl, FixedEffectModels.jl, Optim.jl, and performance optimization.
    1k repo stars
  28. Education Data Source Ccd · brycewang-stanford bundle
    CCD — federal universe of all U.S. public K-12 schools (~100K) and districts (~18K). Enrollment, staffing, finance, directory data (1986-present). Use for public school analysis by grade/race/sex. Public only; excludes private and postsecondary.
    1k repo stars
  29. Education Data Source Fsa · brycewang-stanford bundle
    FSA — Title IV aid at institution level (~5,500 institutions, 1999-2021). Pell Grants, Direct/PLUS loans, campus-based aid, financial responsibility scores, 90/10 metrics. Use for aid distribution, loan volume, or for-profit analysis. By unitid.
    1k repo stars