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.
git clone --depth 1 https://github.com/epicsagas/toefl-prepWrote 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/commands/epicsagas/toefl-prep/toefl-drill)<a href="https://agentmods.dev/commands/epicsagas/toefl-prep/toefl-drill"><img src="https://agentmods.dev/badge/commands/epicsagas/toefl-prep/toefl-drill.svg" alt="Measured on agentmods" 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.00037 | $0.00703 |
| Opus 5 | $0.00018 | $0.00351 |
| Sonnet 5 | $0.00007 | $0.00141 |
| Haiku 4.5 | $0.00004 | $0.00070 |
Grade A, and why
toefl-drill 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 7d 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.
What it actually says
/toefl-drill — 취약 영역 집중 반복
SCORES.md/PROGRESS.md에서 약점을 식별하고, 해당 유형 문제를 집중 생성+채점한다.
약점 유형 분류
Reading: misread-detail | over-inference | vocab-context | insertion-logic | summary-weight
Listening: main-idea | detail-dropped | function-attitude | signpost-missed
Speaking: delivery-fluency | delivery-pronunciation | language-grammar | language-vocab | development-structure
Writing: content-thin | org-disjointed | language-errors | template-overuse
실행 단계
- 약점 식별:
- 인자가
auto또는 없으면SCORES.md의 최근 5회 채점에서 가장 빈도 높은 오류 유형/낮은 dimension을 추출. - 인자가 명시되면 해당 유형으로 직행.
- 인자가
- 드릴 세트 생성: 해당 약점을 겨냥한 문제 3개 생성.
PLUGIN=~/.claude/plugins/marketplaces/toefl/toefl-prep EVAL="$PLUGIN/scripts/llm_eval.sh"- 예:
vocab-context약점 → "Generate 10 TOEFL vocabulary-in-context questions with 4 options each, heavy on academic polysemes. Include answer key + the sense used."
- 예:
- 즉시 채점: 사용자가 답안을 제공하면
/toefl-grade경로로 채점. - 개선 추적: 드릴 전후 점수를
PROGRESS.md에 쌍으로 기록:| 2026-07-25 | vocab-context | drill 전 2/10 → drill 후 7/10 | +50% | - 루프 안내: 개선 미미하면 동일 유형 +1세트, 충분하면 다음 약점으로 이동.
주차별 추천 약점 (로드맵 연동)
- 1주차: 템플릿 암기 단계 → 약점 식별보다 베이스라인 측정 중심.
- 2주차:
detail-dropped(LC),template-overuse(W) 집중. - 3주차: 통합형 약점(
development-structureS,content-thinW) 집중. - 4주차: TPO 결과 기반 최종 약점 정리.
정직성 원칙
- 단 1회 드릴 결과로 "극복" 판정 금지 (최소 2회 연속 개선 확인).
- 약점이 식별되지 않으면("모든 영역 균형") 범용 세트 생성하고 거짓 약점 만들지 않음.
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.
- 7d ago First seen · 51 lines · 37 tokens per session scan A f090268889b2
toefl-drill is a command published in the GitHub repository epicsagas/toefl-prep (1 stars, last pushed 4d ago), licensed MIT. It adds 37 tokens to every session and 703 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-31.
Other commands, from other repositories
opencode
Manage OpenCode/Zen connections, switch models, and configure local Ollama.
design-tutorial
Interactive guided tour of Naksha — learn commands through real exercises, discover workflows, and get oriented in under 10 minutes.
alt
Import an Exam Radar (OPTIMETA Alt plugin) export and fold its lecture-emphasis exam signal into the course index — radar.md, a lecture-emphasis column on coverage.md, and a gold-zone weakmap.
weakmap
Priority-ranked weakness report. No arg → fresh report from latest errors per pattern. With concept arg → patch latest report by adding the user-declared weakness, save as new timestamped file.
pattern
Show solution pattern cards from course-index/patterns.md, filtered by topic or keyword.
review
Cold re-quiz on code that already shipped — your own session commits, not the change in front of you.