JobHuntAgent
Description
A Claude Code agent that tailors your resume to every job description
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Job Hunt Agent
A Claude Code agent for job hunting: tailors a one-page resume to each job description, scores fit, scrapes postings from job boards, drafts recruiter emails, and tracks everything on a dashboard.
Run it inside **Claude Code**. On first use the agent interviews you once to build a reusable "base template" from your real experience. After that, paste a job description and get a tailored, ATS-checked one-page PDF back.
What you get
- A locked one-page HTML/PDF resume template (
templates/resume_base.html). Layout and CSS never change; only the content does. - A bullet-library + per-job-spec model (
scripts/build_resume.py,scripts/resume_specs.py). Tailoring = selecting, ordering and rephrasing your real bullets toward a JD's own words. Nothing fabricated. - A mechanical QA gate (
scripts/verify_resume.py): fails a resume for more than one page, em/en dashes, too few bullets, too thin, banned filler, an unheld job-title claim, unverified[estimate]markers, non-ATS-parseable layout, or ligature glyphs that break literal keyword matching. - A one-page PDF compiler with auto-fit (
scripts/compile_pdf.py). - An onboarding interview (
ONBOARDING.md) the agent runs to set this up from your existing resume, then asks about salary, roles and locations. - API-key setup guides (
docs/01_SETUP_API_KEYS.md) for the optional Telegram digest, Gmail drafts, and a Supabase + Vercel approval dashboard.
Quick start
Install prerequisites:
- Python 3.10+
- Google Chrome (used to render the PDF)
pip install -r requirements.txtCopy the config templates:
cp config/profile.example.json config/profile.json cp config/resume_rules.example.json config/resume_rules.jsonOpen this folder in Claude Code and say:
**"Set up my base resume."**
The agent follows `ONBOARDING.md`: asks for your current resume (or interviews you from scratch
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11