Agent skill · Data & Analytics

causal-inference-engine

Causal inference skill for estimating treatment effects and understanding causal relationships in business data

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill causal-inference-engine --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/business/decision-intelligence/skills/causal-inference-engine/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Causal Inference Engine ## Overview The Causal Inference Engine skill provides sophisticated methods for estimating causal effects from observational data. It enables business analysts to move beyond correlation to understand true cause-and-effect relationships, supporting evidence-based decision-making for interventions, policy changes, and strategic initiatives. ## Capabilities - Propensity score matching - Inverse probability weighting - Difference-in-differences - Instrumental variables - Regression discontinuity - Synthetic control methods - Causal forest implementation - Sensitivity analysis to unobserved confounding ## Used By Processes - A/B Testing and Experimentation Framework - Predictive Analytics Implementation - Win/Loss Analysis Program ## Usage ### Problem Definition ```python # Define causal question causal_problem = { "treatment": "marketing_campaign", "outcome": "purchase_conversion", "confounders": ["customer_segment", "prior_purchases", "channel", "region"], "instruments": ["random_assignment_probability"], # if available "effect_type": "ATE", # Average Treatment Effect "heterogeneity": ["customer_segment", "tenure"] # for CATE } ``` ### Propensity Score Matc

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Usage
  5. Problem Definition
  6. Propensity Score Matching
  7. Difference-in-Differences
  8. Causal Forest (Heterogeneous Effects)
  9. Method Selection Guide
  10. Input Schema
  11. Output Schema
  12. Best Practices
  13. Refutation Tests
  14. Integration Points
More from babysitter
All skills →
About this skill
What does the causal-inference-engine skill do?

Causal inference skill for estimating treatment effects and understanding causal relationships in business data

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill causal-inference-engine --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going