I built an AI job search system with Claude Code that scored 740+ offers and landed me a job. Just open sourced it.

LLMs 1.8K points 137 comments 1 month ago

`Edit: title should say "scored 740+ listings" not "offers": it evaluated 740+ job postings, not 740 actual job offers. my bad on the wording.` A few weeks ago I shared a video of this system on r/SideProject (534 upvotes). A lot of people asked for the code, so I cleaned it up and open sourced it. **What it is:** A Claude Code project that turns your terminal into a job search command center. You paste a job URL, and it evaluates the offer, generates a tailored PDF resume, and tracks everything. **How Claude helps:** Claude Code reads a CLAUDE.md with 14 skill modes and acts as the engine for everything — evaluating fit across 10 dimensions, rewriting your CV per listing, scanning 45+ company career pages, preparing STAR interview stories, even filling application forms. It's not a wrapper around an API — it's Claude Code with custom skills. **What's in the repo:** * 14 skill modes (evaluate, scan, PDF, batch, interview prep, negotiation...) * Go terminal dashboard (Bubble Tea) to browse your pipeline * 45+ companies pre-configured (Anthropic, OpenAI, ElevenLabs, Stripe...) * ATS-optimized PDF generation via Playwright * Onboarding wizard — Claude walks you through setup in 5 minutes * Scoring system focused on quality over quantity (this is NOT a spray-and-pray tool) **Important:** The system is designed to help you apply only where there's a real match. It scores fit so you focus on high-quality applications instead of wasting everyone's time. Always review before submitting. Free, MIT licensed, no paid tiers: https://github.com/santifer/career-ops Full case study with architecture: https://santifer.io/career-ops-system I used it to evaluate 740+ offers before landing my current role as Head of Applied AI. Happy to answer questions about the architecture or how to customize it for your own search.

More from r/ClaudeAI