Walk into every interview with confidence — your Interview Prep AI Assistant has your back. Paste your resume and the job description, and it bridges the gap between your background and what the interviewer actually wants to hear.
Designed by github.com/XueweiW-21
- Real questions from the web — searches job boards and candidate communities for actual questions reported by people who interviewed at your target company, before writing a single answer
- Answers in your voice — prep is written as spoken words grounded in your actual projects and experience, not generic templates
- Multi-round awareness — paste your notes after each round and the next prep builds on what came before, so every round feeds the next
Everything you paste into this skill (resume, job description, recruiter messages) is sent only to the AI model you are using. No data is stored by this skill or sent anywhere else.
Recommendation: avoid pasting sensitive personal information beyond what is already on your resume (e.g., SSN, passport numbers, or private medical details).
- Go to claude.ai and sign in
- Click Customize in the left sidebar
- Select Skills → + → Upload a skill
- Upload
SKILL.mdfrom this repo - Start a new conversation and type
/interview-prep-ai-assistant
Copy the contents of SKILL.md into the system prompt or custom instructions field of your preferred AI service (ChatGPT, Gemini, DeepSeek, Kimi, etc.). The skill is designed to be model-agnostic. Web search steps work best when the platform has web search enabled.
The skill will prompt you to paste your resume and job description, then walk you through the rest.
1. Collect inputs Resume + JD + interview details
|
2. Research Search real questions · Research interviewer
|
3. Analyze Rank JD signals · Merge with real questions
|
4. Generate prep Prepared answers · Gap responses · Questions to ask
|
5. Study plan Technical / final rounds only (optional)
|
[ Interview ]
|
6. Debrief Capture what happened · Feed into next round
interview-prep-ai-assistant/
├── SKILL.md # Self-contained skill file — upload this
├── README.md
├── LICENSE
├── assets/
│ ├── prep-doc-template.md # Output template (extracted for reference)
│ └── debrief-template.md # Debrief template (extracted for reference)
└── references/
├── interview-type-calibration.md # Interview type calibration (extracted for reference)
├── search-sources.md # Search sources (extracted for reference)
└── writing-rules.md # Writing rules (extracted for reference)
SKILL.mdis fully self-contained — all reference content is inlined. Theassets/andreferences/folders are source files for maintainability and are not required to use the skill.
Contributions are welcome. If you find a bug, have a feature request, or want to improve the skill:
- Fork this repo
- Create a branch:
git checkout -b your-feature-name - Make your changes
- Open a pull request with a short description of what you changed and why
For larger changes, open an issue first to discuss the approach.
MIT License — free to use, modify, and distribute with attribution.
See LICENSE for full terms.