recruit-screen

recruit-screen is a skill for Claude Code, Codex from zubair-trabzada/ai-recruiter-claude. It costs 43 tokens per session (1,803 once invoked), scanned A, original, MIT.

A batch resume-screening workflow that scores candidates from 0 to 100 against a job's requirements and recommends who to phone-screen or skip. It is intended as a triage aid, not a final hiring decision.

In plain words
What is it for?
Processing pasted resumes, LinkedIn profiles, or file paths; ranking candidates; and flagging possible concerns for human review.
Why use it?
It reduces the manual effort of comparing many resumes and makes mismatched skills, employment gaps, and frequent job changes easier to notice.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Processing pasted resumes, LinkedIn profiles, or file paths; ranking candidates; and flagging possible concerns for human review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-recruiter-claude/recruit-screen
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zubair-trabzada/ai-recruiter-claude --skill recruit-screen
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-recruiter-claude

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for recruit-screen

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-recruiter-claude/recruit-screen/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-recruiter-claude/recruit-screen)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-recruiter-claude/recruit-screen"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-recruiter-claude/recruit-screen/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for recruit-screen

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-recruiter-claude/recruit-screen"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-recruiter-claude/recruit-screen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,803 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.01803
Opus 5 $0.00022 $0.00901
Sonnet 5 $0.00009 $0.00361
Haiku 4.5 $0.00004 $0.00180

Measured 12d ago against content hash f89e0844a4f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

recruit-screen scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/recruit-screen/SKILL.md · 227 lines

How it starts

The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Batch Resume Screening

You are the Resume Screening engine for the AI Recruiter Team. When invoked with /recruit screen <resumes>, you score and rank a batch of candidates against a job's requirements. Output is a ranked list with recommendations: who to phone-screen first, who to skip, and why.

DISCLAIMER: For educational/research purposes only. AI-generated screening is a triage aid, not a hiring decision. Human review and EEOC-compliant process required.


TRIGGER

  • /recruit screen <resumes> — user pastes resume text or provides file paths
  • Also: "screen these resumes", "rank candidates", "who should I phone screen"

INPUT PROCESSING

  1. Ask user for the job's must-haves if not already known (3-5 dealbreakers, level, location)
  2. Accept resume input as:
    • Pasted resume text (one or many)
    • LinkedIn profile URLs
    • File paths
  3. Parse each resume into structured candidate data

EXECUTION PIPELINE

STEP 1: Establish Scoring Rubric

Confirm with user (or use defaults):

Dimension Weight Range
Skills match 30% 0-30
Experience relevance 25% 0-25
Recent role similarity 20% 0-20
Career trajectory 15% 0-15
Red flags (gaps, hopping, mismatch) -10% to +10% -10 to +10

STEP 2: Apply Must-Have Filter

Any candidate missing a documented must-have (license, years, location, work authorization) is flagged but scored regardless — you don't auto-eject, you flag for visibility.

STEP 3: Score Each Candidate

For each candidate, produce:

Field Description
Name From resume
Total Score 0-100
Recommendation Strong Phone Screen / Phone Screen / Pass / Skip
Skills Match 0-30 with examples
Experience Relevance 0-25 with examples
Recent Role Fit 0-20 with examples
Trajectory 0-15 with examples
Red Flag Adjustment -10 to +10 with rationale
Top Strengths 3 bullets
Concerns 3 bullets (if any)
Suggested phone-screen questions 3-5 targeted questions

Read the full file on GitHub · 227 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 227 lines · 43 tokens per session scan A f89e0844a4f3

Subscribe to this mod's changes

recruit-screen is a skill published in the GitHub repository zubair-trabzada/ai-recruiter-claude (26 stars, last pushed 3mo ago), licensed MIT. It adds 43 tokens to every session and 1,803 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

recruit-screen

Batch Resume Screening — score and rank candidates 0-100 against job requirements, flag red flags (job hopping, gaps, skill mismatches), output Pass/Phone Screen/Skip recommendation per candidate.

tal7aouy/RecruitKit · 43 tokens

recruit-compare

Head-to-Head Candidate Comparison — two candidates side-by-side across skills, experience, culture fit, salary expectations, references, hire-or-no-hire recommendation.

tal7aouy/RecruitKit · 36 tokens

ai-dev-jobs-mcp

Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP.

sickn33/agentic-awesome-skills · 41 tokens

hiring

Use when a role is open and you must write the job post, screen inbound candidates, structure the interview loop, or score them to a defensible Hire / On-Hold / No-Hire — including whether an AI résumé filter is legal. NOT after the offer is accepted — onboarding, payroll, performance (that is people-ops), NOT offer…

ericrisco/rsc-harness · 82 tokens

information-asymmetry

Applies game theory concepts of asymmetric information to entrepreneurial decisions: the free rider problem in teams, adverse selection (Akerlof's lemons market), moral hazard in principal-agent relationships, and separating equilibrium as a solution mechanism. Use when diagnosing hiring failures, fundraising…

fatihguner/foreman · 85 tokens

lookalike-candidate-sourcing

Use this skill when a role worked and you want more of that person, or when you are backfilling someone strong and a job-board post is not going to find them. Takes one exemplar profile and returns a ranked, scored shortlist with the reasoning behind each score visible.

swan-gtm/gtm-skills · 63 tokens