onboard-new-engineer

onboard-new-engineer is a skill for Claude Code, Codex from ArdurAI/ardur-agent. It costs 24 tokens per session (1,140 once invoked), scanned A, original, Apache-2.0.

An onboarding plan for a new software engineer's first week, focused on setup, relationships, and one small real change to the codebase.

In plain words
What is it for?
Use it to prepare accounts, assign an onboarding buddy, choose a starter task, and structure the engineer's first few days. Customize it with the team's repositories, tools, and processes.
Why use it?
It prevents new hires from spending their first days reading without context or waiting for access. The plan gives them a clear path to make an early contribution and know whom to ask for help.

Skill for Claude CodeCodex

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

Good fit Use it to prepare accounts, assign an onboarding buddy, choose a starter task, and structure the engineer's first few days. Customize it with the team's repositories, tools, and processes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ardurai/ardur-agent/onboard-new-engineer
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 ArdurAI/ardur-agent --skill onboard-new-engineer
Clone the repo
git clone --depth 1 https://github.com/ArdurAI/ardur-agent

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 onboard-new-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ardurai/ardur-agent/onboard-new-engineer/github.svg)](https://agentmods.dev/skills/ardurai/ardur-agent/onboard-new-engineer)
Your own site
<a href="https://agentmods.dev/skills/ardurai/ardur-agent/onboard-new-engineer"><img src="https://agentmods.dev/badge/skills/ardurai/ardur-agent/onboard-new-engineer/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 onboard-new-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/ardurai/ardur-agent/onboard-new-engineer"><img src="https://agentmods.dev/badge/skills/ardurai/ardur-agent/onboard-new-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,140 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.00024 $0.01140
Opus 5 $0.00012 $0.00570
Sonnet 5 $0.00005 $0.00228
Haiku 4.5 $0.00002 $0.00114

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

Security

Grade A, and why

onboard-new-engineer 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 10d 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.

examples/skills/onboard-new-engineer/SKILL.md · 100 lines

How it starts

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

Onboarding a new engineer

The goal of the first week is not to teach someone everything about the system — that takes months. It is to get them to their first merged change quickly, and to build the map and relationships they will fill in over time. An engineer who has shipped one small thing and knows who to ask is far more productive than one who has read documentation for five days.

This is a generic structure. It is meant to be customized per team — see @./customize.md for the specific things you must fill in before handing it to a new hire. A runbook with <placeholder> repo names is worse than none.

Before day one (the host's job)

The new engineer's time is wasted if the basics are not ready. Have these done before they start:

  • Accounts and access provisioned: code host, CI, cloud console, observability, chat, ticketing, password manager.
  • A named onboarding buddy assigned — one person whose explicit job is to answer "dumb" questions without the new hire feeling they are imposing.
  • A starter task picked: a small, real, low-risk change with a clear definition of done. Not a toy; something that actually ships.

Day 1-2: orient and set up

The aim is a working environment and a mental map, not mastery.

  1. Read the right things, in order. Point at the few documents that give the most context per minute: the architecture overview, the "how we work" doc (branching, review, deploy), and the top-level README. Do not hand over a wiki and say "read everything" — curate three to five documents.
  2. Set up the dev environment end to end. Clone, build, run the app locally, run the test suite green. This is the highest-value early task: it forces contact with the real toolchain and surfaces setup gaps. Every place the setup docs are wrong, the new hire fixes them — their first contribution.
  3. Run the app and poke it. Use the product as a user. Trigger the main flows. Nothing builds intuition faster than seeing the thing work.
  4. Meet the buddy and agree on a check-in rhythm (a short daily sync for the first week works well).

Read the full file on GitHub · 100 lines

Files

What ships with it

1 file 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. 10d ago First seen · 100 lines · 24 tokens per session scan A a1e772bcf6ee

Subscribe to this mod's changes

onboard-new-engineer is a skill published in the GitHub repository ArdurAI/ardur-agent (2 stars, last pushed today), licensed Apache-2.0. It adds 24 tokens to every session and 1,140 once invoked, about $0.0001 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-31.