index

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

A skill that creates or refreshes a vault's main catalog, called a map of content. The catalog lists topic folders and synthesis notes in vault/wiki/index.md.

In plain words
What is it for?
Rebuilding the vault catalog, listing every top-level topic, adding summaries and aliases from folder notes, and correcting index drift reported by the vault linter.
Why use it?
It keeps the vault's top-level index accurate after topics or synthesis notes are added, so users can find the available material in one place.

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 Rebuilding the vault catalog, listing every top-level topic, adding summaries and aliases from folder notes, and correcting index drift reported by the vault linter.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/index/github.svg)](https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/index)
Your own site
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/index"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/index/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 index

Your own site · 80×15
<a href="https://agentmods.dev/skills/odere-pro/claude-wiki-pages-plugin/index"><img src="https://agentmods.dev/badge/skills/odere-pro/claude-wiki-pages-plugin/index.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,116 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.00080 $0.01116
Opus 5 $0.00040 $0.00558
Sonnet 5 $0.00016 $0.00223
Haiku 4.5 $0.00008 $0.00112

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

Security

Grade A, and why

index 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/index/SKILL.md · 125 lines

How it starts

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

LLM Wiki — Index

Refresh vault/wiki/index.md — the vault MOC.

Per-folder folder notes (wiki/<topic>/<topic>.md, type: index; legacy _index.md where still present) are maintained by /claude-wiki-pages:ingest during ingest. This skill does not touch them.

When to invoke

  • A new top-level topic folder has been created.
  • A synthesis note has been added under wiki/_synthesis/.
  • /claude-wiki-pages:lint reports vault-MOC drift.
  • The user asks for an index refresh.

Reading contract

  • vault/CLAUDE.md — the schema.
  • vault/wiki/ — the full tree, specifically:
    • Top-level topic folders (children of wiki/).
    • wiki/_synthesis/*.md — the synthesis notes.
    • Each top-level folder's folder note (or legacy _index.md) — to pull its topic title and the aliases the vault MOC should expose.

Writing contract

Exactly one write target:

vault/wiki/index.md

With frontmatter matching the index type schema, and a body that:

  • Lists every top-level topic folder under a ## Topics heading, one line per folder, format - [[<folder>]] — <one-line summary from the folder note> (filename wikilink to the folder note, matching the quoted "[[<folder>]]" form the schema requires in the root child_indexes:).
  • Lists every synthesis note under ## Syntheses, one line per file, format - [[<file-basename>|<Title>]] — <synthesis_type> (piped basename target — a bare [[<Title>]] does not resolve to the kebab-case filename and renders as a ghost node).
  • Ends with an auto-generated timestamp: _Generated <YYYY-MM-DD>._

Plus one log append:

## [YYYY-MM-DD] index | refreshed vault MOC (<N> topics, <M> syntheses)

This skill MUST NOT:

  • Touch per-folder folder notes (wiki/<topic>/<topic>.md, or legacy _index.md). Ever.
  • Write any page other than wiki/index.md and wiki/log.md.
  • Reorder entries non-deterministically — ordering must be stable, so repeated runs on an unchanged tree produce no diff.

Ordering

Read the full file on GitHub · 125 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 · 125 lines · 80 tokens per session scan A d5ef824ecabd

Subscribe to this mod's changes

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

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-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

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