pymc-labs/python-analytics-skills

About AI agent tooling for Python data science workflows

79Stars on the repository
9Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

marimo-notebook

01

pymc-labs/python-analytics-skills

Skill Claude CodeCodex

ALWAYS use when: creating/editing marimo notebooks, working with any .py file containing @app.cell decorators, building reactive Python notebooks, doing exploratory data analysis in notebook form, converting Jupyter (.ipynb) to marimo, or when user mentions "marimo", "reactive notebook", or asks for an interactive…

79 2mo ago A 126 tokens

model-evaluation

02

pymc-labs/python-analytics-skills

Skill Claude CodeCodex

Load when the user is comparing Bayesian models, computing LOO-CV / ELPD, calling arvizstats.loo or arvizstats.compare, doing model stacking/averaging, or computing Bayes factors. Covers the ArviZ 1.1 LOO/ELPD/stacking APIs exclusively (no waic). Triggers include: model comparison, LOO, ELPD, compare, looexpectations…

79 2mo ago A 118 tokens

prior-elicitation

03

pymc-labs/python-analytics-skills

Skill Claude CodeCodex

Load when the user is choosing priors, running prior predictive checks, calling findconstrainedprior, using PreliZ, or otherwise eliciting domain knowledge into a Bayesian model. Covers weakly informative priors, constrained priors, sensitivity analysis, and elicitation workflows. Triggers include: prior selection…

79 2mo ago A 99 tokens

pymc-extras

04

pymc-labs/python-analytics-skills

Skill Claude CodeCodex

Load when the user is working with pymc-extras (pmx) features: splines / BSplineBasis, distributional regression / GAMLSS, R2D2M2CP or horseshoe priors, discrete variable marginalization, or Laplace approximation via fitlaplace. Triggers include: pymcextras, pymc-extras, pmx, splines, BSplineBasis, distributional…

79 2mo ago A 125 tokens

pymc-modeling

05

pymc-labs/python-analytics-skills

Skill Claude CodeCodex

Load whenever the user is working on code that imports pymc, pytensor, or arviz, or asks about Bayesian modeling, MCMC, priors, posteriors, sampling, or model diagnostics. Covers PyMC 6+, PyTensor 3+, ArviZ 1.1+ (DataTree API), pymc-bart, pymc-extras, nutpie, and JAX/NumPyro backends. Use for building probabilistic…

79 2mo ago A 187 tokens

pymc-testing

06

pymc-labs/python-analytics-skills

Skill Claude CodeCodex

Load when writing or modifying pytest tests that touch pymc.Model, pm.sample, or any PyMC model code. Covers pymc.testing.mocksample, pytest fixtures for Bayesian models, and the distinction between fast structure-only tests (mocking) and slow posterior inference tests. Triggers include: testing PyMC, pytest with…

79 2mo ago A 92 tokens