pymc-labspymc-labsOfficialยท13 Agent Skills Included

decision-lab

Parallel data science runs with convergence-checked, trustworthy reports

Runs data analyses multiple ways in parallel using different models and assumptions, then checks whether results converge before making recommendations. Packages prompts, domain skills, and locked Docker environments into reusable decision-packs for marketing mix modeling, forecasting, and Bayesian analysis. Eliminates confident-but-wrong reports by flagging disagreement, diagnosing failures, and suggesting experiments when data cannot support a conclusion.
npx skills add pymc-labs/decision-lab --all -g -y
Available:

Tells the AI agent how the dlab CLI, decision-pack architecture, parallel subagents, and session monitoring work so it can run, scaffold, and debug analysis sessions correctly.

All Skills in This Repository (13)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

Create decision-pack Interactively

Guide users through interactive questions to create a dlab decision-pack configuration.

Official
Intermediate
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

Design data science agent systems

Design data science agent systems with anti-fabrication protocols and retry mechanisms.

Official
Advanced
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

Create decision-pack Programmatically

Generate decision-packs for data science agents via Python code.

Official
Intermediate
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

Analyze dlab session runs

Analyze dlab session logs and outputs for convergence, consistency, and errors.

Official
Intermediate
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

TUI Design System

Standardize themes, layouts, typography, and color palettes for Textual TUI applications.

Official
Intermediate
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

opencode

Generate code snippets and analyze code for issues using Python and AI models.

Official
Advanced
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

Informative Priors for MMM

Set informative priors for PyMC-Marketing MMM models using domain knowledge.

Official
Advanced
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

PyMC Samplers

Configure and troubleshoot PyMC sampling methods with NUTS, Metropolis, and Hamiltonian samplers.

Official
Advanced
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

PyMC Data Handling

Register and update PyMC data containers using pm.Data and pm.Minibatch.

Official
Intermediate
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

PyMC Distributions

Manage, debug, and apply PyMC distributions across PyMC3 and latest versions.

Official
Advanced
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

PyMC-Marketing MMM

Fit Bayesian Generalized Additive Models for Marketing Mix Modeling with PyMC-Marketing.

Official
Advanced
๐Ÿ“ฆ In Repo
pymc-labspymc-labs

event-forecasting

Generate probabilistic forecasts for future events using Bayesian models and survival analysis.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install decision-lab?โ–ผ

Run `npx skills add pymc-labs/decision-lab --all -g -y` in your terminal to install all skills in this suite globally.

What problem does decision-lab solve?โ–ผ

It stops agents from committing to the first analysis that runs by exploring multiple modeling approaches in parallel and checking whether they converge. If results conflict, it says so and recommends experiments instead of making unsupported recommendations.

What is a decision-pack?โ–ผ

A decision-pack is a directory bundling agent prompts, domain skills, tools, and a locked Docker environment for one analytical domain. You point it at your data with a single dlab command and get back reports, figures, and recommendations.

Can I monitor running analysis sessions?โ–ผ

Yes. Use `dlab connect` for a live terminal dashboard, `dlab timeline` for a Gantt chart with per-agent costs, or `dlab view` for a browser-based DAG visualization of the whole session.

Do I need Docker to use decision-lab?โ–ผ

Docker is the default for reproducible, locked environments, but you can pass --no-sandboxing to run locally and let the agent set up its own environment.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’