Agent Skills
› cosmicstack-labs/mercury-agent-skills
› interview-prep
interview-prep
GitHub提供技术面试系统准备指南,涵盖STAR行为框架、编码与系统设计策略及考前清单,帮助求职者高效备战。
Trigger Scenarios
询问行为面试题回答技巧
请求编码或系统设计练习建议
需要面试前检查清单
Install
npx skills add cosmicstack-labs/mercury-agent-skills --skill interview-prep -g -y
SKILL.md
Frontmatter
{
"name": "interview-prep",
"metadata": {
"tags": [
"interview",
"career",
"job-search",
"preparation",
"behavioral"
],
"author": "cosmicstack-labs",
"version": "1.0.0",
"category": "career"
},
"description": "Behavioral frameworks, technical interview patterns, system design, coding, and negotiation prep"
}
Interview Prep
Systematic preparation for technical and behavioral interviews.
Behavioral Frameworks
STAR for Behavioral Questions
Tell me about a time when...
| Element | What to Cover |
|---|---|
| Situation | Context — project, team, timeline |
| Task | Your specific responsibility |
| Action | What YOU did (not the team) |
| Result | Quantified outcome, what you learned |
Common Questions to Prepare
- "Tell me about yourself" → 60-second career narrative
- "Biggest challenge/project" → STAR with technical depth
- "Conflict with a teammate" → Show emotional intelligence
- "Failure/mistake" → Honest story + what you learned
- "Why this company?" → Research-driven, specific
Technical Interview Prep
Coding
- Practice 2-3 problems daily (LeetCode medium)
- Focus on: Arrays, Hashmaps, Trees, Graphs, DP
- Always: Clarify → Brute force → Optimize → Code → Test
- Think out loud — interviewer wants to hear your process
System Design
Practice these scenarios:
- Design URL shortener (read-heavy, hashing, scaling)
- Design chat system (WebSockets, persistence, presence)
- Design news feed (fan-out, caching, ranking)
- Design rate limiter (token bucket, sliding window, distributed)
Pre-Interview Checklist
- Research company and interviewers on LinkedIn
- Prepare 3 questions to ask at end
- Test your camera, mic, internet
- Have water, notebook, pen ready
- Review your resume and projects
Version History
- 38e2523 Current 2026-07-05 19:37


