career-ops
A job search system built on Claude Code: 14 modes via slash commands. Paste a job URL, the agent evaluates it, generates an ATS-optimized PDF resume with keyword injection, drafts a cover letter, and adds a row to your tracker. It scans 45+ companies and 19 queries via the Greenhouse, Ashby, Lever and Wellfound APIs, keeps a STAR story bank for interviews, and drives it all from a Go terminal dashboard. Installs via `npx @santifer/career-ops init`.
Strengths
- End-to-end pipeline: job scan, evaluation, ATS resume, cover letter, tracking, interview prep, without leaving Claude Code
- Real ATS adapters (Greenhouse, Ashby, Lever, Wellfound) rather than brittle page scraping
- Textbook case of the ops-Claude-Code pattern: it inspired regional clones and an apartment hunt within weeks
Limitations
- The ATS-optimized resume with keyword injection still needs a human pass: over-stuffing backfires with recruiters
- Young and volatile project: structure and commands may shift quickly between versions
- Go terminal dashboard: great for a technical profile, less obvious for a total beginner
Best for
- Understanding by example how to turn a concrete personal goal into an agentic pipeline
- PM, PO or designer actively job hunting who wants to see agents applied to a real task rather than a demo
- Anyone wanting to dissect a battle-tested, large-scale Claude Code skills architecture