onboarding

onboarding is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 54 tokens per session (867 once invoked), scanned A, original, MIT.

A getting-started guide for people new to the agent-toolkit workstation, including its commands and the relationship between workflows, skills, and agents.

In plain words
What is it for?
Use it to validate installation, understand how requests are routed, and find useful commands for developer, project-manager, or technical-lead work.
Why use it?
It reduces the uncertainty of setting up the tools and choosing the right kind of capability for a task.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is agent-toolkit workspace load packs/<client>.yaml # canonical; harness alias: ./bin/workspace-context load.

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Use it to validate installation, understand how requests are routed, and find…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit
agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/onboarding

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/onboarding.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/onboarding)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/onboarding"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/onboarding.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 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.00054 $0.00867
Opus 5 $0.00027 $0.00434
Sonnet 5 $0.00011 $0.00173
Haiku 4.5 $0.00005 $0.00087

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

Security

Grade A, and why

onboarding 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 2d 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/agent-toolkit-complete/.github/skills/onboarding/SKILL.md · 123 lines

How it starts

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

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

agent-toolkit doctor

Expected: result: COMPLIANT. If any check fails, doctor shows the fix command.

For persistent issues:

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

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.

Step 3 — First commands by role

Developer

# Start any task
/workflow-generic-project

# After code changes — review before PR
@code-reviewer

# CI failing
/gh-fix-ci

Product Manager / Tech Lead

# Plan a feature
@planner

# Create a ClickUp task
/clickup-cli  # then: clickup task create --current --name "..."

# Project health check
/project-assessment

Anyone

# Check workstation health
agent-toolkit doctor

# Find which skill to use
# → ask the orchestrator: "what skill should I use for X?"

# Load client/project context
agent-toolkit workspace load packs/<client>.yaml   # canonical; harness alias: ./bin/workspace-context load

Key concepts in 60 seconds

Concept What it means
Pack Context bundle for a client/project (repos, constraints, commands)
Skill Reusable AI prompt for a specific task (WHAT or HOW)
Agent Specialized AI persona with restricted tool access (invoked via @mention)
Loop Recurring autonomous process with state, tiers, and cost budgets
L1 / L2 / L3 Loop autonomy tiers: L1=observe-only (read-only), L2=PR-gated (draft PR), L3=allowlisted (scoped writes) — see AGENTS.md loop.yaml tier/allowlist/deny
knowledge/ Persistent memory across sessions

Read the full file on GitHub · 123 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. 2d ago First seen · 123 lines · 54 tokens per session scan A 05fb24221145

Subscribe to this mod's changes

onboarding is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 867 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-04.

Related

Other skills, from other repositories

collection

Choose which SkillNote skill collection is active for this Codex project. Use when the user says "change collection", "switch skills", "use frontend skills", or "show collections".

luna-prompts/skillnote · 39 tokens

iblai-api-catalog-invitation

Manage an ibl.ai organization's catalog invitations, licenses, access requests, and content suggestions via the platform API — platform/course/program invitations (single, bulk, blank, redeem, check); platform/user/course/program licenses (create/update) with per-user and per-group assignments; course/program access…

iblai/api · 146 tokens

iblai-api-catalog

Manage an ibl.ai organization's learning catalog via the platform API — courses, programs, pathways, resources, skills, roles, course/program metadata, plus enrollment, eligibility checks, catalog search, and course reviews. Org-wide content and enrollment operations. Use when wiring up the catalog, enrolling users…

iblai/api · 77 tokens

iblai-api-credential

Manage an ibl.ai organization's digital credentials via the platform API — credential CRUD, user/group assignments, assertions, course-scoped credential import/export, external provider config + mapping (Accredible), and issuance analytics. Use when issuing, assigning, importing, or reporting on digital credentials…

iblai/api · 65 tokens

iblai-api-analytics

Read ibl.ai analytics via the platform API — agent (chat) analytics, content (courses/programs/pathways/skills) analytics, org-wide KPIs, per-user learning data, costs, and fine-grained LLM usage (per-model/-agent/-user cost, tokens, latency) — plus generate and download Data Reports. Scope per-agent or…

iblai/api · 97 tokens

canvas-course-builder

Build and populate Canvas LMS courses through the Canvas REST API — creating course shells, modules and module items, pages, assignments, quizzes (Classic and New Quizzes), discussions, announcements, files, assignment groups, sections and enrollments, plus bulk seeding from a spec file, course copies and Common…

iblai/api · 194 tokens