TL;DR: Claude skills for recruiters are reusable instruction packages that teach Claude one recruiting job—sourcing 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 file—plus optional scripts and templates—that 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.
The Claude Recruiting Stack, by Job
Candidate data — who you hire.
Lessie Skill
Best for candidate sourcing, talent mapping, and contact enrichmentLessie 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 details—the 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 people—pair it with the document skills below for resume screening. Contact enrichment uses credits.
Documents — resumes in, reports out.
Anthropic Document Skills (PDF, DOCX, XLSX, PPTX)
Best for resume screening and pipeline reportingAnthropic'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 screening—drop a folder of applications and a rubric, get back a ranked table with the evidence behind every score—the 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 write—invest in that once, then reuse it as a skill.
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.
Custom Skill: Screening Rubric
Best for consistent, defensible candidate evaluationA 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 standard—no drift between Monday and Friday, no difference between recruiters.
Start simple: one file per role family, five must-haves, three red flags, a 1–5 scale with anchors. Honest con: a rubric skill makes your standards consistent, not correct—review the first few runs and tighten the anchors.
Custom Skill: Outreach Voice
Best for first-touch messages that sound like youAn 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 pulled—actual 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 them—pick your genuinely best messages, not your most recent ones.
Claude Recruiting Skills Compared
| Skill | Recruiting job | Free? |
|---|---|---|
| Lessie Skill | Candidate sourcing, talent mapping, contact enrichment | Free to start; enrichment uses credits |
| Anthropic document skills | Resume screening, pipeline reports, hiring-manager decks | Free with Claude |
| Screening-rubric skill (yours) | Consistent candidate evaluation | Free — you write it |
| Outreach-voice skill (yours) | Personalized first-touch and follow-ups | Free — you write it |
How to Set Up a Recruiting Skill Stack
- 1Install the data layer, confirm the document skills
Run npx skills add LessieAI/lessie-skill -y -g to install Lessie globally—the 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.
- 2Write 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.
- 3Run 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 ecosystem—see the best Claude skills across every role, the marketing stack, or the install guides for Codex and Cowork.
