onboarding

onboarding is a skill for Claude Code from odere-pro/claude-wiki-pages-plugin. It costs 118 tokens per session (964 once invoked), scanned A, original, MIT.

A guided first-run setup for turning a new project into a working personal wiki, a collection of linked notes and sources. It checks the setup, creates the wiki structure, adds a first source, imports it, and helps the user ask a first question.

In plain words
What is it for?
It is for checking the installation, creating the wiki folders, importing an initial source, repairing setup problems, and getting a first cited answer.
Why use it?
It gives new users a verified path through setup and can resume from steps that are already complete.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the claude-wiki-pages plugin — 26 skills, 5 commands, 17 agents, 7 hooks shipped together

Good fit It is for checking the installation, creating the wiki folders, importing an initial source, repairing setup problems, and getting a first cited answer.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/odere-pro/claude-wiki-pages-plugin/onboarding
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.

Any agent
npx skills add odere-pro/claude-wiki-pages-plugin --skill onboarding
Clone the repo
git clone --depth 1 https://github.com/odere-pro/claude-wiki-pages-plugin

Made for: Claude Code.

Or install claude-wiki-pages, the plugin that ships this one along with the rest of its 26 skills, 5 commands, 17 agents, 7 hooks.

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/odere-pro/claude-wiki-pages-plugin/onboarding/github.svg)](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/onboarding)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/onboarding"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/onboarding/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for onboarding

Your own site · 80×15
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/onboarding"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/onboarding.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 964 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.00118 $0.00964
Opus 5 $0.00059 $0.00482
Sonnet 5 $0.00024 $0.00193
Haiku 4.5 $0.00012 $0.00096

Measured 9d ago against content hash c69385b80a13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 9d 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.

skills/onboarding/SKILL.md · 56 lines

How it starts

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

Onboarding — guided first run

Take someone from "just installed the plugin" to "I have a cited answer from my own wiki" in five short steps. Each step verifies before moving on and explains what just happened, so the user learns the model by doing it once.

Principles

  • One step at a time. Do a step, show the result, say what is next. Never dump the whole pipeline.
  • Resume, don't restart. Probe state first; skip steps already done. Re-running is always safe.
  • Self-healing. Ingest runs the git-checkpointed auto-heal; never ask the user to fix structure by hand.
  • Plain language. The user does not need to know the words "MOC" or "frontmatter" to finish onboarding.

Steps

  1. Health check. Run /claude-wiki-pages:doctor (or bash scripts/doctor.sh). If anything is red, run it with --fix and explain what was repaired. Confirm Bun is present (the engine) — if not, note that hooks still work and point to https://bun.sh.
  2. Scaffold the vault. If no vault exists, run the init skill to create vault/ (immutable raw/, maintained wiki/, schema in vault/CLAUDE.md). Tell the user where it is and that raw/ is for their sources.
  3. Add a first source. Check whether vault/raw/ already contains the bundled sample source (sample-source.md) — it is seeded there by the scaffold so first-time users can ingest immediately without providing their own material. Tell the user it is there. Ask whether they want to add their own file instead or alongside it; if so, ask them to drop it into vault/raw/ and confirm it landed.
  4. Ingest. Run the ingest flow (/claude-wiki-pages:wiki "ingest the new source"). Explain that the plugin reads the source, writes cited wiki pages, and auto-heals the wiki under a git checkpoint (so it is always reversible with git revert). Show the new pages.
  5. Ask a question. Run /claude-wiki-pages:query "<a question the source can answer>". Show the answer with its [[wikilink]] citations — this is the payoff: answers grounded in the user's own material.

Read the full file on GitHub · 56 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. 9d ago First seen · 56 lines · 118 tokens per session scan A c69385b80a13

Subscribe to this mod's changes

onboarding is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 118 tokens to every session and 964 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

raindrop-triage

This skill should be used when the user asks to 'triage unsorted bookmarks', 'clean up raindrop inbox', 'sort unsorted', 'organize bookmarks', 'raindrop triage', 'process bookmark backlog', 'promote triaged bookmarks', 'classify triaged', 'raindrop cleanup', 'deduplicate bookmarks', 'find duplicate bookmarks', 'tag…

voxpelli/vp-claude · 181 tokens

session-bookmarks

This skill should be used to save URLs or links found this session as Raindrop bookmarks — triggers: 'bookmark URLs from this session', 'save links we found', 'save notable URLs to Raindrop', 'save session URLs', 'raindrop bookmarks from session'. Scans the current conversation for high-signal URLs discovered during…

voxpelli/vp-claude · 129 tokens

tag-sync

This skill should be used when the user asks to 'manage tag vocabulary', 'update raindrop tags', 'sync tag vocabulary', 'curate tags', 'refresh tags file', 'rebuild tag vocabulary', 'what tags should I use', 'tag reference', 'raindrop tag vocabulary', 'create tags reference', 'tag inventory', 'tag sync'. Fetches the…

voxpelli/vp-claude · 126 tokens

add-teams

Adds Microsoft Teams connector to a Power Apps code app. Use when sending Teams messages, posting to channels, or integrating with Teams chat.

microsoft/power-platform-skills · 31 tokens

manage-desktop-flows

Manage and run Power Automate Desktop (RPA) flows and machine groups. Use when the user asks about desktop flows, RPA, or machine groups.

microsoft/power-platform-skills · 38 tokens

mix-compression

Reduce mix output noise (5-15% token savings) by installing rtk filters that compress mix test/credo/dialyzer/compile output before it reaches Claude. Use when long mix output floods context.

oliver-kriska/claude-elixir-phoenix · 48 tokens