wiki

Builds and maintains an interlinked markdown wiki from project codebase.

13|6|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/baekenough/second-brain --skill wiki-baekenough
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/baekenough/second-brain/tree/main/.claude/skills/wiki
Command: npx skills add https://github.com/baekenough/second-brain --skill wiki-baekenough

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds a persistent, interlinked codebase wiki that accelerates codebase understanding for developers and LLMs by centralizing documentation and knowledge.

Core Features & Use Cases

  • Incremental wiki generation: only changed sources are rewritten.
  • Interlinked markdown pages: supports cross-references and navigation.
  • Supports ingestion from codebase components: agents, skills, rules, guides, architecture, workflows, and concepts.
  • Searchable index and query capability to surface relevant pages quickly.

Quick Start

Run the wiki via the orchestration command to generate and incrementally update the wiki.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I generate an interlinked markdown wiki for my codebase?

To generate an interlinked codebase wiki, run the orchestration command which builds persistent markdown pages under a wiki directory, indexing project components like agents, skills, and architecture for navigation.

What is incremental wiki generation and how does it update documentation?

Incremental wiki generation updates documentation by detecting changed source files and rewriting only those specific markdown pages, ensuring efficient updates across agents, rules, guides, and concepts without rebuilding the entire knowledge base.

Can I query a codebase knowledge base to surface specific architecture pages?

Yes, you can query the codebase knowledge base using a searchable index and log database, which surfaces relevant interlinked markdown pages for architecture, workflows, and concepts quickly.

What's the best way to maintain codebase documentation for both developers and LLMs?

The best way to maintain codebase documentation for developers and LLMs is building a persistent, interlinked markdown wiki that centralizes knowledge and operates through parallel, multi-agent ingestion workflows.

Does the wiki ingestion workflow support parallel processing for multiple agents?

Yes, the wiki ingestion workflow executes in a parallel, multi-agent orchestration pattern, allowing multiple agents to process and write interlinked markdown pages concurrently across different codebase components.