
job-search for coding agents
github.com/agent-data/job-search →Give your coding agent a job hunt skill
WHAT IT SOLVES
Job hunting means juggling LinkedIn, Indeed, and a dozen tabs. ChatGPT can give advice but can't actually go look for you
WHY IT'S INTERESTING
Runs on 4 different agent platforms
Not just a Claude Code hack — ship with plugins for Claude Code, Codex, Cursor, and Factory. Maintaining four adapters in parallel means the author actually wants this used, not just starred
Framed job search as skills, not a single prompt
v0.8.0 overhauled the whole thing into composable skills — search, filter, summarize as separate modules. Most projects dump one giant prompt. This lets the agent decide which skill to invoke, which is how agents should actually work
497 commits and counting
For a side project on GitHub with 25 stars, that's a serious commit count — this isn't a weekend throwaway
TECH GUESS
TypeScript with platform-specific plugin manifests; shared core logic across all four adapters
Discussion (0)
- No comments yet — be the first.
Related
#190▶ 180Finally, latexdiff without the terminal
#188▶ 185When AI agents need to do code review on each other
#187▶ 176Someone actually brought Claude Code into full Visual Studio, not VS Code