/ 디렉터리 / 플레이그라운드 / job-hunt-copilot
● 커뮤니티 spontaneousai ⚡ 바로 사용

job-hunt-copilot

제작: spontaneousai · spontaneousai/job-hunt-copilot

Build a personal project library once; auto-generate tailored resumes, interview pitches, and mock interviews for every role you apply to.

A job-hunt skill that separates 'what you've done' from 'what you'll tell this company about it.' You feed in a durable project library. For each role, it generates a tailored resume, a pitch script, and mock interview prompts grounded in the JD and your actual experience.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

job-hunt-copilot-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "job-hunt-copilot-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/spontaneousai/job-hunt-copilot",
        "~/.claude/skills/job-hunt-copilot"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "job-hunt-copilot-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/spontaneousai/job-hunt-copilot",
        "~/.claude/skills/job-hunt-copilot"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "job-hunt-copilot-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/spontaneousai/job-hunt-copilot",
        "~/.claude/skills/job-hunt-copilot"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "job-hunt-copilot-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/spontaneousai/job-hunt-copilot",
        "~/.claude/skills/job-hunt-copilot"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "job-hunt-copilot-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/spontaneousai/job-hunt-copilot",
        "~/.claude/skills/job-hunt-copilot"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "job-hunt-copilot-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/spontaneousai/job-hunt-copilot",
          "~/.claude/skills/job-hunt-copilot"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add job-hunt-copilot-skill -- git clone https://github.com/spontaneousai/job-hunt-copilot ~/.claude/skills/job-hunt-copilot

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: job-hunt-copilot

Tailor your resume to a specific JD without starting over

👤 Job seekers who send 5+ applications a week ⏱ ~15 min beginner

언제 쓸까: You found a role, you have a base resume, you don't want to rewrite from scratch.

사전 조건
  • Project library set up — Follow SKILL.md to populate projects.md with detailed project notes once
  • Skill installed — git clone https://github.com/spontaneousai/job-hunt-copilot ~/.claude/skills/job-hunt-copilot
흐름
  1. Paste the JD
    Use job-hunt-copilot. Here's the JD: [...]. Tailor my resume to it using my project library.✓ 복사됨
    → Resume with bullets reshuffled and reworded to match JD keywords — without inventing experience
  2. Verify honesty
    Show me any bullet where the framing is a stretch from my actual project notes.✓ 복사됨
    → Flags for review, not a clean 'all good'
  3. Export
    Save as resume-acme-senior-pm.md and also convert to PDF.✓ 복사됨
    → File saved with clean filename

결과: A tailored resume per role in ~10 minutes, same facts, different emphasis.

함정
  • Hallucinated accomplishments — Always use the honesty-check step; your project library is the source of truth
함께 쓰기: filesystem

Generate a 2-minute 'tell me about yourself' pitch for a role

👤 Interviewees preparing for first-round screens ⏱ ~20 min beginner

언제 쓸까: You have a screen in 24 hours.

흐름
  1. Align pitch to JD
    Use job-hunt-copilot. Write my 2-min pitch for this role [JD]. Emphasize the projects that map to their top 3 requirements.✓ 복사됨
    → Script with natural flow, not a resume readout
  2. Practice variants
    Now give me a 45-second version and a 5-minute version.✓ 복사됨
    → Three lengths, same core

결과: A pitch that sounds like you, tuned to the role.

함정
  • Sounding robotic — Read aloud; trim anything that feels LinkedIn-flavored

Run a mock interview for a specific role

👤 Candidates with a real interview soon ⏱ ~45 min intermediate

언제 쓸까: You want to rehearse the likely questions.

흐름
  1. Set up the role context
    Use job-hunt-copilot. Act as a hiring manager for this role [JD] doing a behavioral interview. Ask me questions one at a time.✓ 복사됨
    → One question, waits for answer, then probes
  2. Get feedback
    After we finish, critique my answers — structure, specificity, signal.✓ 복사됨
    → Per-answer feedback with improvement hooks

결과: A rehearsed set of stories for the interview.

함정
  • Mock becomes chummy and doesn't probe — Tell Claude to be skeptical and ask follow-up 'why' questions

조합

다른 MCP와 조합해 10배 효율

job-hunt-copilot-skill + filesystem

Keep a structured folder per role: JD, resume version, pitch, notes

For every new role, create jobs/<company>/<role>/ with JD, resume, pitch, and interview notes.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
tailor_resume JD, base resume, project library Per role application 0
pitch_script JD, focus projects Before a screen 0
mock_interview role type, rounds Rehearsal 0
honesty_check resume draft After tailoring, before sending 0

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
Modest per role; the library doc is the biggest token cost
금액
Free
Keep projects.md well-organized — smaller, dense entries beat long narratives.

보안

권한, 시크릿, 파급범위

자격 증명 저장: None
데이터 외부 송신: Project library and JDs sent to Claude API

문제 해결

자주 발생하는 오류와 해결

Tailored resume invents claims

Your project library may be too sparse; expand it so tailoring has real material to pull from

확인: Open projects.md and check each entry has metrics and details
Pitch sounds LinkedIn-y

Prompt for 'natural spoken words, not buzzwords'; read aloud

대안

job-hunt-copilot 다른 것과 비교

대안언제 쓰나단점/장점
ChatGPT + manual tailoringOne-off applicationsNo persistent library; you repeat yourself
Teal / JobScanKeyword matching onlyNo narrative tailoring

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기