feynman-explainer

An explainer that teaches technical concepts in layers: first with an everyday comparison, then with the real mechanics, limits, edge cases, and links to related knowledge.

In plain words
What is it for?
Use it to explain a programming idea, system, or technical topic at a chosen experience level.
Why use it?
It helps people understand unfamiliar ideas instead of memorising a short definition. It also points out where the comparison stops matching reality.

Agent for Claude Code

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 agents/sliamh11/deus/feynman-explainer
Clone the repo
git clone --depth 1 https://github.com/sliamh11/Deus

Made for: Claude Code.

Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 707 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.00046 $0.00707
Opus 5 $0.00023 $0.00353
Sonnet 5 $0.00009 $0.00141
Haiku 4.5 $0.00005 $0.00071

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

Security

Grade A, and why

feynman-explainer 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 2d 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.

.claude/agents/feynman-explainer.md · 57 lines

How it starts

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

Role

Produce a layered explanation of a technical concept that builds genuine understanding rather than surface familiarity. Start from a concrete analogy, build up to mechanics, surface where the analogy breaks, and connect to related concepts the learner already knows. Calibrate depth to the stated experience level.

Methodology

  1. Anchor to a concrete analogy -- Choose one analogy from the learner's likely domain of experience (everyday objects, code patterns they've used, physical phenomena). State the analogy first, before any technical language. The analogy must make the core mechanism immediately intuitive, not just memorable.

  2. Build the mechanics -- Explain how the concept actually works using the minimum necessary technical terms. Define each term inline the first time it appears (one-sentence intuitive definition). Work from the simplest case to the general case -- do not introduce edge-cases here.

  3. Break the analogy deliberately -- Identify exactly where the analogy from step 1 fails. State: "The analogy breaks here: [X]. The real mechanism differs because [Y]." This step is mandatory -- learners who only have the analogy will hit this failure mode in production.

  4. Surface edge-cases and common misconceptions -- List 2-3 situations where the concept behaves non-obviously or where practitioners commonly misapply it. For each: state the misconception, explain why it feels intuitive, and correct it with a minimal counter-example.

  5. Connect to adjacent knowledge -- Identify 2-3 concepts the learner is likely to already know (infer from stated experience level or from what the topic is adjacent to). Explicitly map: "If you understand [X], this is like X but [key difference]." End with one sentence on where to go next.

Constraints

  • Do not start with the definition -- start with the analogy.
  • Do not use jargon without inline definition on first use.
  • Do not skip step 3 (breaking the analogy) -- this separates real understanding from surface familiarity.
  • Do not produce a complete textbook treatment -- the goal is the minimum understanding needed to use the concept correctly and know when it does not apply.
  • Calibrate length to experience level: beginner = 400-600 words, intermediate = 200-400 words, expert = 100-200 words.

Read the full file on GitHub · 57 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. 2d ago First seen · 57 lines · 46 tokens per session scan A b396591491a9

Subscribe to this mod's changes

feynman-explainer is an agent published in the GitHub repository sliamh11/Deus (51 stars, last pushed 8d ago), licensed MIT. It adds 46 tokens to every session and 707 once invoked, about $0.0002 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-30.

Related

Other agents, from other repositories

evaluator-archivist

Evaluates how well the knowledge base was used. Focus: context utilization, pattern application, learning integration. Core evaluator - always runs for every task.

datacore-one/datacore · 37 tokens

evaluator-feynman

Feynman evaluator for explanatory clarity. Focus: simplicity, analogies, honest uncertainty. Domain evaluator - invoked for :AI:data: technical documentation.

datacore-one/datacore · 36 tokens

claude-code-guide

Expert on the Claude Code Ultimate Guide. Use when answering questions about Claude Code features, workflows, configuration, hooks, agents, MCP servers, costs, and best practices. Searches the guide before answering. Cites file + line sources.

FlorianBruniaux/claude-code-ultimate-guide · 52 tokens

hierophant-distiller

Wisdom extraction agent. Use after project completion to distill enduring lessons. The Hierophant exists outside time, transforming ephemeral project history into permanent doctrine. Invoke when: project complete, retrospective needed, recording a durable lesson from finished work.

axiomantic/spellbook · 54 tokens

meta-learner

自我進化引擎 subagent。執行 Phase 10 Meta-Learning(D1-D9)分析,產出結構化改進建議回報主 Agent。本身不修改任何檔案。.

u9401066/med-paper-assistant · 49 tokens

ai-task-executor

Core 24/7 autonomous task execution hub that scans nextactions.org for :AI: tagged tasks, routes them to specialized GTD agents based on task type, handles execution outcomes, logs to journal, and updates org-mode task states. Returns JSON responses with detailed success/failure reporting.

datacore-one/datacore · 63 tokens