wiki

Store and retrieve project knowledge in a Markdown wiki under .omk/wiki with cross-reference links and searchable pages.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill wiki-goblin1024
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/wiki
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill wiki-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, self-maintained Markdown knowledge base for project and session knowledge, stored locally to prevent context loss and improve information retention.

Core Features & Use Cases

  • Ingest, index, and organize notes as Markdown pages under .omk/wiki.
  • Query, lint, and cross-reference pages to maintain a clean, searchable knowledge base across sessions.
  • Auto-capture discoveries at session end and build a session-log for traceability.

Quick Start

Ingest a new wiki page titled 'Auth Architecture' with content describing the authentication flow and tag it as 'security'

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I create a persistent markdown wiki for project knowledge capture?▼

To create a persistent markdown wiki, ingest notes as titled pages stored locally under .omk/wiki. This enforces local storage with an index and log to prevent context loss across sessions.

What is the best way to search and retrieve historical markdown notes across sessions?▼

Fast keyword search across .omk/wiki pages retrieves historical context quickly. You query the indexed markdown knowledge base to cross-reference notes and maintain traceability through session logs.

Can I manage page lifecycles and cross-reference links in a local markdown knowledge base?▼

Yes, you can manage page lifecycles and cross-reference links in a local markdown knowledge base. The wiki supports linting pages and enforcing cross-reference links to maintain a clean, searchable repository.

Does the wiki skill require external dependencies to store project notes locally?▼

No external dependencies are required to store project notes locally. The wiki skill operates independently using local storage under .omk/wiki, maintaining its own index and session log for knowledge retention.

How do I automatically capture discoveries and build a session log for traceability?▼

Auto-capture discoveries at session end to build a session-log for traceability. The wiki ingests new markdown pages and logs them automatically, ensuring historical context is preserved for future cross-referencing.