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 agentmods add instructions/sdsrss/onboard/claude-mdgit clone --depth 1 https://github.com/sdsrss/onboardWrote 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/instructions/sdsrss/onboard/claude-md)<a href="https://agentmods.dev/instructions/sdsrss/onboard/claude-md"><img src="https://agentmods.dev/badge/instructions/sdsrss/onboard/claude-md.svg" alt="Measured on agentmods" 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 | $0.04420 | $0.04420 |
| Opus 5 | $0.02210 | $0.02210 |
| Sonnet 5 | $0.00884 | $0.00884 |
| Haiku 4.5 | $0.00442 | $0.00442 |
Grade E, and why
onboard CLAUDE.md scanned grade E with 3 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
| `guard-bash.sh` | PreToolUse / `Bash` | Deny dangerous shell patterns (`rm -rf /`, force-push to main, `curl \| sh`, …) | Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
| `guard-bash.sh` | PreToolUse / `Bash` | Deny dangerous shell patterns (`rm -rf /`, force-push to main, `curl \| sh`, …) | Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
| `guard-bash.sh` | PreToolUse / `Bash` | Deny dangerous shell patterns (`rm -rf /`, force-push to main, `curl \| sh`, …) | How it starts
The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
What this repo is
This repo is not an application — it is the /onboard Claude Code Skill itself (current version: v3.2.0). The "code" being maintained is:
skills/onboard/SKILL.md(v2.10 moved here from repo root) — the workflow spec defining a 10-phase onboarding protocol (Phase 0 / 0.5 / 1 / 1.5 / 1.7 / 2 / 2.5 / 3-8), Doctor Mode (--doctor, v2.5+; D1-D15 checks), Mode model (--local-onlydefault vs--share, v2.6+), Install Plan / Plugin recommendation matrix (v2.7+), Uninstall Mode + marker/snapshot protocols (v2.8+), and Plugin marketplace install-source detection (v2.9+). v3.0 起 Phase 7 / Uninstall Mode / 状态文件结构 三段抽到 sub-file;v3.2 起新增 Plugin recommendation matrix 第 4 段 (skills/onboard/phases/phase-7.md/skills/onboard/phases/uninstall.md/skills/onboard/references/state-schema.md/skills/onboard/references/recommendations.md);SKILL.md 原位置保留 sentinel header + 4-8 bullet summary +Read sub-file.md指令;consumer Claude 进入对应 phase 前必须 Read sub-file(元规则 27)。This file's frontmatter (name: onboard,disable-model-invocation: true,allowed-tools: Read, Glob, Grep) registers it as a Skill — atskills/<name>/for plugin discovery, or under standalone.claude/skills/onboard/after install.sh.skills/onboard/hooks/*.sh(v2.10 moved) — 4 hook scripts; git index mode100755(executable).skills/onboard/settings.template.json+skills/onboard/settings.local.template.json(v2.10 moved) — reference configs for--share/--local-onlymodes; co-located with SKILL.md.install.sh(v2.8, v2.10 redesigned) — universal installer (install/update/uninstall/doctor); uses staging cache at~/.claude/.cache/onboard-source/for fast updates; copiesskills/onboard/*into install target..claude-plugin/plugin.json(v2.8, v2.9 schema-corrected) — Claude Code plugin manifest, canonical schema only..claude-plugin/marketplace.json(v2.9) — Claude Code plugin marketplace catalog at repo root; required for/plugin marketplace add sdsrss/onboardto find the plugin.tests/run.sh+tests/integration/*.sh— in-repo sandbox tests for plugin install / hook execution / installer round-trip / SKILL.md link consistency / hook runtime behavior / v2.11 uninstall modes / v2.12 state-schema validation (224 assertions across 10 integration tests:plugin-install.sh24 +hook-mirror.sh33 +install-roundtrip.sh38 +skillmd-links.sh21 +hook-behavior.sh55 +cc-plugin-detection.sh8 +prepare-script-detection.sh2 +sync-versions-detection.sh1 +uninstall-modes.sh21 +state-schema.sh21); run viabash tests/run.sh. v2.11.1 addsscripts/verify-counts.shto auto-check the headline+per-test claims here / in CHANGELOG against actualpass:counts — drift triggers non-zero exit. v2.11.2 addsscripts/release-preflight.shwhich bundlesverify-counts.sh+ version-bump completeness +git update-index --chmod=+xon new.sh+ staged-file sanity into a single pre-commit check. v2.11.3 adds.envboundary-anchored deny inguard-bash.sh(H1; 12 new hook-behavior assertions) +mirror-hooks.shcmp -s fast path (L1; 4 new hook-mirror assertions) + inline_keeper_command_after_skill_uninstalldoc fields insettings.local.template.json(M5) +install.shIron Law 14 stage-cache exemption comment (M4) + README "never auto-installs" 设计承诺 section. v2.12.0 addsONBOARD_FORBIDDEN_COMMANDSnewline-separated regex env inguard-bash.sh(H2; 11 new hook-behavior assertions) + per-stacklint_timeout_sec/typecheck_timeout_sec/format_timeout_sec/format_check_timeout_secin stacks.json (H3; 4 new hook-behavior assertions) +scripts/validate-state.shruntime state-schema validator +state-schema.shintegration test (C2; 21 new assertions). Persisted post-v2.10 from the prior/tmp/onboard-plugin-test.sh;hook-behavior.shadded in v2.10.2;cc-plugin-detection.sh/prepare-script-detection.sh/sync-versions-detection.sh/uninstall-modes.shadded in v2.11.0 for the 8 P-A items;state-schema.shadded in v2.12.0 for C2.README.md— install + usage guide for end users.CHANGELOG.md— version history.
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.
- 4d ago First seen · 120 lines · 4,420 tokens per session scan E 087f2879f252
onboard CLAUDE.md is an instructions file published in the GitHub repository sdsrss/onboard (2 stars, last pushed 3mo ago), licensed MIT. It adds 4,420 tokens to every session, about $0.0221 per session on Opus 5. A static security scan graded it E with 3 findings (downloads and executes remote code, recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
recursive-decomposition-skill AGENTS.md
Instructions for massimodeluisa/recursive-decomposition-skill, covering agents: recursive-decomposition skill, read these first (mandatory), language policy, non-negotiables and commands.
stockbit-mcp CLAUDE.md
Claude Code instructions for INo-xious/stockbit-mcp, covering claude.md, what this is, commands, the map and three invariants. do not break them; each has a test.
devin-handoff AGENTS.md
Instructions for club-cog/devin-handoff, covering devin handoff — agent guide, what this is, when to hand off, finding the script and how to use.
plumb-line AGENTS.md
Instructions for slopstopper/plumb-line, covering agents.md — plumb-line, where things are written down, four things that are load-bearing, tracking (recursive-spine convention) and moments map.
agentic-seo-skills AGENTS.md
Instructions for agencia-conversion/agentic-seo-skills, covering agentic seo — agent runtime contract, mission, six pillars, audience and delivery — web companion first.
superpowers-graph CLAUDE.md
Claude Code instructions for RonMizrahi/superpowers-graph, covering superpowers-graph — repository guide, sources of truth, changing the graph — the eval ships with the change and rules that are not obvious from the code.