Job description analyzer
π Agent skills distilled from technical books β AI Engineering, Context Engineering, Designing Data-Intensive Applications, and more. Agent-agnostic, plain Markdown. Give your AI agent a bookshelf.
npx -y skills add ebarti/skills --skill job-description-analyzerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Parses a raw job description into a structured TargetProfile β role, seniority, must-have vs nice-to-have requirements, hard/soft skills, responsibilities, ATS keywords, and a truthful crossover (their-term β your-term) map. Distilled from "Resumes For Dummies" (AI-era ed.). Built for automated pipelines (e.g. JobHunter) as the shared front-end that feeds both resume tailoring and scoring. Use this skill when: - Turning a job posting into structured requirements before tailoring a resume - Separating must-have from nice-to-have qualifications - Splitting hard skills (tools/certs) from soft skills - Extracting ATS keywords to mirror truthfully - Inferring a role's target seniority and focus - Building a crossover map between a JD's wording and a candidate's vocabulary - Providing a TargetProfile to resume-content-writer or resume-fit-scorer
SKILL.md
2.7 KB, as published. Nobody here has run it
job-description-analyzer
Converts a messy job posting into one clean, machine-usable TargetProfile: what's required vs preferred, the hard and soft skills, the responsibilities, the exact ATS keywords to mirror, the inferred seniority/focus, and a truthful crossover map. This is the shared source of truth so tailoring and scoring agree on the target. Built from "Resumes For Dummies" (AI-era ed.), chapters 1, 3, 5, 6.
Role in the JobHunter pipeline
[job-description-analyzer] β resume-content-writer β resume-fit-scorer
TargetProfile ββββββββββββββββ΄ββββββββββββββββββββββββ
(one source of truth feeds both tailoring and scoring)
See workflows/analyze-job-description.md for the full I/O contract and the TargetProfile schema.
Quick Start
- Read
guidelines.mdβ it routes from your task/symptom to the right files. - For an end-to-end analysis, follow
workflows/analyze-job-description.md. - Load only the reference files the guidelines point to.
- Emit a
TargetProfile(or the caller'soutput_schema); keep crossover mappings truthful.
Contents
References
| Category | Files | Purpose |
|---|---|---|
references/requirement-extraction/ | knowledge, rules, examples | JD anatomy; must vs nice; hard vs soft skills; seniority inference |
references/keywords-and-crossover/ | knowledge, rules, examples | ATS keywords; crossover mapping; over-cloning risk |
Workflows
| Task | Workflow |
|---|---|
| Analyze a JD into a structured TargetProfile | workflows/analyze-job-description.md |
Guidelines
See guidelines.md for task/symptom-based file selection, a decision tree, the full file index, and common combinations.