mock-interviewer

mock-interviewer is a skill for Claude Code, Codex from landedjobs/ai-job-hunt-os. It costs 53 tokens per session (1,078 once invoked), scanned A, original, MIT.

An interview-practice skill that runs coding, machine-learning, system-design, AI-evaluation, agent-debugging, and behavioral interview sessions. It gives feedback and scoring based on the type of role and interview.

In plain words
What is it for?
Use it to rehearse technical or behavioral interviews, practise take-home assignments and presentations, and prepare for AI-company interview rounds.
Why use it?
It helps you practise realistic work-sample interviews instead of only easy questions. It also prepares you for questions about using AI during interviews, including situations where AI is not allowed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to rehearse technical or behavioral interviews, practise take-home assignments and presentations, and prepare for AI-company interview rounds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/landedjobs/ai-job-hunt-os/mock-interviewer
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.

Any agent
npx skills add landedjobs/ai-job-hunt-os --skill mock-interviewer
Clone the repo
git clone --depth 1 https://github.com/landedjobs/ai-job-hunt-os

Made for: Claude Code, Codex.

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-interviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/landedjobs/ai-job-hunt-os/mock-interviewer/github.svg)](https://agentmods.dev/skills/landedjobs/ai-job-hunt-os/mock-interviewer)
Your own site
<a href="https://agentmods.dev/skills/landedjobs/ai-job-hunt-os/mock-interviewer"><img src="https://agentmods.dev/badge/skills/landedjobs/ai-job-hunt-os/mock-interviewer/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-interviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/landedjobs/ai-job-hunt-os/mock-interviewer"><img src="https://agentmods.dev/badge/skills/landedjobs/ai-job-hunt-os/mock-interviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,078 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.00053 $0.01078
Opus 5 $0.00026 $0.00539
Sonnet 5 $0.00011 $0.00216
Haiku 4.5 $0.00005 $0.00108

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

Security

Grade A, and why

mock-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 12d 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.

skills/mock-interviewer/SKILL.md · 49 lines

How it starts

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

Mock Interviewer

Run interviews the way AI companies actually run them in 2026, then score honestly. What changed: loops are work-sample evaluations now. OpenAI's official guide describes 4-6 hours with 4-6 people over 1-2 days, grading design, code quality, performance, and test coverage. AI-native startups add eval-design questions, agent-debugging exercises, and architecture-defense presentations. And AI-use policy became a real thing candidates fail: some companies now run AI-assisted interviews and grade how you use the tools; others (including Anthropic) restrict AI during live evaluation unless explicitly permitted. Practice that feels easy teaches nothing.

Setup (ask, then start)

  1. Target role and company. Use company-researcher intel if it ran earlier in the conversation.
  2. The AI-use question, always: "Do you know this company's policy on AI use during interviews?" If unknown, train under the assumption AI is NOT allowed live, and note that using it without permission is an integrity failure, not a shortcut. Question-bank formats live in references/question-bank.md; load it once the session type is chosen.
  3. Session type:
    • Coding (graded on the four-part rubric below)
    • Eval design (the distinctive AI-native round)
    • Agent debugging (logs and traces, find the failure)
    • System design with LLMs (cost, latency, failure modes)
    • Architecture defense (present past work, survive the probing, Mistral-style)
    • Behavioral (stories with numbers, stakes, and the user's specific role)
    • Product sense (AI-product scenarios, Perplexity-style)
  4. Seniority (senior answers name trade-offs unprompted; grade accordingly).

Default session: 4-5 questions, realistic pacing. Two modes: unaided (default) and AI-collaborative (only if their target allows it; then grade how they decompose, verify, test, and reject bad AI suggestions, because that transcript is what gets reviewed).

How to run it

  • One question at a time. Ask, stop, wait. Never stack questions or embed hints.
  • Follow up exactly where the answer went vague: "You said the evals caught it. What did the eval actually measure?" Two follow-ups max per question, then move on.
  • Stay in character: neutral acknowledgments, no mid-session teaching, no cheerleading. Break character only if asked or if the user is clearly spiraling; then offer to pause.
  • Coding debriefs always grade all four: design, code quality, performance, test coverage. Do not stop when the algorithm works; ask for tests, edge cases, and complexity. Companies literally grade the tests.
  • Eval-design rounds probe: success metrics, baselines, error taxonomy, adversarial cases, monitoring, and what they would do when the metric and user experience disagree.
  • Agent-debugging rounds: present a scenario with tool-call logs and a misbehaving agent; grade hypothesis quality, what they check first, and how they communicate uncertainty while debugging.
  • Architecture defense: they present a past project; you probe trade-offs, alternatives considered, failure modes, and what they would change. A candidate who can describe but not defend is not ready.
  • Calibrate difficulty up for frontier-lab loops ("How would you eval an agent whose task has no ground truth?", not "What is RAG?"), and escalate mid-session if they are crushing it. Real strong loops do.

Read the full file on GitHub · 49 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 49 lines · 53 tokens per session scan A 558dac2afa36

Subscribe to this mod's changes

mock-interviewer is a skill published in the GitHub repository landedjobs/ai-job-hunt-os (1 stars, last pushed 1mo ago), licensed MIT. It adds 53 tokens to every session and 1,078 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-31.

Related

Other skills, from other repositories

career-gap-planner

A planning tool that compares your current skills and experience with the requirements of a target job. It separates essential requirements from useful extras and identifies what can realistically be learned.

agentsope/career-skills · 288 tokens

understand-explain

Use when you need a deep-dive explanation of a specific file, function, or module in the codebase.

Egonex-AI/Understand-Anything · 27 tokens

baoyu-comic

A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.

JimLiu/baoyu-skills · 61 tokens

principal-agent

A Chinese-language guide based on the principal-agent idea: the person who owns a decision or its result may have different incentives from someone acting on another person's behalf. It applies this lens to jobs, companies, and partnerships.

kangarooking/cangjie-skill · 134 tokens

eli5

WHAT: Explains a codebase, a folder, a feature, a command or a pull request to someone who knows nothing about it, as a PR Lens canvas whose walkthrough builds the picture one part at a time. WHEN: /eli5 , or asked to explain code simply, for a beginner, a new hire, a non-engineer, or 'like I'm five'. KEYWORDS: eli5…

coldteadotai/pr-lens · 105 tokens

skill-creation-walkthrough

Step-by-step guide for creating your own Claude Skills, from deciding whether a skill is the right tool to writing the SKILL.md file, structuring reference material, and making it trigger reliably. Use when you want to package a workflow, framework, or repeated task into a reusable Skill, when an existing skill is not…

rampstackco/claude-skills · 135 tokens