onboarding

onboarding is a skill for Claude Code, Codex from Maless88/Roadboard. It costs 80 tokens per session (650 once invoked), scanned A, original, MIT.

A project-onboarding workflow for RoadBoard, a system that records a codebase's projects, tasks, architecture, and working memory. It analyzes a cloned repository and creates a project guide for it.

In plain words
What is it for?
Use it to onboard a repository, record its architecture and baseline, populate RoadBoard, and create the repository's CLAUDE.md guide.
Why use it?
It turns an unfamiliar repository into documented project information, making its structure and current state easier to understand and track.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/maless88/roadboard/onboarding
Any agent
npx skills add Maless88/Roadboard --skill onboarding
Clone the repo
git clone --depth 1 https://github.com/Maless88/Roadboard

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/maless88/roadboard/onboarding.svg)](https://agentmods.dev/skills/maless88/roadboard/onboarding)
Your own site
<a href="https://agentmods.dev/skills/maless88/roadboard/onboarding"><img src="https://agentmods.dev/badge/skills/maless88/roadboard/onboarding.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 650 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00080 $0.00650
Opus 5 $0.00040 $0.00325
Sonnet 5 $0.00016 $0.00130
Haiku 4.5 $0.00008 $0.00065

Measured 4d ago against content hash 7340902b34d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 4d 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.

packages/agent-skills/onboarding/SKILL.md · 28 lines

How it starts

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

Project onboarding (into RoadBoard)

You onboard a project that already has its repo cloned locally (the clone path is in your context under "Repo del progetto"). Populate RoadBoard only via its MCP tools — never parallel stores.

First, refresh tool knowledge

Call initial_instructions once to get the current RoadBoard MCP operating manual before using other tools.

Steps

  1. Analyze the repo (read-only): identify stack, entry points, modules/services, dependencies, structure and conventions. Use Serena for code navigation (see the serena-nav skill) — do not grep for symbols.
  2. Discovery: summarize stack + structure (what is built, wired, stubbed).
  3. Baseline memory: save an architectural baseline as a RoadBoard memory entry (create_memory_entry, type architecture).
  4. Architecture / Atlas: map workspace/modules/services and their dependencies into RoadBoard via ingest_architecture (one-shot) OR the granular tools: create_architecture_repositorycreate_architecture_node (per app/module/service) → create_architecture_edge (depends_on, etc.) → create_architecture_link / create_architecture_annotation for semantic context.
  5. Plan/phase: create the onboarding phase and tasks (create_phase, create_task) reflecting current state and next steps; record key decisions (create_decision) when relevant.
  6. Render the project CLAUDE.md (Layer 3 / project facts): write a CLAUDE.md at the repo root with local dev orientation — stack, layout, run/build/test commands, entry points, conventions, gotchas, and the RoadBoard project id. This is a render of the RoadBoard summary, not a separate store: derive it from what you just put in RoadBoard. Do not put task/phase/decision data in it.
  7. Handoff: write a handoff memory entry with the next steps (navigation, state, gaps).

Hard rules

  • RoadBoard is the single source of truth for project management (tasks, phases, memory, decisions, architecture): every such artifact goes in via MCP, not in side files.
  • The per-repo CLAUDE.md is the ONLY allowed local file, and only as dev-orientation rendered from RoadBoard — never as a competing store of project-management data.
  • Read/analyze the repo freely; never commit — code commits happen only on the user's explicit request.
  • Never claim you onboarded / created something without having actually called the tool.
  • Report a concise summary of what you created (phase, tasks, Atlas nodes/edges, memory, CLAUDE.md).

Read the full file on GitHub · 28 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. 4d ago First seen · 28 lines · 80 tokens per session scan A 7340902b34d6

Subscribe to this mod's changes

onboarding is a skill published in the GitHub repository Maless88/Roadboard (2 stars, last pushed 19d ago), licensed MIT. It adds 80 tokens to every session and 650 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-31.