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 patricio0312rev/skillset --skill dev-onboarding-buildergit clone --depth 1 https://github.com/patricio0312rev/skillsetWrote 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/patricio0312rev/skillset/dev-onboarding-builder)<a href="https://agentmods.dev/skills/patricio0312rev/skillset/dev-onboarding-builder"><img src="https://agentmods.dev/badge/skills/patricio0312rev/skillset/dev-onboarding-builder/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.
<a href="https://agentmods.dev/skills/patricio0312rev/skillset/dev-onboarding-builder"><img src="https://agentmods.dev/badge/skills/patricio0312rev/skillset/dev-onboarding-builder.svg" alt="Reviewed on agentmods" width="80" 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.00064 | $0.03484 |
| Opus 5 | $0.00032 | $0.01742 |
| Sonnet 5 | $0.00013 | $0.00697 |
| Haiku 4.5 | $0.00006 | $0.00348 |
Grade A, and why
dev-onboarding-builder 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.
This is a copy
100% identical to dev-onboarding-builder — 0 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 — 557 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Developer Onboarding Builder
Create frictionless first-day experiences for new team members.
Core Workflow
- Assess prerequisites: Identify required tools and access
- Create setup guide: Step-by-step environment configuration
- Design first task: Choose appropriate starter assignment
- Add time estimates: Set expectations for each step
- Document common issues: Preemptive troubleshooting
- Introduce team: Context on people and structure
- Provide codebase tour: Walkthrough of key areas
Onboarding Documentation Structure
ONBOARDING.md Template
# Welcome to [Team/Project Name]! 🎉
This guide will help you get set up and productive on your first day.
**Estimated completion time:** 2-3 hours
## Before You Start
### Access Checklist
- [ ] GitHub organization access
- [ ] Slack workspace invitation
- [ ] Email account setup
- [ ] VPN credentials (if remote)
- [ ] Cloud console access (AWS/GCP/Azure)
- [ ] CI/CD dashboard access
- [ ] Project management tool (Jira/Linear)
### Tools to Install
- [ ] Node.js 20+ (via [Volta](https://volta.sh/))
- [ ] pnpm 8+
- [ ] Docker Desktop
- [ ] PostgreSQL 15+
- [ ] VS Code or preferred editor
- [ ] Git configured with your work email
## Day 1: Environment Setup
### Step 1: Clone Repository (5 min)
```bash
git clone [email protected]:company/project-name.git
cd project-name
```
Why: Get the codebase on your machine
Troubleshooting:
- SSH key not working? See GitHub SSH setup
- Permission denied? Ask your manager to verify GitHub access
Step 2: Install Dependencies (10 min)
# Install Volta (Node version manager)
curl https://get.volta.sh | bash
# Install dependencies
pnpm install
Expected output: "Dependencies installed successfully"
Troubleshooting:
pnpm not found? Restart terminal or runvolta install pnpm- Installation hangs? Check VPN connection
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.
- 9d ago First seen · 557 lines · 64 tokens per session scan E 51d14b33a013
dev-onboarding-builder is a skill published in the GitHub repository patricio0312rev/skillset (6 stars, last pushed 8mo ago), licensed MIT. It adds 64 tokens to every session and 3,484 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to dev-onboarding-builder, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
gsd-milestone-summary
Generate a comprehensive project summary from milestone artifacts for team onboarding and review.
git-pr-workflows-onboard
You are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You.
team-onboarding-playbook
Design a structured onboarding experience that gets new team members productive in 30, 60, and 90 days. Use when a new hire is joining, when contractors or agency partners need to ramp up, when an existing team is restructuring and members are switching focus, or when current onboarding feels chaotic and slow. Also…
product-adoption
Diagnose and design product adoption for onboarding, activation, behavior change, feature discovery, rollout, and sustained use after launch. Covers consumer, B2B, internal-tool, and public-service contexts with evidence-based decision points and cohort segmentation. Does not own acquisition campaigns or marketing…
interview-system-designer
Design hiring interviews, competency matrices, question banks, scoring rubrics, and interviewer calibration for a specified role.
sales-coaching
Sales coaching system — REKS diagnosis (Jacco van der Kooij / Winning by Design), MEDDICC deal reviews (Andy Whyte), JOLT for indecision, call coaching (Jon Barrows, Jason Bay), manager cadence (Kevin Dorsey), and founder-as-coach. Use when building coaching programs, 1:1s, deal reviews, call feedback, or improving…