wiki

Ingest, query, lint, and manage markdown knowledge bases with cross-references.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/jimmi2051/oh-my-copilot --skill wiki-jimmi2051
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/jimmi2051/oh-my-copilot/tree/main/plugins/omc-copilot/skills/wiki
Command: npx skills add https://github.com/jimmi2051/oh-my-copilot --skill wiki-jimmi2051

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, self-maintained markdown knowledge base for project and session knowledge. Inspired by Karpathy's LLM Wiki concept.

Core Features & Use Cases

  • Ingest: Add or update wiki pages from discussion, code, or findings.
  • Query: Search across pages by keywords and tags, returning matching pages with snippets and citations.
  • Lint: Run health checks on wiki content, cross-references, and structural integrity.
  • Auto-Capture: Automatically create session-log pages for significant discoveries.
  • Cross-References: Use [[page-name]] links to connect related content.

Quick Start

Create and populate the wiki with an initial page titled 'Project Overview' that summarizes goals and key references.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I maintain a persistent markdown knowledge base across multiple LLM sessions?

You can maintain a persistent markdown knowledge base across LLM sessions by using local .omc storage to ingest, query, lint, and organize markdown files with cross-references.

How do I ingest and query markdown wiki pages for ongoing collaborative projects?

Ingest and query markdown wiki pages by adding discussion findings to the knowledge base, then search across pages by keywords and tags to retrieve matching content with citations.

Does this persistent wiki support cross-referencing between markdown files?

Yes, the persistent wiki supports cross-referencing between markdown files by using [[page-name]] links to connect related content and running lint checks for structural integrity.

What is the best way to automatically capture session logs into a markdown wiki?

The best way to automatically capture session logs into a markdown wiki is using the auto-capture feature, which automatically creates session-log pages for significant discoveries.

Can I lint and run health checks on cross-references in my markdown knowledge base?

Yes, you can lint and run health checks on cross-references in your markdown knowledge base to verify wiki content accuracy and maintain structural integrity across local files.

When should I not use a local markdown wiki for knowledge management?

You should not use a local markdown wiki for knowledge management if your projects require real-time multi-user collaboration or centralized server storage outside local .omc storage.