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 skills/perpetualsoftware/pad/onboardnpx skills add PerpetualSoftware/pad --skill onboardgit clone --depth 1 https://github.com/PerpetualSoftware/padWhat 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.00011 | $0.00987 |
| Opus 5 | $0.00005 | $0.00494 |
| Sonnet 5 | $0.00002 | $0.00197 |
| Haiku 4.5 | $0.00001 | $0.00099 |
Grade A, and why
onboard 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 3d 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.
What it actually says
Set this project up with Pad. If pad is not on PATH, give the install one-liner
from https://getpad.dev/install and stop.
If no .pad.toml exists, first run pad auth whoami (fast and safe: in
non-interactive use — which is where you run — it returns immediately rather
than waiting on input, and it works regardless of workspace-link state) to
check whether this machine is already configured and authenticated:
- If it reports a real user, it's safe to self-heal: run
pad workspace init(a name/--templateare optional) to link and create the workspace non-interactively. - If it reports "not configured," "session expired," or anything other than a
real user, this machine hasn't finished setup yet. Do not run
pad initorpad workspace inityourself —pad workspace initnow fails fast, non-interactively, with an actionable error instead of hanging (BUG-2538/BUG-2577): "not been initialized yet" pointing atpad auth setup, or "not authenticated" pointing atpad auth login. That error still means only a human at an interactive terminal can finish it, so running it yourself just spends a tool call confirming whatpad auth whoamialready told you. (With both stdin AND stdout attached to a real terminal it instead drops into the browser auth flow, now bounded at 20 minutes wall-clock — not a state your tool call is ever in.)pad initis not a safer probe either: verified live, it fails fast when stdin/stdout aren't terminals in both states — genuinely unconfigured, and (since BUG-2592) the session-expired sub-case of configured-but-unauthenticated — with the same real-terminal caveat as above, so probing it tells you nothingpad auth whoamididn't. Tell the user to runpad initthemselves in an interactive terminal — in Claude Code, suggest they type! pad initto run it directly in their own terminal. Stop here; there's nothing more this skill can do until that completes.
Once linked, run pad bootstrap --format json, then run the onboard
playbook — do not improvise your own setup script. The playbook is
workspace-owned and user-editable (PLAN-1496's adaptation posture): a team
that has rewritten theirs must get their version from every surface,
including this shortcut. Three steps, in this order:
-
Ensure the playbook is active. Check the bootstrap's
playbooksarray forinvocation_slug=onboard, status=active. If instead an onboard entry exists in a non-active status (draft/deprecated), REACTIVATE it in place (pad item update PLAYB-N --field status=active) —invocation_slugis workspace-unique, so library activation next to an existing entry creates a duplicate or fails on the slug. Only when no onboard playbook exists at all, activate from the library:pad library activate "Onboard a workspace"(activate takes the exact library title;pad library listshows it), or the Web UI's Playbooks → Library. -
Load the body and follow it — it IS the script:
pad playbook show onboard --format markdown -
Let its mode detection route, and frame
needs_onboardinghonestly. The playbook'smodeargument isauto(default),build,audit, orrevisit, plus a separatedefaultsflag that fast-paths the interview.autosends a workspace with ANY user-created item torevisit— andneeds_onboarding: falsemeans exactly that one fact, NOT that onboarding ever ran. So when it's false, say what exists (collections, active conventions fromconvention_index), and if the user says the workspace was never really set up, pass an explicitmode=buildormode=audit— the playbook honors the override — rather than expectingautoto pick the fuller pass, and rather than declaring setup complete yourself.
Create items only after the user confirms the shape — the same confirm-before-creating rule as everywhere else.
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.
- 3d ago First seen · 73 lines · 11 tokens per session scan A 1b09bd947b08
onboard is a skill published in the GitHub repository PerpetualSoftware/pad (146 stars, last pushed 3d ago), licensed Apache-2.0. It adds 11 tokens to every session and 987 once invoked, about $0.0001 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-30.
Other skills, from other repositories
docmancer
Work from the same local memory as every other coding agent on this machine. Recall prior decisions, preferences, instructions, and project conventions that Claude Code, Codex, Cursor, and other agents wrote here, with cited sources, fully local. Also searches a separate local technical-documentation index.
Sverklo Code Intelligence
Gives you deep codebase understanding — semantic search, blast-radius analysis, PR review, and health audits.
lians
Use Lians financial-grade agent memory - store and recall facts with a bitemporal model so stale revisions never contaminate context. Use whenever an agent needs persistent memory in finance, healthcare, or legal work, or when a task asks "what did we know on/before ", needs an audit trail, or must erase a data…
lians-integrate
Wire Lians memory into an existing agent codebase, test-first and minimal-diff. Use when the user asks to add persistent/compliance memory to their agent, integrate Lians, or replace a vector store with bitemporal memory.
memoryguard
Local-first MCP memory backend and governance console for coding agents. Auto-organize, quarantine, supersede, and rollback shared memories across multiple agents.
engram
Local-first personal AI identity and memory layer for MCP-compatible coding tools (Claude Code, Codex, Cursor, and others). Use this skill when the user wants to continue from a previous session ("continue from last session", "pick up where we left off"), recall a past decision ("what did we decide", "what was our…