Stop losing time on generic CVs. Turn your AI agent into a hiring machine.

Works with any AI agent · Free & open-source

NextJob.OS

Clone the repo. Run /init-profile once. Then a slash command per application.

Each command produces one ready-to-use output — company brief, tailored CV, cover letter, interview debrief, follow-up email. All optimized for PDF export.

Try it out $git clone https://github.com/jeremyjdo/nextjob-os.git

# /commands

Init profile /init-profile

Bootstrap your profile.md from a LinkedIn URL, an existing CV, or a quick interactive dialogue.

Company brief /company-brief

One or many companies, by name or URL. Business model, product, culture, red flags, and 5 questions to ask.

Job fit analysis /job-fit

Paste the job text or a URL. Fit score, strong matches, partial matches, gaps, and recommended CV angle.

Tailored CV /cv

One-page A4 HTML CV, experiences selected and rewritten to match the role. PDF-ready via browser print.

Cover letter /cover-letter

Tailored cover letter in the right format (short or long), output as .md + print-ready .html.

Interview debrief /interview-debrief

Analyze a transcript or notes — strengths, weaknesses, interviewer signals, next step recommendation.

Follow-up email /follow-up

Short, specific follow-up after interview or application — never generic, always personalized.

# /preview

Sample output for John Doe applying at Acme — generated by /cv and /cover-letter.

# /how-it-works

01
Clone the repo

Works with any AI agent — Claude Code, Gemini CLI, Codex, or any tool that reads files and writes outputs.

02
Run /init-profile

Bootstrap cv-database/profile.md from your LinkedIn URL or existing CV. One-time setup, your master data.

03
Run commands per application

Paste a job URL or text. Run /job-fit, /cv, /cover-letter. Each command produces one output file.

04
Export PDF from browser

Open any .html file and print — the CV and cover letter are A4-optimized, no extra tools needed.

# /structure

nextjob.os/ ├── CLAUDE.md # agent instructions + command index ├── README.md │ ├── cv-database/ │ └── profile.md # your personal source of truth │ ├── commands/ # slash command prompts │ ├── init-profile.md │ ├── company-brief.md │ ├── job-fit.md │ ├── cv.md │ ├── cover-letter.md │ ├── interview-debrief.md │ ├── follow-up.md │ ├── customize.md │ └── dashboard.md │ ├── templates/ │ ├── cv-template.html │ └── lm-template.html │ └── candidatures/ # generated per application └── YYYY-MM-DD-Company/ ├── entreprise.md ├── analyse-candidature.md ├── lettre-motivation.md / .html # → PDF ├── cv-Company.html # → PDF └── entretiens/ └── YYYY-MM-DD-type/ ├── transcript.md ├── analyse.md └── mail-relance.md
Ready to use. Clone, configure once, run skills for every application.
⬡ GitHub