agentsclimarketplace

Job description analyzer

Skill ebarti/skills/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.

Install
npx -y skills add ebarti/skills --skill job-description-analyzer

Assembled 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

  1. Read guidelines.md β€” it routes from your task/symptom to the right files.
  2. For an end-to-end analysis, follow workflows/analyze-job-description.md.
  3. Load only the reference files the guidelines point to.
  4. Emit a TargetProfile (or the caller's output_schema); keep crossover mappings truthful.

Contents

References

CategoryFilesPurpose
references/requirement-extraction/knowledge, rules, examplesJD anatomy; must vs nice; hard vs soft skills; seniority inference
references/keywords-and-crossover/knowledge, rules, examplesATS keywords; crossover mapping; over-cloning risk

Workflows

TaskWorkflow
Analyze a JD into a structured TargetProfileworkflows/analyze-job-description.md

Guidelines

See guidelines.md for task/symptom-based file selection, a decision tree, the full file index, and common combinations.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.