availability-heuristic

availability-heuristic is a skill for Claude Code, Codex from deciqAI/knowledge-skills. It costs 111 tokens per session (1,795 once invoked), scanned A, original, MIT.

A common thinking error in which people judge how likely something is by how easily examples come to mind. Recent, vivid, personal, or heavily reported events can therefore seem more common than they are.

In plain words
What is it for?
Checking risk estimates, investment decisions, safety plans, medical or technical judgments, and reactions to dramatic news or personal experiences.
Why use it?
Memorable stories and recent news can distort estimates of risk and frequency. This helps replace impressions with data about what normally happens in comparable situations.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/deciqai/knowledge-skills/availability-heuristic
Any agent
npx skills add deciqAI/knowledge-skills --skill availability-heuristic
Clone the repo
git clone --depth 1 https://github.com/deciqAI/knowledge-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for availability-heuristic

README.md
[![agentmods](https://agentmods.dev/badge/skills/deciqai/knowledge-skills/availability-heuristic.svg)](https://agentmods.dev/skills/deciqai/knowledge-skills/availability-heuristic)
Your own site
<a href="https://agentmods.dev/skills/deciqai/knowledge-skills/availability-heuristic"><img src="https://agentmods.dev/badge/skills/deciqai/knowledge-skills/availability-heuristic.svg" alt="Measured on agentmods" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,795 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00111 $0.01795
Opus 5 $0.00056 $0.00898
Sonnet 5 $0.00022 $0.00359
Haiku 4.5 $0.00011 $0.00179

Measured 5d ago against content hash 19ada00c0d65, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

availability-heuristic scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

availability-heuristic/SKILL.md · 126 lines

How it starts

The opening of the file, as written. The whole thing — 126 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Availability Heuristic

Overview

The availability heuristic: people estimate probability by how easily examples come to mind. Vivid, recent, and media-reported events are systematically overestimated; routine, statistical events are underestimated. Five triggers: recency, vividness, media coverage, personal experience, imaginability. Structural fix: reference-class forecasting — answer from base-rate data, not memory.

Composes with bayesian-reasoning, probabilistic-thinking, anchoring, survivorship-bias, framing-effect.

When to Use

  • Someone estimates probability from memorable examples rather than data
  • Risk perception driven by recent news, vivid anecdotes, or media coverage
  • Team is preparing for the last disaster rather than the most likely next one
  • Investment or resource-allocation decision follows a recent dramatic event
  • Medical, legal, or technical decision made by anecdote rather than reference class
  • AI capex, AI valuations, or AI-adoption/displacement estimates are driven by a viral demo, a dramatic layoff headline, or a safety scare rather than deployment and labor base rates

Not when: available evidence is a representative sample; decision warrants precautionary weight on rare catastrophic risks; no reference-class data exists.

Coaching Novices (Adaptive Front Door)

  • Engine mode: user has a specific risk or frequency estimate → run The Process directly.
  • Coach mode: user is new → guide step by step.

In Coach mode, respond one step at a time. Each [WAIT] is a hard stop — output only that step's question, then stop.

  1. One-line: before trusting an intuitive probability, ask whether it is based on retrieval ease or on a reference class with actual data.
  2. Check fit: if recent vivid evidence is also representative, use it; otherwise discount and seek base rates.
  3. Elicit their real case — what probability is being claimed, on what basis?

[WAIT — do not advance until user responds]

  1. Run The Process one step at a time: reference class → base rate → distortion diagnosis → compare to intuitive estimate.

[WAIT — do not advance until user responds]

  1. Close: restate corrected estimate as base-rate + specific adjustment, with the adjustment justified.

[WAIT — do not advance until user responds]

Read the full file on GitHub · 126 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 126 lines · 111 tokens per session scan A 19ada00c0d65

Subscribe to this mod's changes

availability-heuristic is a skill published in the GitHub repository deciqAI/knowledge-skills (10 stars, last pushed 3d ago), licensed MIT. It adds 111 tokens to every session and 1,795 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

voice-builder

Ingests 5–20 of the user's writing samples and distils a reusable voice-profile.md — signature phrases, sentence-length distribution, opener/closer habits, punctuation quirks, vocabulary do/don't lists, tone sliders, and three calibration paragraphs with self-checks. Other skills load this file so every post sounds…

alebgl77/claude-inc · 110 tokens

english-swe-daily

Daily English expression coach for intermediate software engineers. Use this skill whenever the user wants to improve their spoken or written English in a software engineering work context — especially for standups, Slack messages, 1:1s, meetings, giving feedback on code, asking for help, disagreeing politely, or…

wquguru/skills · 168 tokens

agent-teacher

Teach a concept through a runnable code example plus a structured walkthrough, instead of a wall of definitions. Trigger whenever the user wants to understand a technical concept — phrases like "解释一下 X / X 是什么 / 教我 X / X 怎么工作 / 这个 X 是啥 / 我不太懂 X", or "explain X / what is X / teach me X / how does X work / help me…

JackyYang258/agent-teacher · 151 tokens

lecture-notes

Transform raw lecture content (transcript, plain text, or slides) into clean, structured, study-ready notes in Markdown. Use this skill whenever the user pastes lecture material — a transcript (with or without timestamps), course/lecture text, or slide content — and asks for notes, a summary, or help studying. Also…

ChristinaAndrinopoyloy/claude-skills · 125 tokens

offensive-exploit-dev-course

Full exploit development course roadmap and syllabus: weekly topics, recommended reading, lab setup, and learning path from vulnerability classes through advanced exploitation. Use to structure exploit dev training or onboard new researchers.

SnailSploit/Claude-Red · 0 tokens

master-debate

Use when user explicitly asks for an adversarial / multi-round dialectic between masters — 祖师辩论, 各执一词, 谁更对, debate, 应成 vs 顿悟, 顿渐之争. Differs from /compare-masters (parallel single-round) by being adversarial multi-round via fresh-subagent orchestration. Topics 空有 / 禅净 / 性相 / 戒律 vs 内观 — trigger is adversarial framing…

xr843/Master-skill · 127 tokens