/ 디렉터리 / 플레이그라운드 / career-ops
● 커뮤니티 santifer ⚡ 바로 사용

career-ops

제작: santifer · santifer/career-ops

14-mode job search system — resume tuning, JD matching, cover letters, batch application PDFs, Go dashboard.

career-ops packages the whole job-hunt flow as Claude Code skills: resume tuning against each JD, cover letter drafting in your voice, batch PDF generation, application tracking via a small Go dashboard. Built for volume — people who are applying to 50+ roles.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

준비됨

설치

클라이언트 선택

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

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

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

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

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

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

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

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

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "career-ops-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/santifer/career-ops",
        "~/.claude/skills/career-ops"
      ]
    }
  ]
}

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

~/.config/zed/settings.json
{
  "context_servers": {
    "career-ops-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/santifer/career-ops",
          "~/.claude/skills/career-ops"
        ]
      }
    }
  }
}

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

claude mcp add career-ops-skill -- git clone https://github.com/santifer/career-ops ~/.claude/skills/career-ops

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

사용 사례

실전 활용법: career-ops

Apply to 30 roles with tuned resumes and cover letters in an afternoon

👤 Job seekers, especially mid-career switching roles ⏱ ~180 min intermediate

언제 쓸까: You've saved 30 JDs and each wants a slightly different resume angle.

사전 조건
  • Skill installed — git clone https://github.com/santifer/career-ops ~/.claude/skills/career-ops
  • Base resume in Markdown — Convert current resume to /career/resume-base.md
흐름
  1. Ingest JDs
    Use career-ops. Load JDs from /career/jds/. For each, score my resume match + identify the 3 highest-leverage tweaks.✓ 복사됨
    → Scorecard per JD with concrete tweak suggestions
  2. Tune + cover letter
    For each JD: produce a tuned resume + cover letter. Save to /career/applications/<company>/✓ 복사됨
    → Per-company folder with both docs
  3. Render PDFs
    Render every .md to PDF. Verify page count <= 2 for resumes.✓ 복사됨
    → PDFs generated; page counts reported

결과: A stack of tuned application packets, ready to submit in batch.

함정
  • Over-tuning — resumes look inconsistent across applications — The skill preserves your narrative spine; review a few manually
함께 쓰기: filesystem

Run the Go dashboard to track applications

👤 Job seekers needing kanban-style visibility ⏱ ~15 min beginner

언제 쓸까: You've applied to 30+ places and lost track of who's at what stage.

사전 조건
  • Go installedbrew install go or grab from go.dev
흐름
  1. Start dashboard
    Use career-ops to start the dashboard on localhost:7070.✓ 복사됨
    → Dashboard visible with current apps
  2. Update status
    Move "Acme Co" to "interview-scheduled" for April 30 10am.✓ 복사됨
    → Card updated on board
  3. Weekly review
    What's stale (no action in 14 days)? What's my response rate?✓ 복사됨
    → Stats + stale-item list

결과: A working pipeline view, not a mental juggle.

함정
  • Dashboard DB isn't backed up — Add the DB path to your dotfiles sync or back it up manually

조합

다른 MCP와 조합해 10배 효율

career-ops-skill + filesystem

Organize per-company folders

Save all applications under /career/applications/<slug>/ with a standard structure.✓ 복사됨
career-ops-skill + humanizer-skill

Make cover letters not sound AI

Run humanizer on the cover letter before rendering PDF.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
score_jd_match resume, jd Per-JD triage 0
tune_resume base, jd, tweaks Once you commit to applying 0
draft_cover_letter resume, jd, voice_samples Always after resume 0
render_pdf md_path Final output stage 0
dashboard_start port? Tracking mode 0

비용 및 제한

운영 비용

API 쿼터
N/A
호출당 토큰
High in batch mode — expect significant token use per batch
금액
Free (MIT)
Batch 5 at a time, not 30 — you'll catch voice drift and recalibrate

보안

권한, 시크릿, 파급범위

최소 스코프: filesystem-read filesystem-write
자격 증명 저장: Dashboard DB local
데이터 외부 송신: None

문제 해결

자주 발생하는 오류와 해결

PDF rendering fails

LaTeX or Typst must be installed. Skill tells you which path it uses — install accordingly.

Dashboard port in use

Pass --port 7171

확인: `lsof -i :7070`
Cover letters all sound identical

Per-company personalization is on by default; increase the per-JD research step depth

대안

career-ops 다른 것과 비교

대안언제 쓰나단점/장점
Huntr / TealYou want a polished SaaS job trackerNot LLM-integrated; manual data entry
A plain spreadsheet + Word templateYou're only applying to a few rolesNo automation on the tuning side

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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