Spokes.wiki Search Graph Growth About

agentic-tooling-wiki

Software Source Code source ↗ source url updated Mon Jun 08 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

ai-job-search

ai-job-search (Mads Lorentzen, MIT) is “an AI-powered job application framework built on Claude Code. Fork it, fill in your profile, and let Claude evaluate jobs, tailor CVs, write cover letters, and prepare you for interviews.” A fork-and-customize repo that turns Claude Code into a full job-application assistant — and a clean example of this wiki’s skills + harness + orchestration thesis applied to a non-coding vertical.

Built on Claude Code’s native primitives

The /apply drafter–reviewer pipeline

Parse posting → score fit → draft CV + cover letter in LaTeX → spawn a reviewer subagent that independently researches the company and critiques the draft → drafter revises → compile + visually inspect PDFs → iterate to exact length → present with a checklist. The drafter/reviewer split is a concrete instance of agent-orchestration‘s adversarial verification and the two-agent review of agents-never-do-alone (“eliminating single-pass blind spots”).

Notable design patterns

Significance

Most sources here are coding agents or general frameworks; ai-job-search shows the same skills+harness+subagent pattern generalizing to an everyday non-coding vertical (job hunting), language/country-agnostic. Credits Anthropic’s Claude Code and Mikkel Krogholm’s Danish job CLI skills. Stack: TypeScript 40% / Python 34% / TeX 25%; needs Claude Code CLI, Python 3.10+, Bun, TeX Live (lualatex + xelatex).

Caveat

A personal MIT repo / README — design described by its author, no independent evaluation; portal scraping is Denmark-focused.

agentic-coding-harness · agent-skills · agentskills-spec · agent-orchestration · agents-never-do-alone · claude-code-best-practices · anthropic