critical-thinking

critical-thinking is a skill for Claude Code from ysskrishna/ai-agent-skills. It costs 151 tokens per session (1,279 once invoked), scanned A, original, MIT.

A structured method for examining a claim, argument, plan, or belief. It separates description from evaluation, checks evidence and assumptions, tests the reasoning, and considers alternatives.

In plain words
What is it for?
Reviewing arguments and proposals through clarification, information gathering, assumption checks, reasoning tests, alternative views, and a proportionate conclusion.
Why use it?
It helps reveal unsupported assumptions, logic gaps, bias, and other weaknesses before reaching a conclusion.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ai-agent-skills plugin — 10 skills shipped together

Good fit Reviewing arguments and proposals through clarification, information gathering, assumption checks, reasoning tests, alternative views, and a proportionate conclusion.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ysskrishna/ai-agent-skills/critical-thinking
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 ysskrishna/ai-agent-skills --skill critical-thinking
Clone the repo
git clone --depth 1 https://github.com/ysskrishna/ai-agent-skills

Made for: Claude Code.

Or install ai-agent-skills, the plugin that ships this one along with the rest of its 10 skills.

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 critical-thinking

README.md
[![agentmods](https://agentmods.dev/badge/skills/ysskrishna/ai-agent-skills/critical-thinking/github.svg)](https://agentmods.dev/skills/ysskrishna/ai-agent-skills/critical-thinking)
Your own site
<a href="https://agentmods.dev/skills/ysskrishna/ai-agent-skills/critical-thinking"><img src="https://agentmods.dev/badge/skills/ysskrishna/ai-agent-skills/critical-thinking/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 critical-thinking

Your own site · 80×15
<a href="https://agentmods.dev/skills/ysskrishna/ai-agent-skills/critical-thinking"><img src="https://agentmods.dev/badge/skills/ysskrishna/ai-agent-skills/critical-thinking.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 151 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,279 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.
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.00151 $0.01279
Opus 5 $0.00076 $0.00639
Sonnet 5 $0.00030 $0.00256
Haiku 4.5 $0.00015 $0.00128

Measured 11d ago against content hash 3cbfbe081105, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

critical-thinking 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 11d 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.

skills/critical-thinking/SKILL.md · 99 lines

How it starts

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

Critical Thinking

Critical thinking is disciplined inquiry that keeps description separate from evaluation: surface assumptions, weigh evidence, test logic, consider alternatives, then state a proportionate conclusion. If the conventional view is well-supported, say so — this is inquiry, not contrarianism by default.

How to run it with this skill: one phase per clearly headed section, always in this order: Clarify → Information → Assumptions → Reasoning → Alternatives → Conclusion. Always include Conclusion unless the user explicitly stops the whole review early.


Setup (run before starting)

In one short block:

  1. Focus — the specific claim, proposal, or question under review
  2. Pass — Clarify → Information → Assumptions → Reasoning → Alternatives → Conclusion (fixed sequence; state this line once in the setup block so the user sees the path)

If essential context is missing, ask at most 3 questions in one message, then proceed. Note any remaining gaps or working guesses in plain language (no bracket tags in Setup).


The Phases

Clarify

Restate the target in one precise sentence. Separate factual vs normative claims. Name success criteria if a decision is involved.

Information

What evidence exists? Each bullet starts with [CITED] or [MISSING]:

  • [CITED] — a traceable basis (user text, repo, doc, link, study, etc.); in the same bullet, name the basis and one line on strength or limits (no extra strength tags).
  • [MISSING] — no traceable basis yet for that point, or evidence was requested but not available.

Assumptions

List tacit premises. For each: Assumption: … — If false:

When the Focus mixes is and should, surface value / normative premises too (e.g. Value premise: … — If rejected: …) alongside factual assumptions where it clarifies the chain.

Reasoning

Trace the argument chain. Flag leaps, circular patterns, correlation vs causation, and missing steps. No new factual assertions here — only structure. If a premise is needed but was never established in Information, do not assert it as true; label it as an ungrounded premise (structural gap only). When values and evidence both do work in the chain, show which links depend on which.

Read the full file on GitHub · 99 lines

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. 11d ago First seen · 99 lines · 151 tokens per session scan A 3cbfbe081105

Subscribe to this mod's changes

critical-thinking is a skill published in the GitHub repository ysskrishna/ai-agent-skills (8 stars, last pushed 3mo ago), licensed MIT. It adds 151 tokens to every session and 1,279 once invoked, about $0.0008 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

obscure-tool-install-lookup

Use when a user asks how to install or use an obscure CLI tool, agent, or package and search engines are blocked, CAPTCHA-walled, or unhelpful. Resolves canonical install commands via GitHub repo search, raw README fetches, and official docs — without relying on websearch or bot-walled search engines.

pedroiff0/awesome-skills · 74 tokens

course-fit-check

Evaluates whether a specific course, certification, bootcamp, or training is worth the time and money for the user's stated career goal, weighing recruiter signal, time and opportunity cost, risks, and the artifact it produces. Use when the user asks whether a course, certification, bootcamp, or training is worth it…

surfmind-space/awesome-surfmind · 78 tokens

explain

Explains selected or visible content in plain language, including the core idea, jargon, and background, while researching further when the page falls short and staying evidence-backed. Use when the user says "explain this", "what does this mean", "simplify", "break this down", "ELI5", or "help me understand" about…

surfmind-space/awesome-surfmind · 83 tokens

paper-reader

Explains academic papers, abstracts, PDFs, and technical articles by laying out their method, findings, limitations, and implications. Use when the user says "explain this paper", "summarize this study", "read this paper", "break down this research", or asks what a paper or abstract means.

surfmind-space/awesome-surfmind · 66 tokens

study-plan

Creates a staged learning plan from a topic, course page, or documentation set with goals, practice tasks, and checkpoints. Use when the user wants a "study plan", "learning roadmap", "curriculum", "syllabus", "learning path", or asks "how do I learn X" or "help me learn X in N weeks".

surfmind-space/awesome-surfmind · 73 tokens

term-explainer

Finds the technical terms, acronyms, and domain phrases on the current page and defines each in plain language, with why it matters in this context. Use when the user says "explain the jargon", "define these terms", "what does X mean here", "build a glossary", or asks about acronyms, abbreviations, or unfamiliar…

surfmind-space/awesome-surfmind · 80 tokens