interview-prep

interview-prep is a skill for Claude Code, Codex from cosmicstack-labs/mercury-agent-skills. It costs 21 tokens per session (428 once invoked), scanned A, original, MIT.

A structured guide for preparing for technical and behavioral job interviews. It covers coding problems, system design, personal examples, and salary negotiation.

In plain words
What is it for?
Use it to practise coding and system-design questions, prepare stories about your experience, explain your background, and plan negotiations.
Why use it?
It helps turn broad interview preparation into repeatable practice and clear answer patterns, such as STAR: Situation, Task, Action, Result.

Skill for Claude CodeCodex

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

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 skills/cosmicstack-labs/mercury-agent-skills/interview-prep
Any agent
npx skills add cosmicstack-labs/mercury-agent-skills --skill interview-prep
Clone the repo
git clone --depth 1 https://github.com/cosmicstack-labs/mercury-agent-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/interview-prep.svg)](https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/interview-prep)
Your own site
<a href="https://agentmods.dev/skills/cosmicstack-labs/mercury-agent-skills/interview-prep"><img src="https://agentmods.dev/badge/skills/cosmicstack-labs/mercury-agent-skills/interview-prep.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00021 $0.00428
Opus 5 $0.00010 $0.00214
Sonnet 5 $0.00004 $0.00086
Haiku 4.5 $0.00002 $0.00043

Measured 6d ago against content hash 8a2f9438d720, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

categories/career/interview-prep/SKILL.md · 55 lines

What it actually says

Interview Prep

Systematic preparation for technical and behavioral interviews.

Behavioral Frameworks

STAR for Behavioral Questions

Tell me about a time when...

Element What to Cover
Situation Context — project, team, timeline
Task Your specific responsibility
Action What YOU did (not the team)
Result Quantified outcome, what you learned

Common Questions to Prepare

  1. "Tell me about yourself" → 60-second career narrative
  2. "Biggest challenge/project" → STAR with technical depth
  3. "Conflict with a teammate" → Show emotional intelligence
  4. "Failure/mistake" → Honest story + what you learned
  5. "Why this company?" → Research-driven, specific

Technical Interview Prep

Coding

  • Practice 2-3 problems daily (LeetCode medium)
  • Focus on: Arrays, Hashmaps, Trees, Graphs, DP
  • Always: Clarify → Brute force → Optimize → Code → Test
  • Think out loud — interviewer wants to hear your process

System Design

Practice these scenarios:

  • Design URL shortener (read-heavy, hashing, scaling)
  • Design chat system (WebSockets, persistence, presence)
  • Design news feed (fan-out, caching, ranking)
  • Design rate limiter (token bucket, sliding window, distributed)

Pre-Interview Checklist

  • Research company and interviewers on LinkedIn
  • Prepare 3 questions to ask at end
  • Test your camera, mic, internet
  • Have water, notebook, pen ready
  • Review your resume and projects
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. 6d ago First seen · 55 lines · 21 tokens per session scan A 8a2f9438d720

Subscribe to this mod's changes

interview-prep is a skill published in the GitHub repository cosmicstack-labs/mercury-agent-skills (471 stars, last pushed 11d ago), licensed MIT. It adds 21 tokens to every session and 428 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

math-olympiad

Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial verification that catches the errors self-verification misses. Activates when asked to 'solve this IMO problem', 'prove this olympiad inequality', 'verify this competition proof', 'find a counterexample', 'is this proof correct', or for any…

anthropics/claude-plugins-official · 163 tokens

google-agents-cli-onboarding

Onboarding entrypoint for agents-cli in Agent Platform. It should be used when the user wants to "create a new agent", "develop an agent", "build an agent using ADK", "run the agent locally", "debug agent code", "test an agent", "evaluate an agent", "deploy an agent", "publish an agent", "monitor an agent", or needs…

google/skills · 95 tokens

edu-math-tutorial

数学题分步讲解视频的领域知识。适用场景:(1) 用户给出一道数学题并要求做讲解/ 解题视频;(2) 用户说"讲解这道题"、"生成解题视频"、"make a math tutorial"; (3) 需要中文数学教学视频,涉及方程、公式或几何图形。本 skill 只提供领域 知识(题目拆解、讲解节奏、旁白文案规范、版式与 KaTeX 排版风格);画面、 配音与成片一律用 Creator 原生 Element 与工具从源头构建。.

agentscope-ai/QwenPaw · 146 tokens

practice-cognition

触发:当你提出了方案、假设或判断,需要通过实践验证、试错迭代或复盘升级认知时调用;常见信号包括 experiment、prototype、validate、iterate、feedback loop。 English: Trigger when an idea, hypothesis, or plan must be tested in practice and improved through iteration. Use this skill to move from action to understanding and back to action in a spiral learning loop.

HughYau/qiushi-skill · 92 tokens

81-pipecat

Create your Pipecat skill from official documentation, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 18 tokens

35-google-adk-reliable-agents

Create your Google Agent Development Kit skill in one prompt, then learn to improve it throughout the chapter.

majiayu000/claude-skill-registry · 19 tokens