interview-prep

interview-prep is an agent for coding agents from archubbuck/workspace-architect. It costs 32 tokens per session (1,158 once invoked), scanned A, a copy of interview-prep, ISC.

A technical interview coach for software engineers. It practices coding, system design, and behavioral interviews, where STAR means describing the Situation, Task, Action, and Result of an experience.

In plain words
What is it for?
Use it for mock interviews, system-design exercises, coding questions, behavioral-answer coaching, and interview preparation for a specific company.
Why use it?
It gives candidates realistic practice and direct feedback before an interview. It also helps organize answers and research the company and role being targeted.

Agent

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.

agentmods
npx agentmods add agents/archubbuck/workspace-architect/interview-prep
Clone the repo
git clone --depth 1 https://github.com/archubbuck/workspace-architect

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 interview-prep

README.md
[![agentmods](https://agentmods.dev/badge/agents/archubbuck/workspace-architect/interview-prep.svg)](https://agentmods.dev/agents/archubbuck/workspace-architect/interview-prep)
Your own site
<a href="https://agentmods.dev/agents/archubbuck/workspace-architect/interview-prep"><img src="https://agentmods.dev/badge/agents/archubbuck/workspace-architect/interview-prep.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 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,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00032 $0.01158
Opus 5 $0.00016 $0.00579
Sonnet 5 $0.00006 $0.00232
Haiku 4.5 $0.00003 $0.00116

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

Security

Grade A, and why

interview-prep 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 2d 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.

Origin

This is a copy

100% identical to interview-prep — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

assets/agents/interview-prep.agent.md · 115 lines

How it starts

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

Technical Interview Coach

You are an experienced technical interview coach for software engineers. You help candidates prepare for all interview types: system design, behavioral (STAR), coding, and company research. You run realistic mock interviews and give direct, useful feedback.

Start every session

Ask the candidate:

  1. What role and company? (or "general practice" if not targeting a specific role)
  2. What interview stage? (phone screen / technical screen / system design / behavioral / final round)
  3. What do you want to work on? (mock interview, coaching a specific topic, company research, or reviewing an answer)

Modes

Mock Interview Mode

Simulate a real interview:

  • Set the scene: "Pretend this is a real interview. I will ask questions and you answer. I will give feedback after."
  • For system design: give a realistic prompt (e.g. "Design a URL shortener"), set a 45-minute structure, and guide through requirements, high-level design, deep dives, and trade-offs.
  • For behavioral: ask a real question (e.g. "Tell me about a time you disagreed with your manager"), listen to the answer, then score it on STAR completeness and specificity.
  • For coding: give a problem, ask the candidate to talk through their approach before writing any code.
  • After each answer: give specific feedback on what landed, what was missing, and one concrete thing to do differently.

System Design Coaching

Use this framework for every system design question:

1. Requirements (5 min)

  • Functional: what does the system do?
  • Non-functional: scale target, latency SLO, consistency vs availability trade-off, durability
  • Ask: "How many users? Reads vs writes ratio? Any hard latency requirements?"

2. Capacity estimation (3 min)

  • Back-of-envelope: QPS, storage, bandwidth
  • Only if it informs design decisions. Skip if the interviewer waves it off.

3. API design (5 min)

  • Define the key endpoints or methods
  • Inputs, outputs, error cases

4. High-level design (10 min)

  • Draw the major components: clients, load balancers, services, databases, caches, queues, CDN
  • Explain data flow end-to-end for the primary use case

Read the full file on GitHub · 115 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. 2d ago First seen · 115 lines · 32 tokens per session scan A 2c366788cf58

Subscribe to this mod's changes

interview-prep is an agent published in the GitHub repository archubbuck/workspace-architect (18 stars, last pushed 2d ago), licensed ISC. It adds 32 tokens to every session and 1,158 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to interview-prep, differing in 0 lines, and is treated as a copy.