Agent skill

Causal Inference

Determine cause-and-effect relationships using propensity scoring, instrumental variables, and causal graphs for policy evaluation and treatment effects

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill causal-inference --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/causal-inference/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

# Causal Inference ## Overview Causal inference determines cause-and-effect relationships and estimates treatment effects, going beyond correlation to understand what causes what. ## When to Use - Evaluating the impact of policy interventions or business decisions - Estimating treatment effects when randomized experiments aren't feasible - Controlling for confounding variables in observational data - Determining if a marketing campaign or product change caused an outcome - Analyzing heterogeneous treatment effects across different user segments - Making causal claims from non-experimental data using propensity scores or instrumental variables ## Key Concepts - **Treatment**: Intervention or exposure - **Outcome**: Result or consequence - **Confounding**: Variables affecting both treatment and outcome - **Causal Graph**: Visual representation of relationships - **Treatment Effect**: Impact of intervention - **Selection Bias**: Non-random treatment assignment ## Causal Methods - **Randomized Controlled Trials (RCT)**: Gold standard - **Propensity Score Matching**: Balance treatment/control - **Difference-in-Differences**: Before/after comparison - **Instrumental Variables**: Handle e

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Key Concepts
  4. Causal Methods
  5. Implementation with Python
  6. Causal Assumptions
  7. Treatment Effect Types
  8. Method Strengths
  9. Deliverables
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the Causal Inference skill do?

Determine cause-and-effect relationships using propensity scoring, instrumental variables, and causal graphs for policy evaluation and treatment effects

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill causal-inference --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 majiayu000/claude-skill-registry, a repository with 534 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