Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

probabilistic-thinking概率思维

Agent Skill

probabilistic-thinking 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

574

周安装

23

GitHub Stars

6

下载量

186
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:probabilistic-thinking(概率思维)
来源仓库:https://github.com/andurilcode/skills
仓库路径:skills/probabilistic-thinking
安装命令:
npx skills add https://github.com/andurilcode/skills --skill probabilistic-thinking
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/andurilcode/skills --skill probabilistic-thinking

简介

probabilistic-thinking 用于查找、检索和筛选相关信息。

  • 适合在复杂任务中基于线索快速定位候选结果。
  • 可在 Codex、Claude、Cursor、Gemini CLI 中用于信息探索与组织。
  • 建议确认权限范围和维护状态,避免误触敏感操作。
  • 可参考原始 README 了解其推理逻辑和使用限制。

SKILL.md

Probabilistic & Bayesian Thinking

Core principle: Probabilistic thinking replaces vague confidence with calibrated estimates. Bayesian thinking updates those estimates as evidence arrives — neither clinging to priors nor overreacting to new data.


Core Concepts

Probability as Degree of Belief

"Will probably work" → 60%? 90%? Forcing a number exposes vague confidence and creates a baseline for updating.

Base Rates

Find the base rate before estimating a specific event — how often does this event type occur in a reference class?

*"Will this feature succeed?"* → What % of similar features in similar products succeeded?

Ignoring base rates (base rate fallacy) is a top reasoning error.

Bayesian Updating

Update proportionally — not by ignoring priors, not by overwriting them.

New Belief = Prior Belief × Weight of New Evidence
  • Prior: belief before evidence
  • Likelihood: P(evidence | hypothesis true) vs. false
  • Posterior: belief after evidence

Expected Value

EV = Probability × Value

A 10% chance of +€100 (EV = €10) beats a 90% chance of +€5 (EV = €4.50).

Confidence Intervals

Point estimates are usually wrong. Ranges are honest.

  • "4 weeks" → "3–7 weeks (80% confidence)"
  • Wide intervals on uncertain things = calibration, not weakness.

Output Format

Probability Estimates

ClaimPriorEvidenceUpdatedConfidence
"Feature will succeed"30% (base rate)Strong user signal55%Medium
"Will ship on time"40% (historical)Experienced team50%Low

Base Rate Check

  • Reference class for this situation?
  • Historical base rate for this outcome?
  • How does this case differ from base rate (and does that justify adjustment)?

Bayesian Update

  • Prior: belief before
  • New evidence: what we now know
  • Likelihood ratio: more consistent with hypothesis true or false?
  • Posterior: belief now
  • Update size: did evidence move the needle? (Strong evidence → large; weak → small.)

Expected Value Comparison

OptionProbabilityValue if succeedsValue if failsEV
A70%+€50k-€10k+€32k
B30%+€200k-€20k+€46k

Confidence Ranges

  • Optimistic (10th pct): [value]
  • Expected (50th pct): [value]
  • Pessimistic (90th pct): [value]
  • Black swan: [tail scenario]

Probability Hygiene Flags

  • Probabilities treated as certainties (0%/100%)? Almost nothing is certain.
  • Base rate ignored for the specific case?
  • Overreaction to latest evidence (anchoring)?
  • Conjunction fallacy? (P(A and B) < P(A) — more specific = lower probability)

Calibration Heuristics

Fermi Estimation — break unknowns into estimable parts:

  • "How many users?" → market size × awareness % × conversion % × retention %

Reference Class Forecasting — historical data from similar projects:

  • "This feature type took 4–8 weeks for 80% of teams in our class"

Outside View vs. Inside View:

  • Inside: "We're special, we'll beat the average"
  • Outside: "What does the data say for projects like this?"
  • Default outside. Adjust only with specific, strong evidence.

Pre-commit to what would change your mind:

  • "If we see X, I'll move probability from 60% to below 30%"
  • Prevents post-hoc rationalization.

Thinking Triggers

  • *"What's the base rate?"*
  • *"Are we treating 70% like certainty?"*
  • *"What's the EV of each option, not just the upside?"*
  • *"How much should this evidence actually move our belief?"*
  • *"What would change our mind significantly?"*
  • *"Are we in the reference class we think we're in?"*
  • *"What's the downside, and are we weighting it correctly?"*

Example Applications

  • "Should we build this?" → % of similar features that drove retention? Cost if it fails?
  • "A/B test showed a lift" → Sample size sufficient? Prior for this change type?
  • "We'll ship in 2 weeks" → Historical distribution? 80th percentile?
  • "Agent failed once — bug?" → Base rate of one-off failures? Evidence that would confirm systematic?

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.83%
按下载量换算67

Claude

28.5%
按下载量换算53

Cursor

21.8%
按下载量换算41

Gemini CLI

10.66%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills