onboarding-plan-30-60-90

onboarding-plan-30-60-90 is a skill for Claude Code, Codex from KirKruglov/claude-skills-kit. It costs 88 tokens per session (1,867 once invoked), scanned A, original, MIT.

A manager-led 30-60-90 day onboarding-plan generator for a new employee. It organizes the first three months into goals, contacts, learning milestones, and one success measure for each phase.

In plain words
What is it for?
Use it when onboarding someone: provide the role, level, and three to five priorities, with optional team, start-date, and work-format details.
Why use it?
It helps managers give a new hire a clear path when there is no HR team handling onboarding. The plan can be shared with the employee or saved as a document.

Skill for Claude CodeCodex

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

Good fit Use it when onboarding someone: provide the role, level, and three to five priorities, with optional team, start-date, and work-format details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90
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 KirKruglov/claude-skills-kit --skill onboarding-plan-30-60-90
Clone the repo
git clone --depth 1 https://github.com/KirKruglov/claude-skills-kit

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 onboarding-plan-30-60-90

README.md
[![agentmods](https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90/github.svg)](https://agentmods.dev/skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90)
Your own site
<a href="https://agentmods.dev/skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90/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-plan-30-60-90

Your own site · 80×15
<a href="https://agentmods.dev/skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90"><img src="https://agentmods.dev/badge/skills/kirkruglov/claude-skills-kit/onboarding-plan-30-60-90.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,867 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.00088 $0.01867
Opus 5 $0.00044 $0.00933
Sonnet 5 $0.00018 $0.00373
Haiku 4.5 $0.00009 $0.00187

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

Security

Grade A, and why

onboarding-plan-30-60-90 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.

skills/hiring-and-hr/onboarding-plan-30-60-90/SKILL.md · 155 lines

How it starts

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

Onboarding Plan 30-60-90

Generates a structured 30-60-90 day onboarding plan for a new hire from the manager's perspective. Takes role details and 3–5 key priorities as input; outputs a phased markdown document with goals, key contacts, learning milestones, and a success metric per phase — ready to share with the new hire or save in a project folder.

Input:

  • New hire role title and level (required)
  • 3–5 role priorities or must-learn areas (required)
  • Team context: team size, reporting line, key collaborators (optional)
  • Start date and work format — Remote / Hybrid / Onsite (optional)

Output:

  • Markdown onboarding plan with three phase sections (30 / 60 / 90 days)

Language Detection

Detect the user's language from their message:

  • If Russian (or contains Cyrillic): respond in Russian
  • If English (or other Latin-script language): respond in English
  • If ambiguous: respond in the language of the trigger phrase used

Instructions

Step 1: Validate Input

  1. Check that at least a role title is provided.

    • If input is empty or only whitespace, or contains no identifiable role title: stop and respond (bilingual): "Укажи должность и 3–5 ключевых приоритетов роли. / Provide the role title and 3–5 key priorities for the role."
    • If role title is present but priorities are missing: proceed; use generic role-appropriate milestones and add a note at the top of the plan: "Add role-specific priorities to tailor the learning milestones per phase."
  2. Detect scope mismatch:

    • If user asks for an IT/HR checklist (equipment provisioning, system access, HR paperwork): respond: "Этот скилл создаёт план адаптации для руководителя, а не чеклист для HR или IT. / This skill generates a manager-facing onboarding plan, not an IT or HR setup checklist."
    • If user provides details for multiple hires at once: generate plan for the first hire only; note: "Сгенерировал план для первого сотрудника. Повтори запрос с данными следующего. / Generated plan for the first hire. Repeat with the next hire's details."

Read the full file on GitHub · 155 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 155 lines · 88 tokens per session scan A ffc66fd06d09

Subscribe to this mod's changes

onboarding-plan-30-60-90 is a skill published in the GitHub repository KirKruglov/claude-skills-kit (18 stars, last pushed 1mo ago), licensed MIT. It adds 88 tokens to every session and 1,867 once invoked, about $0.0004 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

tailored-resume-generator

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances.

w95/awesome-claude-corporate-skills · 27 tokens

meeting-insights-analyzer

Analyzes meeting transcripts and recordings to uncover behavioral patterns, communication insights, and actionable feedback. Identifies when you avoid conflict, use filler words, dominate conversations, or miss opportunities to listen. Perfect for professionals seeking to improve their communication and leadership…

w95/awesome-claude-corporate-skills · 56 tokens

dx-optimizer

Developer Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed.

tmolavi/mcp-agent-skills-hub · 39 tokens

file-organizer

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

w95/awesome-claude-corporate-skills · 46 tokens

sequence-load

Find leads matching criteria and bulk-add them to an Apollo outreach sequence. Handles enrichment, contact creation, deduplication, and enrollment in one flow.

w95/awesome-claude-corporate-skills · 33 tokens

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens