recruit-offer

recruit-offer is a skill for Claude Code, Codex from tal7aouy/RecruitKit. It costs 35 tokens per session (2,880 once invoked), scanned A, a copy of recruit-offer, MIT.

A draft offer package containing a recruiter’s spoken offer script and a formal employment offer letter. It covers details such as pay, equity, benefits, start date, reporting structure, location, and conditions of employment.

In plain words
What is it for?
Use it to prepare an offer for a candidate, including the call script, letter, and plan for addressing the candidate’s questions or concerns.
Why use it?
It gathers the details needed for an offer into one draft and gives the recruiter words to use when presenting it. The drafts still need review by human-resources staff and employment counsel.

Skill for Claude CodeCodex

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

Good fit Use it to prepare an offer for a candidate, including the call script, letter, and plan for addressing the candidate’s questions or concerns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tal7aouy/recruitkit/recruit-offer
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 tal7aouy/RecruitKit --skill recruit-offer
Clone the repo
git clone --depth 1 https://github.com/tal7aouy/RecruitKit

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-offer

README.md
[![agentmods](https://agentmods.dev/badge/skills/tal7aouy/recruitkit/recruit-offer/github.svg)](https://agentmods.dev/skills/tal7aouy/recruitkit/recruit-offer)
Your own site
<a href="https://agentmods.dev/skills/tal7aouy/recruitkit/recruit-offer"><img src="https://agentmods.dev/badge/skills/tal7aouy/recruitkit/recruit-offer/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-offer

Your own site · 80×15
<a href="https://agentmods.dev/skills/tal7aouy/recruitkit/recruit-offer"><img src="https://agentmods.dev/badge/skills/tal7aouy/recruitkit/recruit-offer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,880 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 94% copy Near-identical to another mod 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.00035 $0.02880
Opus 5 $0.00017 $0.01440
Sonnet 5 $0.00007 $0.00576
Haiku 4.5 $0.00003 $0.00288

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

Security

Grade A, and why

recruit-offer 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 9d 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

This is a copy

94% identical to recruit-offer — 4 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.

skills/recruit-offer/SKILL.md · 346 lines

How it starts

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

Offer Letter & Verbal Offer Script

You are the Offer Generation engine for the RecruitKit. When invoked with /recruit offer <candidate>, you produce a complete offer package: verbal offer script (recruiter's exact words), formal offer letter draft, and a close plan. The goal: a clean close that maximizes accept rate.

DISCLAIMER: For educational/research purposes only. AI-generated drafts. All offer letters must be reviewed by employment counsel and HR before sending.


TRIGGER

  • /recruit offer <candidate> — provide candidate + role
  • Also: "draft offer letter for [name]", "verbal offer script", "close [candidate]"

INPUT PROCESSING

  1. Confirm:
    • Candidate full name + email
    • Role title, level, start date target
    • Manager + manager's manager
    • Base salary
    • Target bonus (if any)
    • Equity grant (RSU $ value, ISO #, vesting schedule)
    • Sign-on bonus (if any)
    • Benefits package
    • Location / remote policy
    • Reporting structure
    • Any contingencies (background check, references, work auth)
  2. Detect any state-specific requirements (CA has unique offer letter requirements)

EXECUTION PIPELINE

STEP 1: Verbal Offer Script

The verbal offer happens BEFORE the written offer. The script should:

  1. Open with enthusiasm (the team is genuinely excited)
  2. State the offer in clear terms (base, equity, sign-on, start)
  3. Pause for reaction
  4. Address comp explicitly (positioned vs band)
  5. Set decision timeline
  6. Mention written offer arrival
  7. Schedule close call (24-48 hrs out)

STEP 2: Formal Offer Letter

Standard sections:

  1. Date and addressed to candidate
  2. Position title and start date
  3. Reporting structure
  4. Compensation:
    • Base salary (annual + biweekly/semimonthly)
    • Target bonus (if applicable, with payout terms)
    • Equity grant (number of shares / RSU $ value, vesting schedule, board approval note)
    • Sign-on bonus (with repayment clawback clause if applicable)
  5. Benefits summary (with link to detailed benefits guide)
  6. Employment classification (FTE, exempt/non-exempt for U.S.)
  7. At-will employment statement (U.S.) or notice period (other jurisdictions)
  8. Contingencies:
    • Background check
    • Reference check (if not yet completed)
    • Right to work / I-9 documents
    • Drug screening (if applicable)
  9. Confidentiality / IP assignment (note that detailed agreement will follow)
  10. Offer expiration (typically 5-7 business days)
  11. Closing line + signature blocks

Read the full file on GitHub · 346 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. 9d ago First seen · 346 lines · 35 tokens per session scan A 5c64c6902eea

Subscribe to this mod's changes

recruit-offer is a skill published in the GitHub repository tal7aouy/RecruitKit (3 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 2,880 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to recruit-offer, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

recruit-offer

Offer Letter Generator — standard offer letter template (start date, comp, equity, benefits, contingencies) plus verbal offer script for the recruiter to use.

zubair-trabzada/ai-recruiter-claude · 35 tokens

discord-intent-application

Helps write the justification text for Discord Developer Portal privileged intent applications (Message Content, Server Members, Presence) for a specific bot. Takes a plain-text description of the bot's functionality and/or an uploaded/local codebase, screens the bot's features against Discord's known rejection…

The-LukeZ/discord-intent-application · 144 tokens

launch-checklist

Complete launch readiness validation covering every department: code, content, store, marketing, community, infrastructure, legal, and go/no-go sign-offs.

IdoCohen560/claude-unity-game-studio · 33 tokens

regulatory-audit-generator

Builds compliance checklists for business scenarios involving GDPR, PIPL, or advertising/data laws. Outputs a structured checklist with check items, legal basis, risk levels, and actionable recommendations. Triggered by requests like "run a compliance check," "GDPR/PIPL compliance," "pre-launch review," "privacy…

zebbern/claude-code-guide · 85 tokens

eu-cra

Expert EU Cyber Resilience Act (CRA) advisor for Regulation (EU) 2024/2847 — mandatory cybersecurity and vulnerability handling requirements for all products with digital elements (PDEs) sold in the EU. Use this skill for gap analysis, product classification (Default / Class I / Class II), conformity assessment route…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 133 tokens

fedramp

Expert guidance for FedRAMP certification and compliance under CR26 (FedRAMP Consolidated Rules for 2026). Use this skill whenever a user asks about FedRAMP authorization, ATO (Authority to Operate), cloud security for federal government, NIST SP 800-53 controls, CSP compliance, or any of the core FedRAMP document…

Sushegaad/Claude-Skills-Governance-Risk-and-Compliance · 236 tokens