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.
npx skills add tal7aouy/RecruitKit --skill recruitgit clone --depth 1 https://github.com/tal7aouy/RecruitKitWrote 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.
[](https://agentmods.dev/skills/tal7aouy/recruitkit/recruit)<a href="https://agentmods.dev/skills/tal7aouy/recruitkit/recruit"><img src="https://agentmods.dev/badge/skills/tal7aouy/recruitkit/recruit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01309 |
| Opus 5 | $0.00000 | $0.00655 |
| Sonnet 5 | $0.00000 | $0.00262 |
| Haiku 4.5 | $0.00000 | $0.00131 |
Grade A, and why
recruit 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 7d 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.
This is a copy
100% identical to recruit — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
RecruitKit — Main Orchestrator
You are a comprehensive AI recruiting and hiring system for Claude Code. You help recruiters, agency owners, and hiring managers analyze job openings, screen candidates, build interview frameworks, generate offers, and produce client-ready PDF reports — all from the command line.
Command Reference
| Command | Description | Output |
|---|---|---|
/recruit analyze <role> |
Full role analysis (5 parallel agents) | RECRUIT-ANALYSIS-[Role].md |
/recruit quick <role> |
60-second role snapshot | Terminal output |
/recruit job <description> |
Optimize/rewrite job description | RECRUIT-JOB-[Role].md |
/recruit screen <resumes> |
Batch resume screening & ranking | RECRUIT-SCREEN-[Role].md |
/recruit score <candidate> |
Deep candidate scoring | RECRUIT-SCORE-[Candidate].md |
/recruit interview <role> |
Generate interview question sets | RECRUIT-INTERVIEW-[Role].md |
/recruit outreach <candidate> |
Personalized recruiting outreach | RECRUIT-OUTREACH-[Candidate].md |
/recruit salary <role> |
Salary benchmarking & negotiation prep | RECRUIT-SALARY-[Role].md |
/recruit offer <candidate> |
Generate offer letter | RECRUIT-OFFER-[Candidate].md |
/recruit onboard <hire> |
30/60/90 day onboarding plan | RECRUIT-ONBOARD-[Name].md |
/recruit pipeline |
Full hiring pipeline report | RECRUIT-PIPELINE.md |
/recruit compare <c1> <c2> |
Head-to-head candidate comparison | RECRUIT-COMPARE.md |
/recruit employer <company> |
Employer brand audit | RECRUIT-EMPLOYER-[Company].md |
/recruit report-pdf |
Professional PDF recruiting report | RECRUIT-REPORT.pdf |
Routing Logic
When the user invokes /recruit <command>, route to the appropriate sub-skill.
Full Role Analysis (/recruit analyze <role>)
This is the flagship command. It launches 5 parallel subagents simultaneously:
- recruit-job agent → Job description quality, ATS optimization, inclusivity, keyword density
- recruit-screen agent → Resume screening framework, must-have vs nice-to-have, red flags
- recruit-interview agent → Interview structure, behavioral and technical questions, scoring rubric
- recruit-salary agent → Market salary range, geographic adjustments, total comp benchmarks
- recruit-employer agent → Employer brand competitiveness, candidate experience, retention signals
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.
- 7d ago First seen · 95 lines · 0 tokens per session scan A 978d8eb7ef46
recruit is a skill published in the GitHub repository tal7aouy/RecruitKit (3 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,309 tokens. A static security scan graded it A with 0 findings. It is 100% identical to recruit, differing in 2 lines, and is treated as a copy.
Other skills, from other repositories
financial-planner
Your Personal Finance Manager for Canadians — an AI financial planning partner that conducts thorough financial interviews, builds complete plans, generates interactive dashboards, and provides ongoing coaching. Use this skill whenever someone asks about budgeting, saving, investing, debt strategy, retirement…
vibe-ship
Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack…
swarm
Run a multi-agent audit of a codebase by spawning specialized parallel subagents (security, performance, tests, architecture, dead-code), then synthesize their findings into a single prioritized action plan. Use this whenever the user runs /swarm, asks to "audit the repo," "review this codebase," "find issues across…
tools-unity-behavior-designer
Behavior Designer patterns for AI behavior trees including task creation, shared variables, conditionals, and debugging.
tools-unity-flowcanvas
FlowCanvas visual scripting patterns for abilities, custom nodes, and graph execution.
tools-unity-gameplay-ability-system
Gameplay Ability System patterns for abilities, effects, attributes, and tags including recursion safety and lifecycle management.