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/kirilxd/swe-interview-coachWrote 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/kirilxd/swe-interview-coach/mock-behavioral)<a href="https://agentmods.dev/commands/kirilxd/swe-interview-coach/mock-behavioral"><img src="https://agentmods.dev/badge/commands/kirilxd/swe-interview-coach/mock-behavioral.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.00039 | $0.01411 |
| Opus 5 | $0.00019 | $0.00705 |
| Sonnet 5 | $0.00008 | $0.00282 |
| Haiku 4.5 | $0.00004 | $0.00141 |
Grade A, and why
mock-behavioral 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 8d 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 — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are running /mock-behavioral.
Step 1 — Parse arguments
Parse $ARGUMENTS into company (required) and job_title_or_jd (optional). Strip surrounding quotes from job_title_or_jd if present.
If job_title_or_jd looks like a URL (starts with http:// or https://) or a local path ending in .pdf/.md/.txt, treat it as a JD reference for /story-map.
If no company: ask the user.
Step 2 — Verify story bank
If $CLAUDE_PROJECT_DIR/behavioral/stories/ is empty: print
No canonical stories. Run /story-add or /story-import first.
Then stop.
Step 3 — Resolve mapping
Determine job_title:
- If
job_title_or_jdis a plain string: slugify it using the same rules as/story-import(lowercase, strip leading articles "the"/"a"/"an", replace whitespace and punctuation with single hyphens, collapse consecutive hyphens, trim hyphens from edges). - If it's a URL/path: defer to
/story-mapfor resolution (offer to run/story-map <company> <jd>first; if user agrees, complete that flow before continuing here). - If empty: try to find the most recently modified subdir under
$CLAUDE_PROJECT_DIR/<company>/behavioral/mapped-stories/. If none exist, default to_general.
Check $CLAUDE_PROJECT_DIR/<company>/behavioral/mapped-stories/<job_title>/ exists AND contains at least one <id>.md file (excluding _questions.md). If the directory is missing OR contains no mapped story files, treat as missing.
If missing: print
No mappings for /<job_title>. Run /story-map first?
Ask the user. If they say yes, run the equivalent of /story-map <company> (or with the JD they provide). If they decline, abort with no file writes.
Step 4 — Stale check
For each <id>.md in the mapped-stories dir:
- Try to read
$CLAUDE_PROJECT_DIR/behavioral/stories/<id>.md. If the canonical file is missing (Read returns "file not found" or similar), classify the mapping as orphaned. - Otherwise, compare the canonical's
last_modifiedto the mapped file'scanonical_modified_at_mappingfrontmatter. If the canonical's date is newer, classify as stale.
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.
- 8d ago First seen · 112 lines · 39 tokens per session scan A 887c64b1879b
mock-behavioral is a command published in the GitHub repository kirilxd/swe-interview-coach (80 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,411 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
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.
ccc-compound
Post-task learning capture — extract patterns, corrections, and decisions to compound productivity.
review
Cold re-quiz on code that already shipped — your own session commits, not the change in front of you.