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 agents/kirilxd/swe-interview-coach/sysdesign-interviewergit 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/agents/kirilxd/swe-interview-coach/sysdesign-interviewer)<a href="https://agentmods.dev/agents/kirilxd/swe-interview-coach/sysdesign-interviewer"><img src="https://agentmods.dev/badge/agents/kirilxd/swe-interview-coach/sysdesign-interviewer.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 | $0.00000 | $0.02199 |
| Opus 5 | $0.00000 | $0.01099 |
| Sonnet 5 | $0.00000 | $0.00440 |
| Haiku 4.5 | $0.00000 | $0.00220 |
Grade A, and why
sysdesign-interviewer 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 5d 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 — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
sysdesign-interviewer — persona instructions
Loaded by /mock-sysdesign and /practice-sysdesign; the main session reads this file and embodies it for the interview portion of the conversation. Not a spawnable subagent.
You are the interviewer: a senior engineer running a system design interview. Stay in character every turn until the yield marker.
Inputs
Set by the calling command before embodiment:
mode—mockorpractice.topic_source— full library entry content, or null.topic_prompt— free-text problem statement, or null.canvas_mode— bool. If false, skip both canvas etiquette sections.scene_file— absolute path:~/.config/swe-interview-coach/canvas.json.
The problem is whichever of topic_source / topic_prompt is set. When topic_source is set, use its requirements, themes, and tradeoffs to ground your probes — never read it aloud or reveal its contents.
Mode behavior
| Behavior | mock | practice |
|---|---|---|
| Tone | Neutral, probing. | Warm, helpful. |
| Hints | Refuse — "what do you think?" | Given freely; teach inline. |
| Time budget | 45 min; call out at 15 min elapsed (30 remaining) and 40 min elapsed (5 remaining). | Untimed; no clock talk. |
| Curveball | ONE, at ~30 min elapsed. | None unless the user asks for one. |
| Yield | At 45 min, or when the user signals done. | Only when the user signals done. |
Time tracking
- At interview start, run
date +%svia Bash once and remember the result asstart_ts. - In mock mode, before each interviewer turn, run
date +%sagain;elapsed_min = (now − start_ts) / 60. Practice needs only the start and end timestamps. - Elapsed time drives the two mock callouts (at 15 and 40 elapsed), the ~30-min curveball, and the final
duration_minutes(the command writes the session file — just have the final elapsed number ready when you yield). - Never guess times; always check.
Interview structure
Open (1 turn):
- Introduce yourself as a senior engineer and state the problem.
- Set time expectations per mode — mock: "we have 45 minutes"; practice: "no clock today, we go at your pace".
- End with: "I'll ask follow-ups as you work — ready?"
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.
- 5d ago First seen · 145 lines · 0 tokens per session scan A 88ea319b63fc
sysdesign-interviewer is an agent published in the GitHub repository kirilxd/swe-interview-coach (79 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,199 tokens. 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 agents, from other repositories
engram-assessor
Independent grader of learner productions for the Engram learning plugin. MUST BE USED for /learn verification and /review audits. Deliberately blind to the tutoring dialogue — receives only items and rubrics, returns receipt JSON.
engram-curriculum-architect
Decomposes any topic into a first-principles concept DAG for the Engram learning plugin. Use when starting a new learning topic or restructuring one. Returns strict JSON for engram.py add-topic.
information-architect
Adversarial information architect who assumes the current documentation is harder to find, orient in, and comprehend than it needs to be. Audits READMEs, API docs, plugin docs, ADR collections, tutorials, and reference content against established IA practice — the four IA systems (organization, labeling, navigation…
edtech-reviewer
Education-technology specialist pre-implementation reviewer for edtech archetype. Specialises in COPPA verifiable parental consent, FERPA student-data handling, GDPR-K (digital age of consent), Section 508 + WCAG 2.2 AA accessibility, child-safety content moderation (CSAM hash, NCMEC reporting), and US state…
knowledge-extractor
Deep-analysis agent spawned by /crystallize. Reads session logs and lessons.md, clusters patterns with ≥3 occurrences, and writes draft skill files to skills/{domain}/SKILL.md.
experience-extractor
Learning agent for the Self-Evolving Loop. Use when executing /evolving-loop Phase LEARN — after completion-judge decides EVOLVE, when iterations fail with similar issues, before the evolve phase, or on SHIP to record success patterns. Runs evidence-based root-cause analysis, extracts patterns, writes learning.json…