blog.dopana

Back

Job Searching Doesn’t Have to Be Painful#

Ever spent your entire Sunday writing cover letters? AI Job Search is an AI-powered job application framework that turns Claude Code into a full-stack job application assistant.

[!NOTE] Created by a geophysicist who lost their position, this framework helped them land a job as an AI Engineer. 69 tailored applications, 20 first interviews, one signed contract.

A structured workflow turning Claude Code into a job search assistant:

flowchart LR
    A["/setup"] --> B[Fill in your profile]
    C["/scrape"] --> D[Search job portals]
    E["/apply URL"] --> F[Evaluate fit + Tailor CV + Cover Letter]
    F --> G[Reviewer agent critiques]
    G --> H[Final output]

Core Commands#

CommandDescription
/setupFill in your profile
/scrapeSearch multiple job portals
/apply <url>Evaluate fit, draft CV + Cover Letter
/interviewPrepare for interviews
/outcomeRecord application outcomes

Installation#

gh repo fork MadsLorentzen/ai-job-search --clone
cd ai-job-search
bash

[!TIP] The core workflow (self-profiling, fit evaluation, application pipeline) is language- and country-agnostic. Job portal search skills are built for the Danish market but designed to be swapped.

Conclusion#

AI Job Search proves AI can meaningfully help with job searching. The framework got its creator hired — now it’s yours.

🔗 Repository: github.com/MadsLorentzen/ai-job-search