The Hottest Job-Search App Is a Repo You Fork Mads Lorentzen, a laid-off geophysicist, built ai-job-search, a Claude Code framework that hit 33,000 stars and nearly 12,000 forks on GitHub after reaching #1 trending in July. The repo, which helped him land a job as an AI engineer after 69 applications and 20 interviews, is a folder of markdown instructions and CLI tools that runs entirely within Anthropic's Claude Code, with no backend, accounts, or telemetry. Its drafter-reviewer agent pattern and quality-over-quantity approach distinguish it from mass-apply bots, reflecting a new distribution model for personal agent software. AI https://sourcefeed.dev/c/ai Article The Hottest Job-Search App Is a Repo You Fork A laid-off geophysicist's Claude Code framework hit 33k stars — and shows how personal agent software ships now. Rachel Goldstein https://sourcefeed.dev/u/rachel goldstein When Mads Lorentzen's geophysics position was cut in late 2025, he did what a certain kind of engineer does: he built tooling for the problem. Sixty-nine tailored applications and twenty first interviews later, he signed a contract as an AI engineer, then published the whole pipeline as ai-job-search https://github.com/MadsLorentzen/ai-job-search under MIT. It hit 1 on GitHub trending in July and now sits at roughly 33,000 stars with nearly 12,000 forks. The job-search framing is what got it trending. It's not the interesting part. The interesting part is that one of the fastest-growing repos of 2026 isn't a SaaS product, a web app, or even really a program. It's a folder of markdown instructions, slash commands, and small CLI tools that only does anything when you drop it into Claude Code https://www.anthropic.com/claude-code . The tagline — "fork it and own it" — is a distribution model, and I think it's the one a lot of personal software is about to adopt. What you're actually forking Strip away the career-coach framing and the architecture is a legitimately well-built agent pipeline. /setup interviews you and builds your profile into CLAUDE.md and supporting skill files — plain markdown, version-controlled, greppable, no database. /scrape runs job-portal searches through small Bun CLIs that live under .agents/skills/ , each following a standard output contract, then deduplicates and ranks results by fit. /apply