init

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

An onboarding skill that creates the initial folder structure for an LLM Wiki in a project. An LLM Wiki is a structured collection of project knowledge that an AI agent can update and query.

In plain words
What is it for?
It initializes or repairs a wiki vault, saves its location, and explains the next steps; it does not ingest, check, or search the stored content.
Why use it?
It gives a new project the files and folders needed to start storing this knowledge without overwriting existing content.

Skill for Claude Code

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

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

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

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add odere-pro/claude-wiki-pages-plugin
Claude Code
/plugin install claude-wiki-pages

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 init

README.md
[![agentmods](https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/init.svg)](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/init)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/init"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/init.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,286 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.1 $0.00077 $0.03286
Opus 5 $0.00039 $0.01643
Sonnet 5 $0.00015 $0.00657
Haiku 4.5 $0.00008 $0.00329

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

Security

Grade A, and why

init 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 6d 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/init/SKILL.md · 244 lines

How it starts

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

LLM Wiki — Onboarding

Bootstrap a fresh vault/ in the user's project and hand off to the ingest pipeline. The skill is idempotent and self-repairing: it always persists the chosen vault path, creates the vault directory if it is missing, and fills in any missing required files or subdirectories from the plugin's reference scaffold without overwriting user content. Running it twice on a healthy vault is a no-op.

This skill owns initialization. It does not ingest, lint, or query — those roles belong to /claude-wiki-pages:ingest, /claude-wiki-pages:lint, and /claude-wiki-pages:query.

When to invoke

  • The user has installed the plugin and asks how to start.
  • No vault/ directory exists in the user's project.
  • The vault directory exists but is empty or missing required files / folders.
  • The user explicitly asks for a new vault or wants to reset to a known-good scaffold.

Safe to invoke even when a populated vault already exists — the skill detects that case, reports the current state, ensures settings are persisted, and exits without overwriting anything.

Reading contract

Sealed inputs this skill may read:

  • The plugin's own ${CLAUDE_PLUGIN_ROOT}/skills/init/template/ tree — the reference scaffold used as the copy source. This is always the plugin cache path, never a project-local path (even when the user's chosen vault happens to be docs/vault).
  • The plugin's ${CLAUDE_PLUGIN_ROOT}/skills/init/template/CLAUDE.md — the authoritative schema.
  • The user's project root — to determine the target install path and detect a prior install.

This skill MUST NOT read raw/ or wiki/ content from any other source.

Writing contract

Two write targets, both scoped to the user's project:

  1. <project>/<vault>/ — the scaffold tree. Only missing files and directories are written; existing user content is never overwritten.
  2. <project>/.claude/claude-wiki-pages/settings.json — written via scripts/set-vault.sh so the chosen vault path persists across sessions.

Read the full file on GitHub · 244 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. 6d ago First seen · 244 lines · 77 tokens per session scan A b5ed3ddfe7aa

Subscribe to this mod's changes

init is a skill published in the GitHub repository odere-pro/claude-wiki-pages-plugin (1 stars, last pushed 2mo ago), licensed MIT. It adds 77 tokens to every session and 3,286 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.

Related

Other skills, from other repositories

knowledge-maintain

This skill should be used when the user asks to fix, repair, or tidy one or more SPECIFIC named notes — 'fix these notes', 'fix the issues in [note]', 'add the missing relations to [note]', 'tidy up [note]', 'fix orphan [note]', 'apply the gardener findings for [note]'. Applies structural fixes (missing sections…

voxpelli/vp-claude · 183 tokens

knowledge-garden

This skill should be used when the user asks to audit, health-check, or structurally validate one or more SPECIFIC named notes or a bounded topic cluster — 'audit these notes', 'check this note for orphans or broken links', 'fourth-wall check on [note]', 'validate the structure of [note]', 'spot-check [note]'. Runs a…

voxpelli/vp-claude · 152 tokens

knowledge-prime

This skill should be used when the user asks to 'prime context', 'load project knowledge', 'what do we know about this project', 'knowledge brief', 'project context', 'what packages are documented', 'show coverage for this project', 'dependency coverage report', 'which of our deps have notes', 'knowledge primer'…

voxpelli/vp-claude · 128 tokens

nudge

This skill (explicit /nudge only) manages Claude Code feature-adoption nudges sourced from the Basic Memory note main/reference/claude-code-noteworthy-features. Bare /nudge = Mode A (sync): re-read the note, filter out features already marked adopted or declined, and regenerate the tip cache…

voxpelli/vp-claude · 210 tokens

session-reflect

This skill should be used when the user asks to 'reflect on this session', 'save insights to memory', 'capture what we learned', 'commit this to memory', 'save decisions to Basic Memory', 'write up what we did', 'preserve what we found', 'save insights from this conversation', 'save what was discovered', 'capture…

voxpelli/vp-claude · 147 tokens

knowledge-ask

This skill should be used when the user asks 'what do I know about [topic]', 'what does Basic Memory say about [X]', 'do I have notes on [X]', 'look up [X] in my knowledge graph', 'ask memory about [X]', 'recall what we captured about [topic]', 'find notes on [topic]', 'knowledge question', 'query the knowledge…

voxpelli/vp-claude · 142 tokens