Open-source AI job search system built with Claude Code evaluates offers, generates tailored resumes

What it is
A developer has open-sourced a job search system built with Claude Code 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. The developer used it to evaluate 740+ offers before landing a role as Head of Applied AI.
How it works
The system uses Claude Code as the engine, reading a CLAUDE.md file with 14 skill modes. It's not a wrapper around an API — it's Claude Code with custom skills. Key functions include:
- Evaluating job fit across 10 dimensions
- Rewriting your CV per job listing
- Scanning 45+ company career pages (including Anthropic, OpenAI, ElevenLabs, Stripe)
- Preparing STAR interview stories
- Filling application forms
What's in the repository
- 14 skill modes: evaluate, scan, PDF, batch, interview prep, negotiation, and others
- Go terminal dashboard built with Bubble Tea to browse your pipeline
- 45+ companies pre-configured
- ATS-optimized PDF generation via Playwright
- Onboarding wizard where Claude walks you through setup in 5 minutes
- Scoring system focused on quality over quantity (not a spray-and-pray tool)
Important notes
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. The developer emphasizes always reviewing before submitting. The project is free, MIT licensed, with no paid tiers.
📖 Read the full source: r/ClaudeAI
👀 See Also

Interact MCP: Faster Web Browsing for Claude Code with Persistent Chromium
Interact MCP is a Model Context Protocol tool that keeps a persistent Chromium browser in-process, reducing browser action times from 2-5 seconds to 5-50ms after the initial call. It features a ref system for element interaction without CSS selectors and includes 46 tools for web automation.

Ollama's Technical Issues and Community Controversy
Ollama, a popular local LLM tool, faces criticism for downplaying its reliance on llama.cpp, license compliance issues, and technical problems with its custom backend including performance regressions and reintroduced bugs.

Claude Pulse Browser Extension Surfaces Token Counts, Cache Timers, and Rate Limits on Claude.ai
Claude Pulse is a client-side Chrome extension that adds a real-time dashboard to Claude.ai showing per-message token counts, total context usage, prompt cache expiry timer, and rate limit progress bar. Also includes chat export to Markdown.

Introducing operate.txt: A YAML spec for AI agents navigating SaaS products
A developer created operate.txt, a YAML file hosted at yourdomain.com/operate.txt that documents screen details, loading states, irreversible actions, and step-by-step paths for AI agents using computer use features. The spec addresses issues like Claude asking 'is this broken?' during legitimate loading screens.