Skip to main content
pymc-labs
Perfil de criador do GitHub

pymc-labs

Visão por repositório de 67 skills coletadas em 9 repositórios do GitHub.

skills coletadas
67
repositórios
9
atualizado
20 de ago. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
decision-lab
13 skills · 5 de ago. de 2026
Desenvolvedores de softwareCientistas de dadosAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 100% classificado
19%participação
#02
pymc-marketing
11 skills · 12 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresCientistas de dadosEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
16%participação
#03
CausalPy
11 skills · 22 de jul. de 2026
Desenvolvedores de softwareCientistas de dadosAnalistas de garantia de qualidade de software e testadores
3 categorias ocupacionais · 100% classificado
16%participação
#04
daimon
10 skills · 20 de ago. de 2026
Cientistas de dadosDesenvolvedores de softwareDesigners gráficosOutras ocupações de informática
4 categorias ocupacionais · 100% classificado
15%participação
#05
python-analytics-skills
6 skills · 22 de jun. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresCientistas de dados
3 categorias ocupacionais · 100% classificado
9%participação
#06
pathmc
5 skills · 13 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresCientistas de dados
3 categorias ocupacionais · 100% classificado
7,5%participação
#07
decision-hub
5 skills · 13 de ago. de 2026
Outras ocupações de informáticaDesenvolvedores de software
2 categorias ocupacionais · 100% classificado
7,5%participação
#08
agent-skills
3 skills · 5 de fev. de 2026
Cientistas de dadosDesenvolvedores de softwareOutras ocupações de informática
3 categorias ocupacionais · 100% classificado
4,5%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

design-data-science-agent-systems
Cientistas de dados

Design agent system prompts, parallel architectures, and methodological guardrails for data science decision-packs. Use when creating orchestrator, subagent, or parallel agent systems for analytical workflows. Covers anti-fabrication rules, epistemic…

5 de ago. de 2026
dlab-figure-style
Cientistas de dados

decision-lab house figure style for matplotlib. Use whenever creating, styling, or saving any matplotlib figure, chart, or plot. The environment is already styled — this skill covers only the rules the style config cannot enforce.

5 de ago. de 2026
dlab-cli
Desenvolvedores de software

Complete reference for decision-lab (dlab). Use when the user asks about creating decision-packs, designing data science agents, running sessions, analyzing results, or anything related to dlab CLI, agent architecture, parallel subagents, or decision-pack…

5 de ago. de 2026
create-decision-pack-interactively
Desenvolvedores de software

Guide a human through creating a dlab decision-pack by asking questions and then calling generate_dpack(). Use this skill whenever the user wants to create, set up, or scaffold a new decision-pack, agent environment, or Docker-sandboxed config for dlab — even…

20 de jul. de 2026
create-decision-pack-programmatically
Desenvolvedores de software

How to create a dlab decision-pack directory using generate_dpack() from Python code

20 de jul. de 2026
event-forecasting
Cientistas de dados

Methodology for probabilistic forecasting of when and whether a future event will occur. Covers Bayesian survival models, reference class reasoning, driver threshold models, leading indicator models, scenario decomposition, and causal mechanism models. Use…

25 de jun. de 2026
analyze-dlab-session-runs
Analistas de garantia de qualidade de software e testadores

Navigate and analyze completed dlab session directories. Use when pointed at a work directory to understand what happened during a run — explore logs, outputs, parallel agent results, and the skills/prompts that shaped the analysis.

31 de mar. de 2026
tui-design-system
Desenvolvedores de software

Visual language and UX patterns for Textual TUI applications in dlab

31 de mar. de 2026
Mostrando 8 de 13 skills coletadas.
Mostrando 8 de 11 skills coletadas.
review-pr
Analistas de garantia de qualidade de software e testadores

Review CausalPy pull requests end-to-end by classifying PR type, checking branch freshness, mergeability, remote CI, correctness, security, tests, docs, and maintainer concerns. Use when asked to review a PR, assess a branch before merge, summarize PR risks,…

22 de jul. de 2026
pr-workflows
Desenvolvedores de software

Turn issues into PRs, handle commits, and run prek checks consistently.

22 de jul. de 2026
github-issues
Desenvolvedores de software

Create, evaluate, and triage GitHub issues for CausalPy. Use when filing a bug, proposing an enhancement, analyzing existing issues, or splitting large work into parent-child sub-issues.

10 de jun. de 2026
pr-to-green
Desenvolvedores de software

Bring a pull request to green by syncing with main, resolving conflicts safely, and fixing failing checks with CausalPy conventions.

10 de jun. de 2026
choosing-causalpy-methods
Cientistas de dados

Choose the appropriate CausalPy experiment class from a causal or impact question, data structure, treatment assignment, and identification assumptions. Use before writing analysis code when the method is not yet settled, including plain-English questions…

10 de jun. de 2026
feature-exploration
Desenvolvedores de software

Explore unfamiliar APIs, libraries, or implementation behavior with minimal reproducible examples and documented findings. Use when implementation details are unclear and can be resolved by reading docs, inspecting code, and running focused experiments.

8 de jun. de 2026
python-environment
Desenvolvedores de software

Detect, configure, and use a conda-compatible tool. Use before tasks that need the project environment, such as importing project code, running tests, building docs, or invoking repo tooling.

8 de jun. de 2026
research-and-planning
Desenvolvedores de software

Perform structured research and turn findings into an implementation plan.

8 de jun. de 2026
Mostrando 8 de 11 skills coletadas.
data-cleaning
Cientistas de dados

Mutate data without destroying the evidence — dedup, dtype coercion, missing-value decisions, outlier flagging, category and unit normalisation, joins, pivots and aggregations to a new grain, and columns the source does not contain — appending a row to…

20 de ago. de 2026
data-ingestion
Cientistas de dados

Load whatever the request points at — one CSV or Excel export, twelve related tables, a folder of 500 emails, a 4 GB log you never load, a warehouse table you query in place — and record every source in run/manifest.json with the grain one row represents, the…

20 de ago. de 2026
data-validation
Cientistas de dados

Decide whether data is fit to analyze before anyone analyzes it. A phase-1 pass runs in seconds — dtypes, the grain one row claims to represent, referential gaps between tables, plausibility ranges, coverage — and emits run/validation.json with a…

20 de ago. de 2026
eda-storytelling
Cientistas de dados

Turn a finished analysis into something a person reads and acts on — lead with the finding that settles the question or moves the decision, trace every number back to a run/findings.jsonl, run/changelog.jsonl or run/manifest.json record, and cut the rest.…

20 de ago. de 2026
exploratory-data-analysis
Cientistas de dados

Profile and interrogate data before anyone makes a claim about it — a cleaned frame, a folder of parquet parts, a warehouse table you query in place, or an index frame over a corpus of documents. Summary statistics do not identify a distribution — Anscombe's…

20 de ago. de 2026
file-handling
Desenvolvedores de software

Read images and large files without destroying the conversation. Use before reading any image — a screenshot you took, a chart you rendered, a photo the user sent — and before reading a file you have not sized. Reading an oversized image ends the conversation…

15 de ago. de 2026
marimo-notebooks
Desenvolvedores de software

Publish interactive marimo notebooks via the daimon MCP server. Mint a one-time upload URL with create_notebook_upload_url, get the .py into a sandbox file, and curl -X PUT --data-binary it to the URL — source never goes through a tool argument, which…

9 de ago. de 2026
pymc-artifact-style
Designers gráficos

Apply PyMC Labs' house style to every artifact you produce — reports, PDFs, slide decks, charts, images, notebooks. Use whenever you generate something a person will look at, before you deliver it.

8 de ago. de 2026
Mostrando 8 de 10 skills coletadas.
model-evaluation
Cientistas de dados

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

22 de jun. de 2026
prior-elicitation
Desenvolvedores de software

Load when the user is choosing priors, running prior predictive checks, calling find_constrained_prior, using PreliZ, or otherwise eliciting domain knowledge into a Bayesian model. Covers weakly informative priors, constrained priors, sensitivity analysis,…

22 de jun. de 2026
pymc-extras
Desenvolvedores de software

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 fit_laplace. Triggers include:…

22 de jun. de 2026
pymc-modeling
Desenvolvedores de software

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,…

22 de jun. de 2026
pymc-testing
Analistas de garantia de qualidade de software e testadores

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

22 de jun. de 2026
marimo-notebook
Desenvolvedores de software

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…

5 de fev. de 2026
pathmc
Cientistas de dados

Bayesian path analysis (observed-variable SEM) in PyMC. Compiles a lavaan-inspired formula DSL into a generative PyMC model, then layers introspection, identification diagnostics, the `do()` operator, and causal estimands (ATE/CATE/ATT/ATU/prob) on top. Use…

13 de ago. de 2026
code-review
Analistas de garantia de qualidade de software e testadores

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews…

9 de ago. de 2026
work
Desenvolvedores de software

State-aware orchestrator for enhancements and features. Detects where work left off (spec, implement, review) and advances it one phase. Delegates to grill-with-docs, to-spec, implement, tdd, and code-review internally — the user invokes only this skill. Use…

9 de ago. de 2026
fix-bug
Desenvolvedores de software

Autonomous bug-fix workflow. Guides the orchestrator through state detection, implementation, test/lint validation, and a bounded fix/review loop with an independent reviewer subagent. Use when fixing a GitHub bug report, or when the user says "fix bug",…

9 de ago. de 2026
great-docs
Desenvolvedores de software

Generate documentation sites for Python packages with Great Docs. Covers init, build, preview, configuration (great-docs.yml), API reference, CLI docs, user guides, theming, deployment, and the llms.txt agent-context files. Use when creating, configuring,…

10 de jun. de 2026
Mostrando 9 de 9 repositórios
Todos os repositórios foram exibidos