onboarding-and-offboarding

onboarding-and-offboarding is a skill for Claude Code from cbrock84/headcount. It costs 69 tokens per session (784 once invoked), scanned A, original, MIT.

A process for managing how employees join and leave an organization, including readiness, ramp-up, knowledge transfer, access, equipment, and exit coordination.

In plain words
What is it for?
Use it to design onboarding and offboarding checklists, prepare first-day access and assignments, shorten ramp-up, capture departing employees’ knowledge, and coordinate exits.
Why use it?
It prevents handoff failures such as missing accounts or equipment for new hires and lost knowledge or incomplete steps when people leave.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the people plugin — 12 skills shipped together

Good fit Use it to design onboarding and offboarding checklists, prepare first-day access and assignments, shorten ramp-up, capture departing employees’ knowledge, and coordinate exits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cbrock84/headcount/onboarding-and-offboarding
About the project

headcount is an organization of independently installable Claude Code plugins, each grouping skills for a department such as finance, security, or demand generation. Claude Code users install the departments they need and invoke their skills for specialized work; the catalogue entries are skills and related agent tooling from that organization.

cbrock84/headcount · 1,335 stars · on GitHub · cbrock84.github.io

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 cbrock84/headcount --skill onboarding-and-offboarding
Clone the repo
git clone --depth 1 https://github.com/cbrock84/headcount

Made for: Claude Code.

Or install people, the plugin that ships this one along with the rest of its 12 skills.

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 onboarding-and-offboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/cbrock84/headcount/onboarding-and-offboarding/github.svg)](https://agentmods.dev/skills/cbrock84/headcount/onboarding-and-offboarding)
Your own site
<a href="https://agentmods.dev/skills/cbrock84/headcount/onboarding-and-offboarding"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/onboarding-and-offboarding/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 onboarding-and-offboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/cbrock84/headcount/onboarding-and-offboarding"><img src="https://agentmods.dev/badge/skills/cbrock84/headcount/onboarding-and-offboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 784 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00069 $0.00784
Opus 5 $0.00034 $0.00392
Sonnet 5 $0.00014 $0.00157
Haiku 4.5 $0.00007 $0.00078

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

Security

Grade A, and why

onboarding-and-offboarding 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 6d 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.

plugins/people/skills/onboarding-and-offboarding/SKILL.md · 76 lines

How it starts

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

Onboarding and offboarding

Both ends are cross-functional processes that fail at the handoffs. The failures are predictable, which means they are preventable by design rather than by diligence.

Onboarding starts before day one

Everything procurable in advance should be ready: accounts, hardware, access, a first assignment, and a named person responsible for the human side. A first day spent waiting for a laptop is a permanent first impression, and it is entirely a coordination failure.

The identity and equipment steps are executed by it-operations:identity-lifecycle-administration and it-operations:endpoint-management; access policy — what a role should be entitled to — belongs to security:access-and-identity. This skill owns the sequence and whether it actually completed.

Ramp deliberately

Separate the three things a new person is learning, because they need different support:

  • The job — often the part they already have.
  • The context — the systems, the codebase, the customers, the history.
  • The people — who decides what, who to ask, how things really get done.

The third is the one nobody plans and the one that most determines how quickly someone becomes useful. Make introductions explicit assignments rather than leaving them to chance and extroversion.

Give real work early, scoped to succeed. A meaningful contribution in the first fortnight does more for confidence and belonging than any amount of orientation material.

Check in at deliberate intervals — a week, a month, a quarter — with the question phrased so problems can surface. "What has been more confusing than it should be?" gets an answer; "how's it going?" does not.

Offboarding: knowledge before access

Knowledge capture has to precede the access cutoff, which means starting on the day notice is given, not the day before departure.

Prioritize what is genuinely undocumented and only in one head: the systems they alone maintain, the relationships they hold, the decisions whose reasoning exists nowhere. Ask directly — "what will break, and who will not know why?" — because they know and will usually say.

Read the full file on GitHub · 76 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. 6d ago First seen · 76 lines · 69 tokens per session scan A fc1165493aef

Subscribe to this mod's changes

onboarding-and-offboarding is a skill published in the GitHub repository cbrock84/headcount (1,335 stars, last pushed 7d ago), licensed MIT. It adds 69 tokens to every session and 784 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

structure-swift-sources

Organize Swift source trees and oversized Swift files by feature, layer, and declaration group; split large files, normalize // MARK: sections, enforce plain-language block-comment file headers, and move TODO and FIXME text into ledger files. Use after format-swift-sources has established a clean formatting baseline.

gaelic-ghost/socket · 69 tokens

tips-helpviewer-workflow

Discover local user-guide topics for installed Apple Mac apps through the Tips HelpViewer catalog, with app matching, installed-version capture, result verification, and authoritative fallback routing. Use when Codex needs task-specific help for an installed Apple app, needs to find a menu command through local Help…

gaelic-ghost/socket · 93 tokens

setup

Use when superb's skills need their dependencies installed or checked — "set up superb", "install the dependencies", "why does pipeline say superpowers is missing", after a fresh plugin install, or on a new machine. Also use when a skill fails complaining that a superpowers sub-skill cannot be found.

kardebadas/claude-plugin · 64 tokens

coaching-mode

Use when the user wants to coach someone — a report, peer, or mentee — through a problem rather than solve it for them. Trigger phrases include "coach me through how to talk to [report]", "I want to help [name] figure out X without telling them what to do", "let me practice a coaching conversation", "GROW conversation…

shwetank/bettersense · 0 tokens

manage-glue-workers

Use when managing engineers who naturally gravitate toward glue work (onboarding, documentation, unblocking, process improvement) and need protection from burnout, visibility for their impact, and career development that doesn't force them off the IC track. Trigger phrases include "my report does too much glue", "how…

shwetank/bettersense · 122 tokens

user-profile

Use to create or update the user's anchor profile — a single private file (/bettersense-work-reflections/profile.md) that captures who the user is, what they do, what context other skills need to know about them. Read automatically by other skills in the bundle when present, so the user doesn't re-explain themselves…

shwetank/bettersense · 131 tokens