onboarding is agent-read markdown (skill) from ulises-jeremias/agent-toolkit: Getting started guide for new users. Walks through setup validation, the skill/agent hierarchy,.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Onboarding
Welcome to agent-toolkit. This skill guides new users through initial setup and daily usage.
## When to use
- User asks "where do I start?" or "how does this work?"
- First-time setup after `chezmoi apply`
- Troubleshooting a broken installation
- Onboarding a teammate
## Step 1 — Validate setup
```bash
agent-toolkit doctor
```
Expected: `result: COMPLIANT`. If any check fails, `doctor` shows the fix command.
For persistent issues:
```bash
agent-toolkit --version # check for available updates (or: agent-toolkit update-check)
agent-toolkit inventory # verify skills are installed (or: agent-toolkit skills list)
agent-toolkit install --force # re-sync profiles to AI tools (replaces legacy `skills sync`)
```
## Step 2 — Understand the hierarchy
```text
User message
↓
Orchestrator (assistant)
↓ routes to
Workflow skill (WHAT — decides scope and gates)
e.g. workflow-generic-project
↓ delegates to
Tool skill (HOW — executes CLI commands)
e.g. clickup-cli, github-cli-workflow
```
**Skills** are invoked via the skill tool (e.g. `/planning`).
**Agents** are invoked via `@mention` (e.g. `@planner`). Never use the skill tool for agents.
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_tltt6eg5pybjjjba
GET https://markdownregistry.com/api/v1/resolve?ref=ulises-jeremias/agent-toolkit/onboarding
GET https://markdownregistry.com/api/v1/blob/05fb24221145f83dc0c809c4ac5f48c091e2c770f833a7334339ff2457052f77
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/adr/SKILL.md · WHAT — Create and maintain Architecture Decision Records (ADRs) per the process. Covers when
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/blast-radius/SKILL.md · Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe…
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/bug/SKILL.md · WHAT - Draft and review bugs using the Bug Template; classifies whether an issue should be
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/c4-model/SKILL.md · WHAT — C4 model methodology (Context, Container, Component, Code) guidance — what to draw at each level, when, and how…
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/chrome-devtools/SKILL.md · Use Chrome DevTools MCP to control and inspect a live Chrome instance for network, console, performance, rendering, and…
code-yeongyu/oh-my-openagent · packages/omo-senpi/plugin/skills/onboarding/SKILL.md · Guides a first-time omo user through setup and the core workflow. Use when a new user asks to get started with omo.
code-yeongyu/oh-my-openagent · packages/omo-senpi/skills/onboarding/SKILL.md · Guides a first-time omo user through setup and the core workflow. Use when a new user asks to get started with omo.
coreyhaines31/marketingskills · skills/onboarding/SKILL.md · When the user wants to optimize post-signup onboarding, user activation, first-run experience, or time-to-value. Also…
ginlix-ai/langalpha · plugins/langalpha_service/skills/onboarding/SKILL.md · First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
huytieu/cog-second-brain · .claude/skills/onboarding/SKILL.md · Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)
huytieu/cog-second-brain · .agents/skills/onboarding/SKILL.md · Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)
huytieu/cog-second-brain · skills/onboarding/SKILL.md · Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)
signet-ai/signetai · skills/onboarding/SKILL.md · Interactive interview to set up your Signet workspace (~5-10 minutes). Writes identity files to ~/.agents/ — does not…