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.
npx -y skills add spiralcrew-ou/profilespider-agent-skills --skill job-title-normalizationAssembled 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
- Map to the supplied taxonomy and scale when provided.
- Preserve the original title.
- Report confidence and ambiguity.
- Do not invent seniority not implied by the title.
- Be consistent across identical titles.
Process
- Parse each title.
- Map to role family and department.
- Assign seniority.
- Record confidence and ambiguity.
- 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.