CtrlK
BlogDocsLog inGet started
Tessl Logo

CausalPy

github.com/pymc-labs/CausalPy

SkillAddedReview
causal-detective

causalpy/skills/causal-detective/SKILL.md

Challenge causal claims through structured threat assessment, counterfactual reasoning, and CausalPy falsification checks. Use when validating whether a causal effect is real or when the user asks "is this effect real?" or "can I trust this result?"

68

choosing-causalpy-methods

causalpy/skills/choosing-causalpy-methods/SKILL.md

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 about whether a campaign, policy, or intervention worked.

73

example-datasets

causalpy/skills/example-datasets/SKILL.md

Load built-in CausalPy example datasets for demos, tutorials, tests, and quick causal-analysis prototypes. Use when the user needs sample data or asks which demo datasets are available.

76

feature-exploration

.agents/skills/feature-exploration/SKILL.md

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.

68

github-issues

.agents/skills/github-issues/SKILL.md

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.

59

pr-to-green

.agents/skills/pr-to-green/SKILL.md

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

63

pr-workflows

.agents/skills/pr-workflows/SKILL.md

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

44

python-environment

.agents/skills/python-environment/SKILL.md

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.

70

research-and-planning

.agents/skills/research-and-planning/SKILL.md

Perform structured research and turn findings into an implementation plan.

47

review-pr

.agents/skills/review-pr/SKILL.md

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, or request changes.

67

running-causalpy-experiments

causalpy/skills/running-causalpy-experiments/SKILL.md

Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.

68

running-placebo-analysis

causalpy/skills/running-placebo-analysis/SKILL.md

Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.

61

working-with-marimo

.agents/skills/working-with-marimo/SKILL.md

Interactive development in marimo notebooks with validation loops. Use for creating/editing marimo notebooks and verifying execution.

71