wiki

Displays the project wiki index with folder tree and curated file summaries.

Updated May 14, 2026
One-click install
npx skills add https://github.com/dadlabs-io/llm-wiki-bootstrap --skill wiki-dadlabs-io
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/dadlabs-io/llm-wiki-bootstrap/tree/main/bootstrap/skills/wiki
Command: npx skills add https://github.com/dadlabs-io/llm-wiki-bootstrap --skill wiki-dadlabs-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a project accumulates a large wiki of captured knowledge, it becomes hard to know what is actually in there without opening files one by one. This Skill shows the wiki's top-level index — the folder tree plus a curated file list with summaries — so you can browse what has been captured at a glance. ## Core Features & Use Cases - Index Display: Resolves the project's notebook through the registry (.claude/wiki-config.json) and prints <notebook>/_INDEX.md as-is, already formatted for reading. - Stale Index Regeneration: Detects when _INDEX.md is missing or older than the newest wiki entry and regenerates it with wiki-index.py; can also rebuild per-folder indexes and the top-level _MAP.md orientation map. - Multi-Notebook Support: The --topic <name> flag on the helper scripts targets any other registered notebook. - Use Case: You return to a project after two weeks and ask "what's in the wiki?" — the Skill shows the curated index and offers to open any entry you want to drill into. ## Quick Start Ask the assistant to show you the project wiki index and list the topics that have been captured.

Frequently Asked Questions about wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see what is in my project wiki?▼

Invoke the wiki skill or ask "show me the wiki" and it reads the notebook's top-level _INDEX.md, displaying the folder tree and curated file list as-is. It then offers to open any specific entry you want to drill into.

What is the difference between wiki browsing and wiki search?▼

The wiki skill is for browsing: it shows the curated index of everything captured. The wiki-search skill is for finding something specific via keyword or hybrid queries. Use wiki when you want an overview, wiki-search when you have a target.

Where does the wiki skill look for the wiki files?▼

It resolves the notebook through the registry in .claude/wiki-config.json, which points to a notebook in the notebooks vault. Projects scaffolded with an in-project wiki use llm-wiki/ instead; --vault is only needed for legacy vaults outside the registry.

Why is my wiki index out of date?▼

The index is regenerated by the filing script each time an entry is filed, but if _INDEX.md is missing or older than the newest file in wiki/, the skill regenerates it with wiki-index.py before displaying it.

Can I view the index of a different notebook?▼

Yes. Pass --topic <name> to any of the helper scripts (wiki-index.py, wiki-index-per-folder.py, wiki-map-compile.py) to pick another registered notebook instead of the current project's default.