socratic-teaching-scaffolds

socratic-teaching-scaffolds is a skill for Claude Code, Codex from fthsrbst/mnema. It costs 161 tokens per session (4,746 once invoked), scanned A, original, MIT.

A teaching method that uses guided questions, simple explanations, and gradually reduced examples to help someone understand difficult subjects.

In plain words
What is it for?
Use it to teach complex ideas, correct misconceptions, explain concepts at increasing levels of detail, and move learners from worked solutions to independent practice.
Why use it?
It helps learners find answers themselves and exposes misunderstandings before they become habits.

Skill for Claude CodeCodex

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

Good fit Use it to teach complex ideas, correct misconceptions, explain concepts at increasing levels of detail, and move learners from worked solutions to independent practice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fthsrbst/mnema/socratic-teaching-scaffolds
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 fthsrbst/mnema --skill socratic-teaching-scaffolds
Clone the repo
git clone --depth 1 https://github.com/fthsrbst/mnema

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 socratic-teaching-scaffolds

README.md
[![agentmods](https://agentmods.dev/badge/skills/fthsrbst/mnema/socratic-teaching-scaffolds/github.svg)](https://agentmods.dev/skills/fthsrbst/mnema/socratic-teaching-scaffolds)
Your own site
<a href="https://agentmods.dev/skills/fthsrbst/mnema/socratic-teaching-scaffolds"><img src="https://agentmods.dev/badge/skills/fthsrbst/mnema/socratic-teaching-scaffolds/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 socratic-teaching-scaffolds

Your own site · 80×15
<a href="https://agentmods.dev/skills/fthsrbst/mnema/socratic-teaching-scaffolds"><img src="https://agentmods.dev/badge/skills/fthsrbst/mnema/socratic-teaching-scaffolds.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,746 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.00161 $0.04746
Opus 5 $0.00081 $0.02373
Sonnet 5 $0.00032 $0.00949
Haiku 4.5 $0.00016 $0.00475

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

Security

Grade A, and why

socratic-teaching-scaffolds 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/socratic-teaching-scaffolds/SKILL.md · 242 lines

How it starts

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

Socratic Teaching Scaffolds

Core components:

  1. Question Ladders: Sequences from simple to complex that build understanding incrementally
  2. Misconception Detectors: Questions that reveal faulty mental models through contradiction
  3. Feynman Explanations: Build-up from simple analogies to technical precision
  4. Worked Examples with Fading: Full solutions → partial solutions → independent practice
  5. Cognitive Apprenticeship: Model thinking process explicitly, then transfer to learner

Quick example (Teaching Recursion):

Question Ladder: (1) "Can you break this problem into a smaller version of itself?" (2) "What would happen if we had only one item?" (base case) (3) "If we could solve the small version, how would we use it for the big version?" (recursive case) (4) "What prevents this from running forever?" (termination)

Misconception Detector: "Will this recursion ever stop? Trace it with 3 items."

Feynman Progression: L1 "Like Russian nesting dolls—each contains a smaller version" → L2 "Function calls itself with simpler input until base case" → L3 "Recursive definition: f(n) = g(f(n-1), n) with f(0) = base"

Workflow

Socratic Teaching Progress:
- [ ] Step 1: Diagnose learner's current understanding
- [ ] Step 2: Design question ladder and scaffolding plan
- [ ] Step 3: Guide discovery through questioning
- [ ] Step 4: Fade scaffolding as competence grows
- [ ] Step 5: Validate understanding and transfer

Step 1: Diagnose — Ask probing questions to identify current knowledge level, misconceptions, and learning goals (see Question Types below).

Step 2: Design ladder — Build progression from learner's current state to target understanding. Simple topics → use Session Template. Complex/multi-misconception topics → use Advanced Methodology.

Step 3: Guide discovery — Ask questions in sequence, provide scaffolding (hints, worked examples, analogies) as needed (see Scaffolding Levels below). Adjust based on learner responses.

Read the full file on GitHub · 242 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 · 242 lines · 0 tokens per session scan A 0df571846fd7

Subscribe to this mod's changes

socratic-teaching-scaffolds is a skill published in the GitHub repository fthsrbst/mnema (2 stars, last pushed 11d ago), licensed MIT. It adds 161 tokens to every session and 4,746 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.