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.
npx skills add fthsrbst/mnema --skill socratic-teaching-scaffoldsgit clone --depth 1 https://github.com/fthsrbst/mnemaWrote 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.
[](https://agentmods.dev/skills/fthsrbst/mnema/socratic-teaching-scaffolds)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Question Ladders: Sequences from simple to complex that build understanding incrementally
- Misconception Detectors: Questions that reveal faulty mental models through contradiction
- Feynman Explanations: Build-up from simple analogies to technical precision
- Worked Examples with Fading: Full solutions → partial solutions → independent practice
- 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.
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.
- 11d ago First seen · 242 lines · 0 tokens per session scan A 0df571846fd7
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.
Other skills, from other repositories
simplicio-learn
Persist what a run taught you so the next run is cheaper and more correct — mine high-signal lessons from the trajectory, dedup them, and write them back to AGENTS.md / memory so they're applied not re-derived. Use after a run or at session end, when the user says "remember this", "do a retrospective", "learn from…
hr-onboarding
A new-hire onboarding plan as a single page — first week schedule, buddy + manager intro, learning track, equipment checklist, and "you're set when…" outcomes. Use when the brief mentions "onboarding", "new hire", "first week plan", or "入职".
gws-classroom
Google Classroom: Manage classes, rosters, and coursework.
get-rep-call-feedback
Use when the user wants evidence-backed coaching for one rep's calls, especially by comparing the rep with peer examples to identify repeatable best practices, specific upgrade moments, and practical next-call language.
recipe-create-classroom-course
Create a Google Classroom course and invite students.
tutorial
Interactive tutorial teaching Ouroboros hands-on.