wiki

Maintain a persistent markdown knowledge base with keyword-based wiki page retrieval.

2|Updated May 11, 2026
One-click install
npx skills add https://github.com/xz1220/oh-my-kimi --skill wiki-xz1220
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/xz1220/oh-my-kimi/tree/main/skills/wiki
Command: npx skills add https://github.com/xz1220/oh-my-kimi --skill wiki-xz1220

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of losing important decisions, architecture notes, and research outcomes between sessions by continuously building a self-maintained markdown knowledge base.

Core Features & Use Cases

  • Ingest multi-page knowledge: Turn structured content into one or more wiki pages in a consistent format, including tags and categories for later retrieval.
  • Cross-page query with references: Search across all stored pages by keywords, tags, and category, then synthesize an answer grounded in the matched page excerpts.
  • Self-maintenance and hygiene: Run lint checks to detect orphan pages, outdated content, broken cross-references, oversized pages, and structural contradictions.
  • Session-to-wiki continuity: Automatically capture important findings into session-log pages so you keep a living record of what was learned.

Quick Start

Ask the AI to run wiki_add to create a single page titled "Auth Architecture" with the relevant content, tags, and category.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I persist project knowledge across sessions in markdown?

This Skill persists project knowledge across sessions by maintaining a local markdown knowledge base, ingesting content into structured wiki pages with tags and categories for later retrieval without vector embeddings.

How does keyword retrieval work for a markdown wiki without vector embeddings?

Markdown wiki retrieval without vector embeddings works by matching keywords, tags, and categories against stored page indexes, then synthesizing answers grounded in the matched page excerpts.

Can I automatically capture session logs into a documentation wiki?

Yes, you can automatically capture session logs into a documentation wiki. The Skill captures important findings into session-log pages to maintain a living record of what was learned across workflows.

How do I lint markdown documentation for orphan pages and broken cross-references?

You can lint markdown documentation by running built-in checks to detect orphan pages, outdated content, broken cross-references, oversized pages, and structural contradictions within your wiki directory.

What is the best way to store architecture decisions and debugging notes for a project?

The best way to store architecture decisions and debugging notes is using a cross-session markdown wiki that structures content into pages with tags and categories for consistent retrieval.