English

Claude Skills for Recruiters: Build an AI Sourcing Stack in 2026

Skills turn Claude from a chat window into a sourcing teammate with a defined job.

TL;DR: Claude skills for recruiters are reusable instruction packages that teach Claude one recruiting jobsourcing candidates, screening resumes, drafting outreach, or assembling pipeline reports. The stack worth installing in 2026 has three layers: candidate data (the Lessie skill), document handling (Anthropic's official document skills for resumes and reports), and your own custom skills that encode your outreach voice and screening rubric. Most of it is free, and installation is one command.

Recruiters spent 2025 pasting job descriptions into chat windows and copying the answers back into spreadsheets. Skills change the shape of that work: a skill is a folder with a SKILL.md instruction fileplus optional scripts and templatesthat Claude loads automatically whenever a task matches. Your sourcing playbook stops living in one recruiter's chat history and becomes standard equipment for the whole desk.

This guide covers the skills worth installing first, grouped by recruiting job. New to the format? Our best Claude skills roundup covers how skills work under the hood.

What Can Claude Skills Do for Recruiting?

With the right skills installed, Claude stops being a writing assistant and starts running repeatable recruiting workflows:

  • Candidate sourcing pull a list of senior Rust engineers in Berlin with open-source activity, contact info included.
  • Resume screening read 40 resumes against your rubric and return a ranked shortlist with evidence for every score.
  • Personalized outreach draft first-touch messages grounded in each candidate's actual work, in your voice.
  • Pipeline reporting compile weekly funnel metrics into a formatted spreadsheet and a hiring-manager deck.
Your next shortlist is one prompt away. The Lessie skill lets Claude search 100+ live sources for candidates in about 1.9 secondsverified contact info included.
Source candidates from your terminal →

The Claude Recruiting Stack, by Job

Candidate data who you hire.

1

Lessie Skill

Best for candidate sourcing, talent mapping, and contact enrichment

Lessie is the data layer of a recruiting skill stack: it gives Claude live access to people data instead of training-data guesses. Ask for "embedded engineers in Poland with automotive experience, open to relocation signals," and the Lessie skill returns a scored list with background summaries and contact detailsthe groundwork of technical sourcing done in seconds instead of Boolean-search evenings.

It covers the outreach side too: the same skill enriches candidates with verified emails at 95% accuracy, so sequences launch from real inboxes, not guessed patterns. Because it runs inside Claude, the search, the shortlist notes, and the outreach draft happen in one conversation instead of five tabs.

Honest con: Lessie is focused on finding and enriching peoplepair it with the document skills below for resume screening. Contact enrichment uses credits.

Best for: Niche talent sourcing, talent-pool mapping, verified contact enrichment
Install: npx skills add LessieAI/lessie-skill -y -g
Notable: 100+ live sources, ~1.9s search, works in Claude Code, Codex, and any MCP agent

Documents resumes in, reports out.

2

Anthropic Document Skills (PDF, DOCX, XLSX, PPTX)

Best for resume screening and pipeline reporting

Anthropic's official document skills let Claude read and produce real files: PDFs and Word documents in, spreadsheets and slide decks out. For a recruiting desk that means batch resume screeningdrop a folder of applications and a rubric, get back a ranked table with the evidence behind every scorethe same job our AI resume screener does in the browser.

The reporting direction is just as useful: weekly pipeline numbers become a formatted XLSX and a hiring-manager PPTX without anyone touching a template. Honest con: screening quality is only as good as the rubric you writeinvest in that once, then reuse it as a skill.

Best for: Bulk resume reading, ranked shortlists, funnel reports
Install: Ships with Claude; docs at platform.claude.com
Notable: Official Anthropic skills, maintained with the platform

Your playbook skills you write yourself. The highest-leverage recruiting skills are not on GitHub: they are your own rubric and voice, packaged so Claude applies them the same way every time.

3

Custom Skill: Screening Rubric

Best for consistent, defensible candidate evaluation

A screening-rubric skill is a SKILL.md that states what a strong candidate looks like for your recurring roles: must-have signals, nice-to-haves, red flags, and how to weigh them. Once installed, every screening run applies the same standardno drift between Monday and Friday, no difference between recruiters.

Start simple: one file per role family, five must-haves, three red flags, a 15 scale with anchors. Honest con: a rubric skill makes your standards consistent, not correctreview the first few runs and tighten the anchors.

Best for: Standardizing how every resume gets scored
Install: Write your own SKILL.md (template below)
Notable: Plain-text file — fully inspectable, versioned in git
4

Custom Skill: Outreach Voice

Best for first-touch messages that sound like you

An outreach-voice skill holds your best three to five real messages and the rules behind them: length, what you always mention, what you never say. Claude then drafts every first-touch and follow-up in that voice, personalized with the candidate data the Lessie skill just pulledactual projects, actual signals, not "I came across your profile."

Verify addresses with an email verifier before sending and keep a human review step on every sequence. Honest con: voice skills amplify whatever you feed thempick your genuinely best messages, not your most recent ones.

Best for: Personalized sequences in a consistent voice
Install: Write your own SKILL.md with 3–5 example messages
Notable: Pairs with Lessie data for real personalization

Claude Recruiting Skills Compared

SkillRecruiting jobFree?
Lessie SkillCandidate sourcing, talent mapping, contact enrichmentFree to start; enrichment uses credits
Anthropic document skillsResume screening, pipeline reports, hiring-manager decksFree with Claude
Screening-rubric skill (yours)Consistent candidate evaluationFree you write it
Outreach-voice skill (yours)Personalized first-touch and follow-upsFree you write it
Data first. Rubrics and voice skills only pay off when the pipeline is fullthe Lessie skill fills it from 100+ live sources without leaving Claude.
Try Lessie free →

How to Set Up a Recruiting Skill Stack

  1. 1
    Install the data layer, confirm the document skills

    Run npx skills add LessieAI/lessie-skill -y -g to install Lessie globallythe skills CLI works with Claude Code, Codex, and any MCP agent. Anthropic's document skills ship with Claude, so resumes and reports work out of the box.

  2. 2
    Write your rubric and voice skills

    One SKILL.md each: the screening rubric for your most common role family, and an outreach-voice file built from your three best real messages. Keep both in a git repo so the whole desk shares one standard.

  3. 3
    Run one real search end to end

    Ask Claude to source 30 candidates for an open role, screen any inbound resumes against your rubric, and draft personalized first-touch messages from the sourced data. One finished search teaches you more than any skill list.

Recruiting is one lens on the ecosystemsee the best Claude skills across every role, the marketing stack, or the install guides for Codex and Cowork.

FAQ

What are Claude skills for recruiters?

Claude skills for recruiters are reusable instruction packages — a SKILL.md file plus optional scripts and templates — that teach Claude a specific recruiting job, like sourcing candidates, screening resumes against a rubric, or drafting outreach in your voice. Claude loads the right skill automatically when a task matches, so your playbook runs the same way every time.

Can Claude actually source candidates?

Not from its training data — it needs a live data skill. With the Lessie skill installed, Claude searches 100+ live sources and returns scored candidate lists with verified contact details in about 1.9 seconds per search. Without a data skill, Claude can only reason about candidates you paste in.

Are Claude recruiting skills free?

Mostly, yes. Anthropic’s document skills ship free with Claude, and custom rubric or voice skills are plain-text files you write yourself. The Lessie skill is free to start, with contact enrichment on credits.

Can Claude screen resumes with these skills?

Yes. Anthropic’s document skills let Claude read PDF and Word resumes directly; pair them with a screening-rubric skill and Claude returns a ranked shortlist with the evidence behind every score. Keep a human review step — the rubric makes screening consistent, not infallible.

How do I install Claude skills for recruiting?

One command for the data layer: npx skills add LessieAI/lessie-skill -y -g installs the Lessie skill globally via the skills CLI, and it works in Claude Code, Codex, or any MCP-compatible agent. Document skills ship with Claude. Custom skills are folders you create — write a SKILL.md, drop it in your skills directory, and Claude picks it up automatically.

Give Claude Your Talent Data Layer.

Install the Lessie skill and your agent sources candidates across 100+ live sources, checks profiles, and enriches contacts with 95%-accurate verified emails — straight from your terminal. Free to start.

Start for free →

Related Articles