mock-exam

mock-exam is a command for Claude Code from OleksiiDotsenko/english-exam-coach. It costs 17 tokens per session (619 once invoked), scanned A, original, MIT.

A timed practice section for an English exam, using the chosen exam’s real format and time limit. It supports IELTS, TOEFL, and CEFR levels from B1 to C2.

In plain words
What is it for?
Use it to run a full reading, writing, speaking, or listening section, then record the result and review performance by part.
Why use it?
It lets you practise under exam conditions and receive section-level scores and feedback afterward.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the english-exam-coach plugin — 8 skills, 6 commands shipped together

Good fit Use it to run a full reading, writing, speaking, or listening section, then record the result and review performance by part.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add OleksiiDotsenko/english-exam-coach
Claude Code
/plugin install english-exam-coach

Made for: Claude Code.

Or install english-exam-coach, the plugin that ships this one along with the rest of its 8 skills, 6 commands.

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 mock-exam

README.md
[![agentmods](https://agentmods.dev/badge/commands/oleksiidotsenko/english-exam-coach/mock-exam/github.svg)](https://agentmods.dev/commands/oleksiidotsenko/english-exam-coach/mock-exam)
Your own site
<a href="https://agentmods.dev/commands/oleksiidotsenko/english-exam-coach/mock-exam"><img src="https://agentmods.dev/badge/commands/oleksiidotsenko/english-exam-coach/mock-exam/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 mock-exam

Your own site · 80×15
<a href="https://agentmods.dev/commands/oleksiidotsenko/english-exam-coach/mock-exam"><img src="https://agentmods.dev/badge/commands/oleksiidotsenko/english-exam-coach/mock-exam.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 619 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.00017 $0.00619
Opus 5 $0.00009 $0.00309
Sonnet 5 $0.00003 $0.00124
Haiku 4.5 $0.00002 $0.00062

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

Security

Grade A, and why

mock-exam 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.

plugins/english-exam-coach/commands/mock-exam.md · 39 lines

What it actually says

Run a timed mock exam section: $ARGUMENTS

  1. Parse the arguments as exam id and section. If either is missing, use the exam-router skill to resolve them from the user's goals (or ask once). Valid exam ids: ielts-academic, ielts-general, toefl-ibt, cefr-b1, cefr-b2, cefr-c1, cefr-c2.
  2. Load the exact section format from ${CLAUDE_PLUGIN_ROOT}/data/exam-formats/<exam-id>.md and announce the rules: parts, item counts, and the real time limit. Note the start time.
  3. Run the section at full length using the matching skill (reading-use-of-english, writing-evaluator, speaking-coach, or listening-trainer) with ORIGINAL items only. No hints, no feedback, and no answer key until the section is finished. Each of those skills already ends with a single silent auto-log — for a mock, tell the skill to make that its ONE log, writing under --session mock-<exam-id>-<date> with the split --seconds from step 4. Do not add a second log; one row per task type, in the mock session, with split time.
  4. When the user submits (or declares time up), score the whole section and give per-part feedback and explanations. The single per-task log is the delegated skill's own silent auto-log from step 3 (under --session mock-<exam-id>-<date>, using the canonical --task-type slugs from data/task-types.md) — do not log a separate attempt here. A section runs under ONE clock, so split the real elapsed time across the task types (e.g. proportional to item count) and pass each task's share as the --seconds for that log — do not log the full section time on every row, or the report's "min on task" will be inflated N-fold.
    • If the user quits mid-section: offer to score only the fully completed parts and log those task types with the real elapsed time and the same session id. Never fabricate answers for unattempted items. If nothing was completed, log nothing and say so.
  5. Finish with the session report: python3 "${CLAUDE_PLUGIN_ROOT}/skills/progress-tracker/scripts/build_report.py" --scope session --session mock-<exam-id>-<date>. (On Windows, if python3 isn't found, use python or py instead.)
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 · 39 lines · 17 tokens per session scan A 534fa50f9869

Subscribe to this mod's changes

mock-exam is a command published in the GitHub repository OleksiiDotsenko/english-exam-coach (8 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 619 once invoked, about $0.0001 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.