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.
npx agentmods add skills/aiocean/claude-plugins/aio-mental-modelsnpx skills add aiocean/claude-plugins --skill aio-mental-modelsgit clone --depth 1 https://github.com/aiocean/claude-pluginsWrote 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.
[](https://agentmods.dev/skills/aiocean/claude-plugins/aio-mental-models)<a href="https://agentmods.dev/skills/aiocean/claude-plugins/aio-mental-models"><img src="https://agentmods.dev/badge/skills/aiocean/claude-plugins/aio-mental-models.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00062 | $0.03742 |
| Opus 5 | $0.00031 | $0.01871 |
| Sonnet 5 | $0.00012 | $0.00748 |
| Haiku 4.5 | $0.00006 | $0.00374 |
Grade A, and why
aio-mental-models 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.
How it starts
The opening of the file, as written. The whole thing — 281 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mental Models Decision Advisor
"The quality of our thinking is largely influenced by our mental models." — Shane Parrish
Workflow: How to Use This Skill
When this skill is triggered, follow these five steps. Do NOT just dump model descriptions — actively guide the user through their specific problem.
Step 1: ASK — Understand the Decision
Before selecting any models, ask the user (if not already clear):
- What specific decision or problem are you facing?
- What are the options you're considering?
- What constraints or context matter (timeline, resources, stakes, reversibility)?
- What have you already tried or considered?
If the user's message already contains enough context, proceed directly to Step 2.
Step 2: SELECT — Pick 2-3 Relevant Models
First, run semantic search with the user's problem as the query to find the most relevant models. Then cross-reference with the routing table below to ensure coverage.
npx tsx "$MM/search-models.ts" "<user's problem description>" --top 5 --json
Read the full markdown file for each top result before proceeding. Use the routing table as a secondary guide:
| Context | Start With |
|---|---|
| Not understanding the real problem | First Principles, Map vs Territory, Circle of Competence |
| Making a big decision | Second-Order Thinking, Inversion, Probabilistic Thinking, Opportunity Cost |
| Evaluating options | Occam's Razor, Trade-offs, Margin of Safety |
| Dealing with people conflicts | Hanlon's Razor, Incentives, Cooperation |
| System not working as expected | Feedback Loops, Bottlenecks, Emergence |
| Starting something new | Activation Energy, Leverage, Critical Mass |
| Growth/Scaling challenges | Compounding, Diminishing Returns, Scaling |
| Risk assessment | Margin of Safety, Fat-tailed Curves, Redundancy |
| Change management | Inertia, Activation Energy, Equilibrium |
| Innovation/Disruption | Creative Destruction, First Principles, Niches |
What ships with it
60 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.
- scripts/.gitignore 32 B
- scripts/build-embeddings.ts 2.6 KB runs code
- scripts/embeddings.json 577 KB
- scripts/list-models.sh 2.9 KB runs code
- scripts/package.json 143 B
- scripts/search-models.ts 3.4 KB runs code
- volume-1-general-thinking/01-map-is-not-territory.md 5.8 KB
- volume-1-general-thinking/02-circle-of-competence.md 8.6 KB
- volume-1-general-thinking/03-first-principles.md 7.7 KB
- volume-1-general-thinking/04-thought-experiment.md 7.9 KB
- volume-1-general-thinking/05-second-order-thinking.md 8.1 KB
- volume-1-general-thinking/06-probabilistic-thinking.md 7.7 KB
- volume-1-general-thinking/07-inversion.md 8.0 KB
- volume-1-general-thinking/08-occams-razor.md 7.5 KB
- volume-1-general-thinking/09-hanlons-razor.md 8.1 KB
- volume-1-general-thinking/10-falsifiability.md 7.1 KB
- volume-1-general-thinking/11-necessity-sufficiency.md 8.7 KB
- volume-1-general-thinking/12-causation-correlation.md 7.9 KB
- volume-2-physics-chemistry-biology/01-relativity.md 4.0 KB
- volume-2-physics-chemistry-biology/02-inertia.md 6.1 KB
- volume-2-physics-chemistry-biology/03-friction-viscosity.md 6.2 KB
- volume-2-physics-chemistry-biology/04-leverage.md 6.5 KB
- volume-2-physics-chemistry-biology/05-activation-energy.md 6.1 KB
- volume-2-physics-chemistry-biology/06-velocity.md 5.5 KB
- volume-2-physics-chemistry-biology/07-catalysts.md 6.0 KB
- volume-2-physics-chemistry-biology/08-alloying.md 5.9 KB
- volume-2-physics-chemistry-biology/09-natural-selection.md 6.2 KB
- volume-2-physics-chemistry-biology/10-red-queen-effect.md 5.9 KB
- volume-2-physics-chemistry-biology/11-ecosystems.md 6.0 KB
- volume-2-physics-chemistry-biology/12-niches.md 5.9 KB
- volume-2-physics-chemistry-biology/13-cooperation.md 6.1 KB
- volume-3-systems-mathematics/01-feedback-loops.md 6.7 KB
- volume-3-systems-mathematics/02-equilibrium.md 6.1 KB
- volume-3-systems-mathematics/03-bottlenecks.md 5.8 KB
- volume-3-systems-mathematics/04-scaling.md 5.6 KB
- volume-3-systems-mathematics/05-margin-of-safety.md 5.8 KB
- volume-3-systems-mathematics/06-churn.md 5.8 KB
- volume-3-systems-mathematics/07-algorithms.md 5.7 KB
- volume-3-systems-mathematics/08-critical-mass.md 6.4 KB
- volume-3-systems-mathematics/09-emergence.md 6.1 KB
- volume-3-systems-mathematics/10-galls-law.md 6.4 KB
- volume-3-systems-mathematics/11-compounding.md 5.8 KB
- volume-3-systems-mathematics/12-power-laws.md 5.8 KB
- volume-3-systems-mathematics/13-diminishing-returns.md 6.2 KB
- volume-3-systems-mathematics/14-regression-to-mean.md 6.7 KB
- volume-3-systems-mathematics/15-distributions.md 5.9 KB
- volume-3-systems-mathematics/16-multiplying-by-zero.md 5.7 KB
- volume-4-economics-art/01-scarcity.md 5.0 KB
- volume-4-economics-art/02-supply-demand.md 5.1 KB
- volume-4-economics-art/03-opportunity-cost.md 5.5 KB
- volume-4-economics-art/04-trade-offs.md 5.6 KB
- volume-4-economics-art/05-incentives.md 5.9 KB
- volume-4-economics-art/06-comparative-advantage.md 5.2 KB
- volume-4-economics-art/07-creative-destruction.md 6.3 KB
- volume-4-economics-art/08-monopoly-competition.md 5.8 KB
- volume-4-economics-art/09-audience.md 5.1 KB
- volume-4-economics-art/10-narrative.md 5.9 KB
- volume-4-economics-art/11-frame.md 6.0 KB
- volume-4-economics-art/12-contrast.md 6.2 KB
- volume-4-economics-art/13-chekhovs-gun.md 6.0 KB
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.
- 5d ago First seen · 281 lines · 62 tokens per session scan A ff5136a491a4
aio-mental-models is a skill published in the GitHub repository aiocean/claude-plugins (4 stars, last pushed 2d ago), licensed MIT. It adds 62 tokens to every session and 3,742 once invoked, about $0.0003 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.
Other skills, from other repositories
eval-agents
Audit Claude Code agents defined in .claude/agents/ for description specificity, model tier appropriateness, tools scoping, and system prompt quality. Detects dispatch ambiguity between agents, flags over-permissive tool grants, and checks for human-in-the-loop patterns that break programmatic orchestration. Use when…
git-ai-archaeology
Analyze AI config evolution in a git repo. Use when mapping AI adoption history, finding when configs were first introduced, charting commit velocity by month, or identifying maturity phases in a project's AI tooling.
investigate
Systematic root-cause debugging: find the cause before writing any fix.
sandbox-unblock
Diagnostic protocol to run before reporting a sandbox blocker or asking for a configuration change. Eight checks that eliminate false positives, then a report template the person holding the settings can act on. On one measured day, six of eight reported blockers turned out to be false, all from the same handful of…
source-command-methodology-advisor
Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack.
canary
Post-deploy monitoring: watch production after a deploy and alert on regressions.