AI Job Search is an open-source framework that turns Claude Code into a full-stack job application assistant. Fork the repo, runDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/SudharakaA/ai-job-search/llms.txt
Use this file to discover all available pages before exploring further.
/setup once to load your profile, then use three commands — /scrape, /apply, and /upskill — to automate the tedious parts of your job search while keeping you in control of every decision.
Quickstart
Fork the repo, install prerequisites, and run your first
/apply in under 10 minutes.Setup Guide
Load your profile from a documents folder, a single CV, or an interactive interview.
Core Workflow
Understand the full scrape → evaluate → draft → review → compile pipeline.
Command Reference
Complete reference for all eight Claude Code slash commands.
How it works
The framework encodes career guidance best practices into a structured, three-phase workflow:Build your profile
Run
/setup inside Claude Code. Choose from three onboarding paths: read your documents/ folder (CV PDFs, LinkedIn export, diplomas, references), import a single CV, or walk through a structured interview. Your profile is stored in plain Markdown files you can edit at any time.Find matching jobs
Run
/scrape to search multiple job portals simultaneously. The framework deduplicates results across runs, scores each posting against your profile, and presents matches sorted by fit — high, medium, or low. Pick a match and hand it directly to /apply.Generate your application
Run
/apply <url> with any job posting URL or pasted text. A drafter agent writes a tailored CV and cover letter in LaTeX; a separate reviewer agent researches the company and critiques the drafts; the drafter revises. Both PDFs are compiled, visually inspected, and ATS-verified before the final output is presented to you.Key capabilities
Drafter-Reviewer Pipeline
Two separate Claude agents — one drafts, one critiques — produce higher-quality applications than a single pass.
PDF Compilation & Inspection
Every CV and cover letter is compiled to PDF and visually verified for layout correctness before you see it.
ATS Keyword Verification
The CV’s embedded text layer is extracted and checked the way an applicant-tracking system actually reads it.
Job Portal Search Tools
Built-in CLI tools for LinkedIn, Jobindex, Jobnet, Jobbank, and Jobdanmark. Add your own with
/add-portal.Skill Gap Analysis
/upskill compares your profile against tracked jobs, produces a gap heatmap, and generates a learning plan with curated study resources.Custom LaTeX Templates
Register your own CV or cover letter template with
/add-template. It test-compiles and wires into /apply automatically.The core workflow — profile, evaluation, and the drafter-reviewer pipeline — is language- and country-agnostic. The bundled job portal tools target the Danish market, but you can add portals for any market with
/add-portal.