Agent skill · Data & Analytics

thinking-bayesian

Update beliefs systematically based on new evidence using probabilistic reasoning. Use when estimating probabilities, learning from data, or making decisions under uncertainty.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/thinking-bayesian/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

# Bayesian Reasoning ## Overview Bayesian thinking provides a framework for updating beliefs based on new evidence. Rather than treating beliefs as binary (true/false), it recognizes degrees of confidence that should shift as evidence accumulates. This approach, rooted in Bayes' Theorem, helps avoid both overconfidence and underreaction to new information. **Core Principle:** Beliefs are probabilities that should update incrementally as evidence arrives. Strong priors require strong evidence to shift. ## When to Use - Estimating probabilities or likelihoods - Interpreting test results or metrics - Making decisions with incomplete information - Evaluating competing hypotheses - Learning from experiments or A/B tests - Diagnosing problems with uncertain causes - Predicting outcomes based on historical data Decision flow: ``` Uncertain about something? → yes → Have prior belief? → yes → New evidence? → APPLY BAYESIAN UPDATE ↘ no → Establish base rate first ↘ no → Standard analysis may suffice ``` ## Key Concepts ### Prior Probability Your belief BEFORE seeing new evidence: ``` P(H) = probability that hypothesis H is true Example: Before any symptoms, what's the probability someone has

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Key Concepts
  4. Prior Probability
  5. Likelihood
  6. Posterior Probability
  7. Bayes' Theorem
  8. Intuitive Form
  9. The Process
  10. Step 1: Establish Your Prior
  11. Step 2: Assess the Evidence
  12. Step 3: Update Your Belief
  13. Step 4: Iterate as More Evidence Arrives
  14. Common Applications
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the thinking-bayesian skill do?

Update beliefs systematically based on new evidence using probabilistic reasoning. Use when estimating probabilities, learning from data, or making decisions under uncertainty.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill thinking-bayesian --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