wiki

Organize Markdown knowledge into a searchable local wiki under .omx/wiki.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/RJJJJ/project2 --skill wiki-rjjjj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/RJJJJ/project2/tree/main/.codex/skills/wiki
Command: npx skills add https://github.com/RJJJJ/project2 --skill wiki-rjjjj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps a durable, locally stored markdown knowledge base for projects and sessions, enabling fast retrieval and organized capture.

Core Features & Use Cases

  • Persistent, local markdown pages saved under .omx/wiki with a simple cross-link syntax for quick navigation.
  • Keyword search and lifecycle capture to track decisions, references, and session logs over time.
  • Easy ingestion, query, and maintenance of knowledge across projects without external dependencies.

Quick Start

Add a new wiki page with descriptive content and then search for it using the built-in keyword search.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I create a local markdown wiki with cross-reference links for project notes?

Create a local markdown wiki by saving pages under the .omx/wiki directory and using the [[page-name]] syntax to build cross-reference links for navigation. This enables organized capture of notes and decisions.

What is the best way to search through markdown session logs and project decisions locally?

The best way to search markdown session logs is using built-in keyword search to retrieve specific decisions and lifecycle-captured notes. This allows fast recall of standards and project logs across local pages.

Can I track session logs and knowledge lifecycle without relying on external database dependencies?

Yes, you can track session logs and knowledge lifecycle without external dependencies by storing markdown pages in local storage. This provides a durable knowledge base for individuals and teams needing fast retrieval.

Does the local wiki indexing support cross-linking between different project pages?

Yes, local wiki indexing supports cross-linking between pages using the [[page-name]] syntax. This allows quick navigation across project pages maintained within the local page index.

How do I maintain and query a persistent markdown knowledge base across multiple projects?

Maintain a persistent markdown knowledge base by saving pages locally and querying them via keyword search. This supports easy ingestion and maintenance of knowledge across projects without external tools.