story-rehearse

story-rehearse is a command for Claude Code from kirilxd/swe-interview-coach. It costs 61 tokens per session (1,474 once invoked), scanned A, original, MIT.

A practice command for rehearsing one interview or presentation story. TDD here means delivery-focused practice, such as checking for filler words, rambling, metrics, pronoun use, and timing.

In plain words
What is it for?
Use it to practise either a standard story or one tailored to a company and role, then save the practice session.
Why use it?
It helps you find weaknesses in a story without changing the original version.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the swe-interview-coach plugin — 3 skills, 17 commands, 2 agents shipped together

Good fit Use it to practise either a standard story or one tailored to a company and role, then save the practice session.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/kirilxd/swe-interview-coach/story-rehearse
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.

Clone the repo
git clone --depth 1 https://github.com/kirilxd/swe-interview-coach

Made for: Claude Code.

Or install swe-interview-coach, the plugin that ships this one along with the rest of its 3 skills, 17 commands, 2 agents.

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 story-rehearse

README.md
[![agentmods](https://agentmods.dev/badge/commands/kirilxd/swe-interview-coach/story-rehearse/github.svg)](https://agentmods.dev/commands/kirilxd/swe-interview-coach/story-rehearse)
Your own site
<a href="https://agentmods.dev/commands/kirilxd/swe-interview-coach/story-rehearse"><img src="https://agentmods.dev/badge/commands/kirilxd/swe-interview-coach/story-rehearse/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 story-rehearse

Your own site · 80×15
<a href="https://agentmods.dev/commands/kirilxd/swe-interview-coach/story-rehearse"><img src="https://agentmods.dev/badge/commands/kirilxd/swe-interview-coach/story-rehearse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,474 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.00061 $0.01474
Opus 5 $0.00030 $0.00737
Sonnet 5 $0.00012 $0.00295
Haiku 4.5 $0.00006 $0.00147

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

Security

Grade A, and why

story-rehearse 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.

commands/story-rehearse.md · 113 lines

How it starts

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

You are running /story-rehearse.

Step 1 — Parse arguments

Extract from $ARGUMENTS:

  • story_id (required, first positional).
  • variant (optional, second positional).
  • company (optional, value of --company).
  • job_title (optional, value of --job-title).

Mode: mapped if --company is set, else canonical.

If story_id is missing: list available IDs by globbing $CLAUDE_PROJECT_DIR/behavioral/stories/*.md and ask the user to pick.

Step 2 — Resolve story file

  • Canonical mode: $CLAUDE_PROJECT_DIR/behavioral/stories/<story_id>.md.
  • Mapped mode: $CLAUDE_PROJECT_DIR/<company>/behavioral/mapped-stories/<job_title-or-_general>/<story_id>.md. If --job-title is omitted in mapped mode, default to _general.

If the file doesn't exist:

  • Canonical: list available IDs from behavioral/stories/*.md and ask the user to pick.
  • Mapped: if the mapping directory doesn't exist (or contains no <id>.md files), prompt the user with a numbered choice: No mapping for <company>/<job_title>. Choose: (1) run /story-map <company> first, (2) cancel. Wait for the user's response (1-2). If (1), complete the equivalent of /story-map <company> before continuing here. If (2), abort with no file writes. If only this story's mapped file is missing (other mappings exist), list available mapped story IDs and ask.

Read the resolved file.

Step 3 — Resolve variant

If variant is empty or not present in the file:

  • Canonical: parse the file's ### Variant: <id> headers; show the list to the user as a numbered choice and ask them to pick.
  • Mapped: parse the ### Q: blocks (each has a **Maps to canonical variant:** <id> line); show the question text + canonical-variant id pairs as a numbered choice and ask the user to pick.
  • If no ### Variant: headers are found in canonical mode: report to the user that the story has no variants yet, suggest editing the file directly or running /story-add to add them with the extractor's help, then abort.
  • If no ### Q: blocks are found in mapped mode: similar — suggest running /story-map <company> to (re)generate mapped variants, then abort.

Read the full file on GitHub · 113 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 · 113 lines · 61 tokens per session scan A e2c7b5d51402

Subscribe to this mod's changes

story-rehearse is a command published in the GitHub repository kirilxd/swe-interview-coach (80 stars, last pushed 1mo ago), licensed MIT. It adds 61 tokens to every session and 1,474 once invoked, about $0.0003 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.