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 agentmods add commands/optimeta/paideia/blindgit clone --depth 1 https://github.com/OPTIMETA/PAIDEIAWhat 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 | $0.00034 | $0.01125 |
| Opus 5 | $0.00017 | $0.00562 |
| Sonnet 5 | $0.00007 | $0.00225 |
| Haiku 4.5 | $0.00003 | $0.00112 |
Grade A, and why
blind 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.
How it starts
The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Output language
Read INTERFACE_LANG from .course-meta (default en). All user-facing prose — chat output, clarification questions, and narrative sections of any MD file you write — must be in that language. Keep in English regardless: file paths, slash command names, pattern IDs (P1, P2…), YAML keys (pattern:, error_type:, problem_id:, source:, date:, summary:), LaTeX, code, and the literal section anchors downstream tools regex on (## One-line verdict, ## Page N, # Vision-OCR transcription).
Load skills/exam-drill/SKILL.md. Read course-index/patterns.md.
Target: $ARGUMENTS
Procedure:
-
Load problem statement ONLY from
converted/homework/<n>.mdorconverted/textbook/<ch>.md(for textbook examples). Do NOT open the solution yet.Confirm a reference solution exists first — before spending the user's effort. A blind drill grades the user's strategy against the known solution, so without one there is nothing to check. Verify (do NOT read its contents yet) that the matching solution is ingested:
converted/solutions/<n>_sol.mdfor a homework problem (e.g.3.3→converted/solutions/hw3_sol.md), or the worked-example section insideconverted/textbook/<ch>.mdfor a textbook example. If it is missing, stop here without requesting a strategy and tell the user (in $INTERFACE_LANG): no reference solution for this problem is ingested, so a blind strategy-check can't be verified. Offer the concrete next steps — add the solution tomaterials/solutions/and run/paideia:ingest, or pick a problem that has a solution (list whichconverted/solutions/*_sol.mdexist), or drill it instead with/paideia:twin <id>or/paideia:quiz(neither needs a pre-existing per-problem solution). Never fabricate a solution to grade against. -
Present the problem verbatim to the user.
-
Request strategy (3–5 lines in $INTERFACE_LANG prose, no math typing). The 3 axes to ask about:
Strategy only — no equations needed. 1) Which pattern(s) will you use? (Pk number from course-index/patterns.md) 2) Which variables held fixed; which expanded? 3) What form do you expect the final answer to take?Render those three axes in $INTERFACE_LANG.
-
Wait for response. Do NOT proceed until the user answers.
-
Load solution from
converted/solutions/<n>_sol.md(or the worked-example section ofconverted/textbook/<ch>.mdfor an example) — the same file confirmed present in Step 1. Compare 3 axes:a. Pattern identification — correct Pk(s)? b. Variable choice — correct hold-fixed set? c. End-form prediction — matches actual answer structure?
-
Feedback protocol:
- ✅ all three → confirm, then copy the relevant part of the solution into
derivations/blind-<id>.mdfor permanent reference - ❌ on any axis → point out specifically which axis failed, WITHOUT revealing correct answer. Ask for revision.
- After 2 failed attempts on same axis → give a one-line hint referencing the relevant pattern name.
- ✅ all three → confirm, then copy the relevant part of the solution into
-
Log errors if user needed revision. Use the canonical schema from
skills/answer-processing/SKILL.mdStep 6 — same keys/gradewrites, so statusline and weakmap see/blinderrors too. Write through the deterministic writer (replaces any prior entries for this drill's source, so re-running/blindon the same problem never double-counts):python3 "${CLAUDE_PLUGIN_ROOT}/scripts/log_tool.py" append --source="blind/<id>" <<'YAML' - problem_id: <id> pattern: <Pk> error_type: pattern-missed | wrong-variable | wrong-end-form summary: "<1 line>" source: blind/<id> date: <ISO> YAMLMap strategy axis →
error_type: pattern axis →pattern-missed, variable axis →wrong-variable, end-form axis →wrong-end-form. Never hand-editerrors/log.mdappends. -
Close (in $INTERFACE_LANG): "To check retention on the same type, do one variant via
/twin <id>."
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.
- 2d ago First seen · 64 lines · 34 tokens per session scan A 7f52e6a09f16
blind is a command published in the GitHub repository OPTIMETA/PAIDEIA (91 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 1,125 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.
Other commands, from other repositories
fieldtheory
Explain and drive the Field Theory CLI — bookmark-sourced seeds, repo-aware possibility runs that score ideas onto a 2x2 grid, and the interconnected .md files they leave behind. Trigger when the user asks about ft, bookmarks, seeds, ft possible (or the older name ft ideas), grids, dots/nodes, or how to turn saved…
demo-command
Example slash command that wraps the demo-skill. Showcases the command kind.
luyao-character
Command "luyao-character" from wordflowlab/novel-writer, covering 塑造平凡而伟大的人物, 使用方法, 人物类型, 基础类型 and 复合类型.
speckit.memory-md.capture
Propose human-approved durable lessons and matching index updates from completed work.
speckit.memory-md.share-lesson
Promote an approved local technical/architectural lesson from docs/memory into the global shared memory.
doc-create
Generate new documentation from codebase analysis.