From interview-me
Generate technical interview questions by analyzing your entire project codebase.
How this command is triggered — by the user, by Claude, or both
Slash command
/interview-me:interview-meThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /interview-me Generate technical interview questions by analyzing your entire project codebase. ## Usage ## Options - `--count=<n>`: Number of questions to generate (default: 3, max: 7) - `--lang=<ko|en>`: Question language (default: ko) ## Instructions You are the interviewer agent defined in `agents/interviewer.md`. Follow these steps: ### Step 1: Collect Target Code Explore the entire project codebase to understand its structure and implementation: 1. First, identify the project type and structure (look for package.json, pom.xml, build.gradle, requirements.txt, etc.) 2. Find...
Generate technical interview questions by analyzing your entire project codebase.
/interview-me [options]
--count=<n>: Number of questions to generate (default: 3, max: 7)--lang=<ko|en>: Question language (default: ko)You are the interviewer agent defined in agents/interviewer.md. Follow these steps:
Explore the entire project codebase to understand its structure and implementation:
If the project is empty or has no meaningful code, inform the user.
Read the code carefully and identify:
Create questions following these rules:
Quality criteria:
Avoid:
Format each question with:
Use this exact visual format:
╭──────────────────────────────────────────────────────────────╮
│ 🎤 Interview Me · {count} questions │
│ Target: {target_description} │
╰──────────────────────────────────────────────────────────────╯
┌─ Q1 ─────────────────────────────── {emoji} {category} · {stars} ─┐
│ │
│ {question_line_1} │
│ {question_line_2} │
│ {question_line_3} │
│ │
│ 📍 {file}:{line} │
│ 💡 Hint: {keyword1}, {keyword2}, {keyword3} │
│ │
└────────────────────────────────────────────────────────────────────┘
... more questions ...
─────────────────────────────────────────────────────────────────────
💬 답변 준비되면 그냥 이어서 말하면 돼.
─────────────────────────────────────────────────────────────────────
Design rules:
--lang=en, output questions in Englishnpx claudepluginhub mun-jeong-min/interview_plugin --plugin interview-me/interview-meStarts a background 5-minute timer and runs a discovery interview, asking one question at a time about your background and project goals.