# Career-Ops — Claude Code Job Search Skill System > Career-Ops is a Claude Code skill system for job search: 14 modes, batch eval via `claude -p`, and a Go dashboard with PDF output (44.5k★). ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash git clone https://github.com/santifer/career-ops.git cd career-ops && npm install npx playwright install chromium claude # open Claude Code in this directory ``` ## Intro Career-Ops is a Claude Code skill system for job search: 14 modes, batch eval via `claude -p`, and a Go dashboard with PDF output (44.5k★). **Best for:** Candidates who want a repeatable “job → eval → tailor → apply” loop instead of ad-hoc copy/paste across job sites **Works with:** Claude Code (slash commands), Node.js tooling, and Playwright (for PDF generation); also supports Gemini CLI integration **Setup time:** 10-25 minutes ## Main - **Mode-driven workflow**: the README documents 14 modes (skills) so you can run consistent steps for evaluation and tailoring. - **Batch processing**: supports parallel evaluation with `claude -p` workers—useful when screening many job posts. - **PDF output**: integrates Playwright to generate PDFs, which makes it easier to share or archive tailored materials. - **Dashboard + structure**: includes a Go dashboard/TUI so you can inspect runs and keep the system organized over time. ### FAQ - **Do I need Playwright?**: Only if you want PDF generation; you can still run the core evaluation loop without it. - **Can I use Gemini CLI?**: Yes. The README includes a Gemini CLI integration section (native CLI or API script). - **What is the safest first run?**: Install deps, open Claude Code, then test on one job URL before batch processing. ## Source & Thanks > Source: https://github.com/santifer/career-ops > License: MIT > GitHub stars: 44500 · forks: 9342 --- ## Quick Use ```bash git clone https://github.com/santifer/career-ops.git cd career-ops && npm install npx playwright install chromium claude # 在该目录打开 Claude Code ``` ## Intro Career-Ops 是基于 Claude Code 的求职自动化技能系统:含 14 种模式、`claude -p` 批量评估、Playwright PDF 生成与 Go 仪表盘(44500★)。 **Best for:** 希望把“职位→评估→定制→投递”做成可重复流程,而不是在各平台手工复制粘贴的人 **Works with:** Claude Code(slash commands)、Node.js 工具链与 Playwright(生成 PDF);同时提供 Gemini CLI 集成路径 **Setup time:** 10-25 minutes ## Main - **模式驱动流程**:README 明确给出 14 种 mode(skills),让评估/定制可以按步骤稳定执行。 - **批量处理**:支持 `claude -p` 并行 worker 评估,适合一次筛很多岗位。 - **PDF 产出**:用 Playwright 生成 PDF,便于归档/分享与跨平台投递。 - **仪表盘与结构化**:提供 Go dashboard/TUI,方便长期维护与回看运行结果。 ### FAQ - **一定要装 Playwright 吗?**: 只有你需要 PDF 输出时才需要;核心评估流程不依赖它也能跑。 - **可以用 Gemini CLI 吗?**: 可以。README 有 Gemini CLI 集成(原生 CLI 或 API 脚本)。 - **第一次怎么跑最稳?**: 装好依赖后先在 Claude Code 里用 1 个职位链接试跑,再考虑批量。 ## Source & Thanks > Source: https://github.com/santifer/career-ops > License: MIT > GitHub stars: 44500 · forks: 9342 --- Source: https://tokrepo.com/en/workflows/career-ops-claude-code-job-search-skill-system Author: Skill Factory