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

career-ops

제작: santifer · santifer/career-ops

14가지 모드 구직 시스템 — 이력서 조정, JD 매칭, 자기소개서, 일괄 지원서 PDF, Go 대시보드.

Career-ops는 전체 구직 흐름을 Claude Code 기술로 패키지합니다. 각 JD에 대한 조정 재개, 음성으로 자기 소개서 초안 작성, 일괄 PDF 생성, 작은 Go 대시보드를 통한 지원 추적 등이 있습니다. 규모를 고려하여 구축됨 — 50개 이상의 역할에 지원하는 사람들.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

준비됨

설치

클라이언트 선택

~/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

오후에 조정된 이력서와 자기소개서를 통해 30개 직무에 지원하세요.

👤 구직자, 특히 중간 경력 전환 역할 ⏱ ~180 min intermediate

언제 쓸까: 30개의 JD를 저장했고 각각 약간 다른 재개 각도를 원합니다.

사전 조건
  • 스킬 장착 — 자식 클론 https://github.com/santifer/career-ops ~/.claude/skills/career-ops
  • Markdown의 기본 이력서 — 현재 이력서를 /career/resume-base.md로 변환
흐름
  1. JD 수집
    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. 튜닝 + 자기 소개서
    For each JD: produce a tuned resume + cover letter. Save to /career/applications/<company>/✓ 복사됨
    → Per-company folder with both docs
  3. PDF 렌더링
    Render every .md to PDF. Verify page count <= 2 for resumes.✓ 복사됨
    → PDFs generated; page counts reported

결과: 일괄적으로 제출할 준비가 된 조정된 애플리케이션 패킷 스택입니다.

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

Go 대시보드를 실행하여 애플리케이션 추적

👤 칸반 스타일의 가시성이 필요한 구직자 ⏱ ~15 min beginner

언제 쓸까: 30개 이상의 장소에 지원했는데 누가 어느 단계에 있는지 파악하지 못했습니다.

사전 조건
  • 설치하러 가기brew install go 또는 go.dev에서 가져오기
흐름
  1. 대시보드 시작
    Use career-ops to start the dashboard on localhost:7070.✓ 복사됨
    → Dashboard visible with current apps
  2. 상태 업데이트
    Move "Acme Co" to "interview-scheduled" for April 30 10am.✓ 복사됨
    → Card updated on board
  3. 주간 검토
    What's stale (no action in 14 days)? What's my response rate?✓ 복사됨
    → Stats + stale-item list

결과: 정신적인 저글링이 아닌 작동하는 파이프라인 보기입니다.

함정
  • 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

모든 애플리케이션을 /career/applications/<slug>/ 아래에 표준 구조로 저장합니다.✓ 복사됨
career-ops-skill + humanizer-skill

Make cover letters not sound AI

PDF를 렌더링하기 전에 커버레터에 휴머나이저를 실행하세요.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
score_jd_match resume, jd JD별 심사 0
tune_resume base, jd, tweaks 일단 신청하겠다고 약속하면 0
draft_cover_letter resume, jd, voice_samples 재개 후 항상 0
render_pdf md_path 최종 출력 단계 0
dashboard_start port? 추적 모드 0

비용 및 제한

운영 비용

API 쿼터
N/A
호출당 토큰
배치 모드에서 높음 - 배치당 상당한 토큰 사용이 예상됩니다.
금액
무료(MIT)
30개가 아닌 한 번에 5개 배치 - 음성 드리프트를 포착하고 재보정하게 됩니다.

보안

권한, 시크릿, 파급범위

최소 스코프: filesystem-read filesystem-write
자격 증명 저장: 대시보드 DB 로컬
데이터 외부 송신: None

문제 해결

자주 발생하는 오류와 해결

PDF 렌더링 실패

LaTeX나 Typst가 설치되어 있어야 합니다. Skill은 어떤 경로를 사용하는지 알려줍니다. 그에 따라 설치하세요.

사용 중인 대시보드 포트

--포트 7171 전달

확인: `lsof -i :7070`
자기 소개서는 모두 동일하게 들립니다.

회사별 개인화는 기본적으로 켜져 있습니다. JD당 연구 단계 깊이를 늘립니다.

대안

career-ops 다른 것과 비교

대안언제 쓰나단점/장점
Huntr / Teal세련된 SaaS 작업 추적기를 원합니다.LLM 통합이 아닙니다. 수동 데이터 입력
A plain spreadsheet + Word template몇 가지 역할에만 지원하고 있습니다.튜닝 측면에는 자동화가 없습니다.

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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