wiki

Ingest and index local Obsidian wiki pages into a QMD-backed searchable knowledge base.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EndUser123/sdlc --skill wiki-enduser123
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/EndUser123/sdlc/tree/main/skills/wiki
Command: npx skills add https://github.com/EndUser123/sdlc --skill wiki-enduser123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to manage a persistent Obsidian wiki and keep it searchable by coupling wiki pages with a QMD-backed search index, reducing manual lookup time.

Core Features & Use Cases

  • Ingest: Add new wiki pages and update existing ones with metadata to improve search and cross-references.
  • Query & Synthesis: Answer questions by querying the wiki content via the QMD_WIKI backend and synthesize concise results.
  • Lint & Index: Validate cross-references, uncover orphans, and rebuild the index catalog to reflect current state.
  • Cross-linking: Auto-insert wikilinks to related pages to improve navigability and context.

Quick Start

Use the wiki skill to ingest a new page and then query the vault to retrieve relevant notes.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I index an Obsidian vault for fast search?▼

To index an Obsidian vault for fast search, ingest local wiki pages into a QMD-backed search index. This process preserves page metadata and keeps the catalog fresh after changes.

How do I find orphan pages in my Obsidian wiki?▼

To find orphan pages in your Obsidian wiki, use the linting feature to validate cross-references. This uncovers orphans and rebuilds the index catalog to reflect the current vault state.

Can I auto-link related pages in a knowledge management wiki?▼

You can auto-link related pages in a knowledge management wiki by cross-linking during page ingestion. The system auto-inserts wikilinks to related pages to improve navigability and context.

What is the best way to query wiki content and synthesize answers?▼

The best way to query wiki content and synthesize answers is by using the QMD_WIKI backend. It retrieves relevant notes from the indexed knowledge base and synthesizes concise results.

Do I need any external dependencies to maintain a persistent Obsidian wiki?▼

No external dependencies are required to maintain a persistent Obsidian wiki. The skill operates independently to ingest pages, lint cross-references, and manage the search index catalog.

Why does my wiki search index show outdated results after editing pages?▼

Your wiki search index shows outdated results when the catalog is not rebuilt after changes. You must ingest updated pages or rebuild the index to keep the search index fresh and accurate.