placed-interview-coach

This skill should be used when the user wants to "practice interview", "mock interview", "prepare for interview", "system design interview", "behavioral interview", "STAR stories", "interview coaching", or wants to prepare for technical interviews using the Placed career platform at placed.exidian.tech.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "placed-interview-coach" with this command: npx skills add ajitsingh25/placed-interview-coach

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

Behavioral Interviews

To get behavioral questions for a target role:

get_behavioral_questions(
  target_role="Engineering Manager",
  focus_categories=["leadership", "conflict-resolution", "failure"]
)

STAR Method — Structure every answer:

  • Situation — Context and background
  • Task — Your responsibility and challenge
  • Action — What you did specifically
  • Result — Outcome with metrics

Story Banking

To save STAR stories for reuse across interviews:

save_story_to_bank(
  situation="Led team through major refactor",
  task="Reduce technical debt while shipping features",
  action="Created phased plan, mentored junior devs, set clear milestones",
  result="30% faster deployments, improved morale, reduced bugs by 25%",
  category="leadership"
)

Interview Flow

  1. Prepare — Research company, review resume, practice with resources
  2. Start Session — Begin mock interview with your resume and target role
  3. Answer Questions — Think out loud, explain your reasoning
  4. Get Feedback — Review performance after each question
  5. Iterate — Practice multiple times, improve weak areas
  6. Save Stories — Bank STAR stories for behavioral interviews

Tips

Technical Interviews:

  • Clarify requirements before diving into code
  • Discuss trade-offs (time vs. space, simplicity vs. optimization)
  • Test your solution with examples
  • Explain your thought process

System Design:

  • Start with requirements and constraints
  • Draw diagrams and explain components
  • Discuss scalability bottlenecks
  • Consider failure scenarios

Behavioral:

  • Use STAR method consistently
  • Include specific metrics and outcomes
  • Show growth and learning
  • Be authentic and honest

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Placed Career Tools

This skill should be used when the user wants to "track job applications", "match resume to job", "generate cover letter", "optimize resume for job", "get in...

Registry SourceRecently Updated
1090Profile unavailable
General

Placed Resume Builder

This skill should be used when the user wants to "build a resume", "create a resume", "update my resume", "export resume as PDF", "change resume template", "...

Registry SourceRecently Updated
610Profile unavailable
General

Placed Job Tracker

This skill should be used when the user wants to "track job applications", "add a job application", "update application status", "view my job pipeline", "get...

Registry SourceRecently Updated
610Profile unavailable
General

JD + 简历 → 面试题预测助手

上传岗位描述(JD)和个人简历,AI 自动预测面试题(必问/针对性/追问三类), 给出 STAR 答题框架,分析简历与 JD 匹配度,导出备考手册。

Registry SourceRecently Updated
1200Profile unavailable