metacognition

metacognition is a skill for Claude Code, Codex from deciqAI/knowledge-skills. It costs 108 tokens per session (2,333 once invoked), scanned A, original, MIT.

A reasoning skill that helps you watch how you are thinking while solving a problem. It checks whether your approach, confidence, and assumptions still make sense.

In plain words
What is it for?
Use it when you are stuck, unsure whether you understand something, suspiciously confident, or deciding whether to verify an AI-generated answer.
Why use it?
It helps uncover hidden errors, confusion, repeated mistakes, and misplaced trust in fluent AI answers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when you are stuck, unsure whether you understand something, suspiciously confident, or deciding whether to verify an AI-generated answer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/deciqai/knowledge-skills/metacognition
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.

Any agent
npx skills add deciqAI/knowledge-skills --skill metacognition
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 metacognition

README.md
[![agentmods](https://agentmods.dev/badge/skills/deciqai/knowledge-skills/metacognition/github.svg)](https://agentmods.dev/skills/deciqai/knowledge-skills/metacognition)
Your own site
<a href="https://agentmods.dev/skills/deciqai/knowledge-skills/metacognition"><img src="https://agentmods.dev/badge/skills/deciqai/knowledge-skills/metacognition/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for metacognition

Your own site · 80×15
<a href="https://agentmods.dev/skills/deciqai/knowledge-skills/metacognition"><img src="https://agentmods.dev/badge/skills/deciqai/knowledge-skills/metacognition.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,333 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00108 $0.02333
Opus 5 $0.00054 $0.01167
Sonnet 5 $0.00022 $0.00467
Haiku 4.5 $0.00011 $0.00233

Measured 9d ago against content hash 6d2dd3c5c26c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

metacognition 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 9d 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.

metacognition/SKILL.md · 124 lines

How it starts

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

Metacognition

Overview

Metacognition is the live monitoring loop during reasoning — "am I doing this right now; what strategy am I using; should I switch?" — not after-the-fact reflection. Coined by Flavell (1979); operationalized by Pólya's 1945 four-stage protocol; empirically validated by Schoenfeld (1985): experts spend 30–40% of problem-solving time monitoring; novices spend 5%. The expert-novice gap is less raw knowledge than this loop.

Compose: first-principles to interrogate assumptions · probabilistic-thinking to calibrate confidence · inversion to ask "how could my reasoning be wrong?" Metacognition is the background process that decides which other skills to deploy.

When to Use

Apply when:

  • Stuck > 15 minutes with no progress — the most reliable trigger
  • Analysis feels confident but suspiciously fast (speed without monitoring = invisible errors)
  • Same kind of mistake keeps recurring across problems
  • Cannot tell whether you understand a topic or just recognize it (illusion of fluency)
  • Deciding whether to trust an AI copilot's fluent answer or slow down and verify it (AI adoption, automation complacency, "should I trust the AI here")
  • Someone says: "metacognition," "calibration," "am I stuck on the right problem," "I should know this but I don't"

When NOT to use: routine fluent tasks; real-time emergencies; creative flow states; already-overactive worriers who would spiral.

Coaching Novices (Adaptive Front Door)

  • Engine mode: concrete reasoning task → run The Process directly.
  • Coach mode: user unfamiliar or no concrete case → 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 what-it-is: metacognition is paying attention to how you are thinking while you think — catching when you're stuck, when confidence outruns understanding, when you should switch tactic. Experts spend 30–40% of problem-solving time on this loop; novices 5%.
  2. Check fit against When to Use / When NOT to use. Routine task / flow / over-worrier → redirect.
  3. Elicit their real case — a specific problem they're stuck on, an analysis they're running, or a decision they're making. "I'm thinking about my career" is too vague; need something concrete.

[WAIT — do not advance until user responds]

  1. Run The Process one stage at a time with their input. Pause at each stage for their answer.

[WAIT — do not advance until user responds]

  1. Close by naming the specific monitoring move they used (or skipped). They leave knowing the exact question to ask themselves next time.

[WAIT — do not advance until user responds]

Read the full file on GitHub · 124 lines

Files

What ships with it

3 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. 9d ago First seen · 124 lines · 108 tokens per session scan A 6d2dd3c5c26c

Subscribe to this mod's changes

metacognition is a skill published in the GitHub repository deciqAI/knowledge-skills (10 stars, last pushed 10d ago), licensed MIT. It adds 108 tokens to every session and 2,333 once invoked, about $0.0005 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-09-03.

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

A teaching aid that explains technical ideas with a small runnable code example and a guided walkthrough. It is meant for learning how something works, not fixing existing code.

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

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…

rampstackco/claude-skills · 135 tokens

master-debate

A skill for running an adversarial, multi-round debate between two Buddhist teachers. It is designed for questions where the teachers argue from different positions.

xr843/Master-skill · 127 tokens