Borrowing it
Nothing to install: this file belongs to CaesiumY/claude-interview-agents. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/CaesiumY/claude-interview-agents/main/CLAUDE.mdgit clone --depth 1 https://github.com/CaesiumY/claude-interview-agentsWrote 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/instructions/caesiumy/claude-interview-agents/claude-md)<a href="https://agentmods.dev/instructions/caesiumy/claude-interview-agents/claude-md"><img src="https://agentmods.dev/badge/instructions/caesiumy/claude-interview-agents/claude-md/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.
<a href="https://agentmods.dev/instructions/caesiumy/claude-interview-agents/claude-md"><img src="https://agentmods.dev/badge/instructions/caesiumy/claude-interview-agents/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.02196 | $0.02196 |
| Opus 5 | $0.01098 | $0.01098 |
| Sonnet 5 | $0.00439 | $0.00439 |
| Haiku 4.5 | $0.00220 | $0.00220 |
Grade A, and why
claude-interview-agents CLAUDE.md 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 — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Claude Code plugin for frontend developers (3 years experience) preparing for job interviews. Covers the full journey: resume review → technical interview prep → executive/culture-fit mock interviews → portfolio building (4-Phase harness based on https://caesiumy.dev/posts/ai/portfolio-strategy-harness-design/).
Plugin Structure
This repo IS a plugin (root-level layout, not .claude/):
.claude-plugin/plugin.json— plugin manifest (name:interview-agents).claude-plugin/marketplace.json— self-hosted marketplace (install viaclaude plugin marketplace add caesiumy/claude-interview-agents)commands/— 8 user-invocable commands (flat .md files)agents/— 9 subagents (all pinned tomodel: claude-opus-4-8, see Model Swap below)skills/<name>/SKILL.md— reference guides loaded by commands via${CLAUDE_PLUGIN_ROOT}portfolio/,resumes/— output conventions only; actual outputs go to the user's cwd
When installed, commands are namespaced: /interview-agents:review-resume etc.
Local dev: claude --plugin-dir . and claude plugin validate .
Commands
| Command | Purpose | Output (cwd-relative) |
|---|---|---|
/review-resume <이력서> [JD] |
Score resume /100 with PSR decomposition via resume-reviewer; optional JD → gap analysis reusing the 5-slot parsing from skills/portfolio-strategy/jd-parsing.md |
resumes/[name]_review.md |
/create-questionnaire <이력서> |
Generate questionnaire via questionnaire-designer — 20-25 questions total (4-category, screening/final labels, incl. 3 reverse questions) |
resumes/[name]_questionnaire.md |
/evaluate <질문지> |
3-agent parallel evaluation | resumes/[name]_evaluation.md |
/mock-interview <이력서> [--type executive|culture] |
Interactive mock interview + evaluation | resumes/[name]_mock_[type]_[YYYY-MM-DD](_evaluation).md |
/portfolio <이력서> [JD] [--reviewer=hr|tech|both] |
4-Phase portfolio harness; Phase 2 draws from a fixed 22-question bank, Phase 4 evaluates through the chosen reviewer lens (default hr) |
portfolio/<slug>/... |
/assignment-review <레포> [요구사항] [JD] |
Take-home review via assignment-reviewer — Binary gates (requirements, executability) + 4 scored dims + ≥5 expected reviewer questions; reuses 5-slot JD parsing |
assignments/<slug>/review-[YYYY-MM-DD].md |
/interview-retro <이력서> [--company 회사] |
Post-interview retro — recalls received questions, classifies coverage gaps (A/B/C), append-only feedback into interview-notes.md. No subagent |
resumes/[name]_retro_[회사]_[YYYY-MM-DD].md |
/offer <이력서> |
Offer compare + negotiation-card conversion + HR-persona rehearsal (lightweight, no formal scoring). No subagent. Never estimates market salary | resumes/[name]_offer_[YYYY-MM-DD].md |
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 · 132 lines · 2,196 tokens per session scan A bfdde523119e
claude-interview-agents CLAUDE.md is an instructions file published in the GitHub repository CaesiumY/claude-interview-agents (3 stars, last pushed 23d ago), licensed MIT. It adds 2,196 tokens to every session, about $0.0110 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.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.