onboarding

onboarding is a skill for Claude Code, Codex from schub-tech/llm-ideation-wiki. It costs 43 tokens per session (558 once invoked), scanned C, original, MIT.

A setup guide for connecting a fresh project to Notion, a collaborative workspace, so it can serve as an idea wiki.

In plain words
What is it for?
It helps initialize the wiki, connect its root Notion page, check the setup, and prepare the project without creating ideas.
Why use it?
It removes the manual steps of checking the project, configuring the Notion connection, and signing in to the required command-line tool.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit It helps initialize the wiki, connect its root Notion page, check the setup, and prepare the project without creating ideas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/schub-tech/llm-ideation-wiki/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 schub-tech/llm-ideation-wiki --skill onboarding
Clone the repo
git clone --depth 1 https://github.com/schub-tech/llm-ideation-wiki

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/schub-tech/llm-ideation-wiki/onboarding.svg)](https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/onboarding)
Your own site
<a href="https://agentmods.dev/skills/schub-tech/llm-ideation-wiki/onboarding"><img src="https://agentmods.dev/badge/skills/schub-tech/llm-ideation-wiki/onboarding.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00043 $0.00558
Opus 5 $0.00022 $0.00279
Sonnet 5 $0.00009 $0.00112
Haiku 4.5 $0.00004 $0.00056

Measured 8d ago against content hash fb64a5abf3cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade C, and why

onboarding scanned grade C with 2 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 8d 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.

3. If `ntn` is missing, tell the user the Notion CLI is required. Ask before installing external software, then install with the official command `curl -fsSL https://ntn.dev | bash` when approved.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

3. If `ntn` is missing, tell the user the Notion CLI is required. Ask before installing external software, then install with the official command `curl -fsSL https://ntn.dev | bash` when approved.
.agents/skills/onboarding/SKILL.md · 38 lines

What it actually says

Set up the repo as a Notion-backed idea wiki. Do infrastructure only; do not create ideas.

Ask first.

If the user has not already provided it, ask for the Notion page URL to use as the wiki root.

Do not proceed until you have the root page URL.

Set up Notion.

  1. Read README.md, AGENTS.md, docs/agent/notion-contract.md, and notion.config.json if it exists.
  2. Check whether ntn exists with command -v ntn or ntn --version.
  3. If ntn is missing, tell the user the Notion CLI is required. Ask before installing external software, then install with the official command curl -fsSL https://ntn.dev | bash when approved.
  4. Run ntn doctor.
  5. If the CLI is not authenticated, run ntn login. This should open the user's browser; ask the user to complete the browser approval and confirm the verification code.
  6. If the environment is headless and ntn login prints a URL and poll command, show the URL/code to the user, then run the printed poll command after they approve in the browser.
  7. Re-run ntn doctor after login.
  8. Extract the page ID from the Notion URL and store it as the compact ID in notion.config.json.
  9. For a new wiki root, reset pages in notion.config.json before seeding so old page IDs are not reused.
  10. Set mode to notion-cli, keep version: 1, and store root_url, root_page_id, root_title, and root_emoji.
  11. Run scripts/notion_wiki.py seed --refresh-existing to create Raw, Shared, Wiki, and Templates.

Finish.

  1. Run the ritual (AGENTS.md § Mechanics), plus scripts/notion_wiki.py ls.
  2. Tell the user setup is complete and the next step is /founder-profile. After that, use /new-idea to create the first idea.

Rules.

  • Do not create idea pages during onboarding.
  • If the root page title or icon cannot be read, default to LLM Wiki and 🧠.
  • The agent can start browser login, but the user must approve Notion access themselves.
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. 8d ago First seen · 38 lines · 43 tokens per session scan C fb64a5abf3cb

Subscribe to this mod's changes

onboarding is a skill published in the GitHub repository schub-tech/llm-ideation-wiki (11 stars, last pushed 1mo ago), licensed MIT. It adds 43 tokens to every session and 558 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.