wiki

Ingest Markdown sources into an interconnected topic index with cross-links.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Buckeyes22/weather-app --skill wiki-buckeyes22
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Buckeyes22/weather-app/tree/main/docs/corpora/citadel-protocols/skills/wiki
Command: npx skills add https://github.com/Buckeyes22/weather-app --skill wiki-buckeyes22

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you create and maintain a Markdown-based knowledge base by ingesting raw sources and building an interconnected topic index, enabling navigation without embeddings.

Core Features & Use Cases

  • Ingest documentation, research, and notes into structured, interlinked topics.
  • Compile sources into a searchable index and cross-linked topic files for quick retrieval.
  • Answer questions by reasoning over the organized topics and their relationships, not by embeddings.

Quick Start

Ingest sources with /wiki --add to build topics and an index from Markdown sources.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I build a Markdown knowledge base from raw notes without using embeddings?

You build a Markdown knowledge base by ingesting raw sources to automatically detect topics and compile an interconnected topic index. It organizes project documentation and notes into cross-linked files, enabling navigation without embeddings.

What's the best way to organize research notes into interlinked topics for quick retrieval?

Organizing research notes into interlinked topics is done by ingesting raw Markdown sources into a wiki directory. The system detects topics from content, updates cross-links, and builds a searchable index for quick retrieval.

Does this wiki tool require a specific directory structure to manage project documentation?

Yes, managing project documentation requires a wiki directory containing topics and an index. The tool detects topics from your ingested content and updates cross-links and metadata within this structure accordingly.

Can I navigate my knowledge base by topic relationships instead of semantic search?

Yes, you navigate the knowledge base by reasoning over organized topics and their cross-linked relationships rather than semantic search. The system updates cross-links and metadata to connect related topics for quick navigation.

How do I add new Markdown sources to an existing topic index?

You add new Markdown sources to the topic index by running the ingest command. This automatically detects topics from the newly added content and updates the cross-links and metadata across the existing knowledge base.