agentsclimarketplace

Job title normalization

Skill spiralcrew-ou/profilespider-agent-skills/job-title-normalization

24 free SKILL.md skills for Claude Code & compatible agents: qualify leads, research companies, clean lists.

Install
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill job-title-normalization

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

  • 6 stars6 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

Converts inconsistent job titles into standardized role, department, and seniority labels. Use when the user provides records with free-text titles and wants consistent role family, department, and seniority fields.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.9 KB, as published. Nobody here has run it

Job Title Normalization

Purpose

Convert inconsistent job titles into standardized role, department, and seniority labels.

When to use this skill

  • Standardizing titles for segmentation or routing
  • Filtering a list by seniority reliably
  • Mapping titles to departments for targeting
  • Cleaning multi-source contact data

When not to use this skill

  • The records have no title field
  • Titles are in languages you have not configured
  • You need verified org-chart data

Required inputs

  • Records containing job titles

Optional inputs

  • A role-family taxonomy
  • A seniority scale
  • Department definitions

Rules

  1. Map to the supplied taxonomy and scale when provided.
  2. Preserve the original title.
  3. Report confidence and ambiguity.
  4. Do not invent seniority not implied by the title.
  5. Be consistent across identical titles.

Process

  1. Parse each title.
  2. Map to role family and department.
  3. Assign seniority.
  4. Record confidence and ambiguity.
  5. Output original and normalized values.

Output format

Return one record per title with the following fields:

  • original_title
  • normalized_title
  • role_family
  • department
  • seniority
  • confidence
  • ambiguity_notes

Validation

  • Confirm identical titles map identically.
  • Confirm low-confidence rows are flagged.
  • Confirm seniority is implied by the title.

Limitations

  • Titles vary by company; mapping is heuristic.
  • Inflated or vague titles may misstate seniority.

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.