placed-interview-coach

placed-interview-coach is a skill for Claude Code from Exidian-Tech/placed-mcp. It costs 67 tokens per session (1,026 once invoked), scanned A, original, MIT.

An interview-practice assistant connected to the Placed career platform. It supports coding, system design, and behavioral interview practice.

In plain words
What is it for?
Use it to run mock interviews for a specific role, practice system design cases, get performance analysis, and save STAR stories. STAR means describing a Situation, Task, Action, and Result.
Why use it?
It gives you a structured way to rehearse interview answers and receive feedback before a real interview.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: built for openclaw.

Part of the placed plugin — 5 skills, 1 MCP server shipped together

Good fit Use it to run mock interviews for a specific role, practice system design cases, get performance analysis, and save STAR stories. STAR means describing a Situation, Task, Action, and Result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/exidian-tech/placed-mcp/placed-interview-coach
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 Exidian-Tech/placed-mcp --skill placed-interview-coach
Clone the repo
git clone --depth 1 https://github.com/Exidian-Tech/placed-mcp

Made for: Claude Code.

Or install placed, the plugin that ships this one along with the rest of its 5 skills, 1 MCP server.

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 placed-interview-coach

README.md
[![agentmods](https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-interview-coach.svg)](https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-interview-coach)
Your own site
<a href="https://agentmods.dev/skills/exidian-tech/placed-mcp/placed-interview-coach"><img src="https://agentmods.dev/badge/skills/exidian-tech/placed-mcp/placed-interview-coach.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,026 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.00067 $0.01026
Opus 5 $0.00034 $0.00513
Sonnet 5 $0.00013 $0.00205
Haiku 4.5 $0.00007 $0.00103

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

Security

Grade A, and why

placed-interview-coach 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.

skills/placed-interview-coach/SKILL.md · 149 lines

How it starts

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

Placed Interview Coach

AI-powered interview preparation via the Placed platform.

Prerequisites

Requires the Placed MCP server. Install via:

{
  "mcpServers": {
    "placed": {
      "command": "npx",
      "args": ["-y", "@exidian/placed-mcp"],
      "env": {
        "PLACED_API_KEY": "your-api-key",
        "PLACED_BASE_URL": "https://placed.exidian.tech"
      }
    }
  }
}

Get your API key at https://placed.exidian.tech/settings/api

Available Tools

  • start_interview_session — Begin a mock interview for a specific role
  • continue_interview_session — Answer questions and get real-time feedback
  • get_interview_feedback — Get detailed performance analysis
  • list_interview_cases — Browse system design cases
  • start_system_design — Start a system design interview (URL Shortener, Twitter, Netflix, Uber)
  • get_behavioral_questions — Get STAR-format behavioral questions
  • save_story_to_bank — Save STAR stories for reuse across interviews

Interview Types

Technical Interviews (Coding)

To start a mock interview:

start_interview_session(
  resume_id="your-resume-id",
  job_title="Senior Software Engineer",
  difficulty="hard",
  company="Google"
)

To answer each question:

continue_interview_session(
  session_id="session-123",
  user_answer="I would use a hash map to store key-value pairs for O(1) lookup..."
)

To get feedback on performance:

get_interview_feedback(session_id="session-123")

System Design Interviews

To list available cases:

list_interview_cases()
# Returns: Design Twitter, Design URL Shortener, Design Netflix, Design Uber, etc.

To start a system design session:

start_system_design(
  case_id="design-twitter",
  difficulty="senior"
)

System Design Framework:

  1. Requirements Clarification — Functional and non-functional requirements
  2. High-Level Architecture — Components, data flow, APIs
  3. Database Design — Schema, indexing, replication, sharding
  4. Scalability — Load balancing, caching, CDN, horizontal scaling
  5. Fault Tolerance — Redundancy, failover, monitoring
  6. Trade-offs — CAP theorem, consistency vs. availability

Read the full file on GitHub · 149 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. 6d ago First seen · 149 lines · 67 tokens per session scan A b6fa7e0a5c27

Subscribe to this mod's changes

placed-interview-coach is a skill published in the GitHub repository Exidian-Tech/placed-mcp (0 stars, last pushed 4mo ago), licensed MIT. It adds 67 tokens to every session and 1,026 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.