Parse Cv banner
cventour cventour

Parse Cv

Data community

Description

--- description: Parse your uploaded CV (templates/cv/*.pdf) into structured context at data/profile.md, used by prioritization, curation, and applying. --- Parse my CV into `data/profile.md`. Steps: 1. Find the CV to parse: - `ls -t templates/cv/*.pdf 2>/dev/null | head -1` — the newest uploaded PDF. - If none exists, tell me to upload my CV on the dashboard (CV section) first, and stop. 2. **Read** that PDF with the Read tool (it renders PDFs). Extract: - `titles` — roles I've held

Installation

Installs to ~/.claude/commands/cventour-jobseeker-parse-cv.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cventour/jobseeker/HEAD/.claude/commands/parse-cv.md -o ~/.claude/commands/cventour-jobseeker-parse-cv.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository