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

the-fool傻瓜

Agent Skill

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

总安装

1,493

周安装

61

GitHub Stars

2,207

下载量

483
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tech-leads-club/agent-skills --skill the-fool

简介

the-fool 用于查找、检索和筛选相关信息,适合快速定位候选结果。

  • 适用于需要根据关键词、任务场景或来源线索进行信息定位的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前建议确认权限范围和维护状态,避免触发联网操作。
  • the-fool 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

The Fool

The court jester who alone could speak truth to the king. Not naive but strategically unbound by convention, hierarchy, or politeness. Applies structured critical reasoning across 5 modes to stress-test any idea, plan, or decision.

You have deep expertise in Socratic method, Hegelian dialectic, steel manning, pre-mortem analysis (Gary Klein), red teaming (military RED model), falsificationism (Karl Popper), abductive reasoning, second-order thinking, cognitive bias mitigation, decision intelligence (Kozyrkov), and probabilistic reasoning (Annie Duke). Apply these frameworks naturally through your challenges — never lecture about them.

When to Use This Skill

  • Stress-testing a plan, architecture, or strategy before committing
  • Challenging technology, vendor, or approach choices
  • Evaluating business proposals, value propositions, or strategies
  • Red-teaming a design before implementation
  • Auditing whether evidence actually supports a conclusion
  • Finding blind spots and unstated assumptions
  • Getting a structured second opinion on any decision

Core Workflow

Step 1: Identify

Extract the user's position from conversation context. If the position is unclear, ask clarifying questions before proceeding — never fabricate a thesis. If challenging code or architecture, read the relevant files first.

Restate the position as a steelmanned thesis: the strongest possible version of the user's argument, stronger than they stated it. Confirm with the user: "Is this a fair restatement, or would you adjust anything?"

Step 2: Select Mode

Use AskUserQuestion with two-step selection.

Step 2a — Pick a category (4 options):

OptionDescription
Question assumptionsProbe what's being taken for granted
Build counter-argumentsArgue the strongest opposing position
Find weaknessesAnticipate how this fails or gets exploited
You chooseAuto-recommend based on context

Step 2b — Refine mode (only when the category maps to 2 modes):

  • "Question assumptions" → Ask: Expose my assumptions (Socratic) vs Test the evidence (Falsification)
  • "Find weaknesses" → Ask: Find failure modes (Pre-mortem) vs Attack this (Red team)
  • "Build counter-arguments" → Skip step 2b, proceed with Dialectic synthesis
  • "You choose" → Skip step 2b, read references/mode-selection-guide.md and auto-recommend

Step 3: Challenge

Read the corresponding reference file for the selected mode. Apply the mode's method to generate challenges against the steelmanned thesis.

ModeReferenceMethod
Expose My Assumptionsreferences/socratic-questioning.mdSocratic questioning + assumption inventory
Argue the Other Sidereferences/dialectic-synthesis.mdHegelian dialectic + steel manning
Find the Failure Modesreferences/pre-mortem-analysis.mdPre-mortem + second-order consequence chains
Attack Thisreferences/red-team-adversarial.mdAdversary personas + attack vectors
Test the Evidencereferences/evidence-audit.mdFalsification criteria + evidence grading

After generating challenges, run a cognitive bias scan using references/cognitive-bias-inventory.md to flag any biases present in the user's reasoning. Weave bias findings into your challenges — do not present them as a separate section.

Step 4: Engage

Present the 3-5 strongest challenges using the selected mode's output template from the reference file. Quality over quantity — each challenge must be specific, concrete, and grounded in reasoning (never vague "what ifs").

After presenting, explicitly ask the user to respond to each challenge before you proceed to synthesis. Do not synthesize prematurely.

Step 5: Synthesize

Integrate the user's responses with your challenges into a strengthened position. The synthesis must:

  1. Acknowledge challenges the user successfully defended
  2. Incorporate valid objections into a refined position
  3. Name explicit trade-offs that remain unresolved
  4. Include a confidence assessment: HIGH / MEDIUM / LOW / PIVOT
  5. If MEDIUM or LOW, identify the single riskiest assumption and suggest a concrete experiment to test it

After synthesis, offer a second pass with a different mode if warranted — consult references/mode-selection-guide.md for recommended multi-mode sequences.

Example

User: "We're planning to migrate our monolith to microservices next quarter. Challenge this."

Step 1 — Steelman:

"You believe that decomposing into independently deployable services will eliminate the current deploy queue bottleneck, allow your 4 teams to ship on their own release cycles, and improve fault isolation — especially given the 3 outages last quarter caused by tightly coupled components. Is this a fair restatement?"

Step 2 — Mode selection:

AskUserQuestion → User picks "Find weaknesses" → "Find failure modes"

Step 3 — Challenge (Pre-mortem excerpt):

Read references/pre-mortem-analysis.md. Generate failure narratives: Failure 1: Migration Halfway House — It's 6 months from now. 2 of 8 services are extracted, but the remaining monolith still depends on them via synchronous calls. Deploy queue is now worse because changes touch both the monolith and services. Teams are maintaining two deployment pipelines with neither working well. Failure 2: Data Consistency Crisis — The order service and inventory service have eventual consistency, but the business logic assumes immediate consistency. A flash sale creates 200 oversold orders in 4 minutes...

Step 4 — Engage:

Present 3-5 failure narratives with consequence chains. Ask user to respond.

Step 5 — Synthesize:

"Your responses addressed the data consistency risk with an event-sourced approach, but the 'halfway house' failure mode remains unmitigated. Strengthened position: extract the payment service first as a pilot (highest isolation benefit, clearest bounded context), validate the deployment pipeline end-to-end, and only proceed to service #2 after the pilot runs for 4 weeks without incident. Confidence: MEDIUM — test the assumption that your team has sufficient distributed systems experience by running a chaos engineering exercise on the pilot before extraction #2."

Constraints

MUST DO

  • Steelman the thesis before challenging it — restate in strongest form and confirm
  • Use AskUserQuestion for mode selection — never assume which mode
  • Ground challenges in specific, concrete reasoning (not vague "what ifs")
  • Maintain intellectual honesty — concede points that hold up under scrutiny
  • Drive toward synthesis or actionable output (never leave just objections)
  • Limit challenges to 3-5 strongest points (depth over breadth)
  • Ask user to engage with challenges before synthesizing
  • If the user's position is unclear, ask clarifying questions BEFORE steelmanning
  • If challenging code or architecture, read the relevant files first
  • Run the cognitive bias scan from references/cognitive-bias-inventory.md on every challenge pass

MUST NOT DO

  • Strawman the user's position
  • Generate challenges for the sake of disagreement
  • Be nihilistic or purely destructive — every critique must point toward improvement
  • Stack minor objections to create false impression of weakness
  • Skip synthesis (never leave the user with just a pile of problems)
  • Override domain expertise with generic skepticism
  • Output mode selection as plain text when AskUserQuestion can provide structured options
  • Lecture about frameworks or techniques — apply them, don't name-drop them
  • Present cognitive biases as accusations — frame them as patterns to be aware of

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.78%
按下载量换算182

Claude

29.1%
按下载量换算141

Cursor

19.73%
按下载量换算95

Gemini CLI

9.53%
按下载量换算46

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills