wiki

Index and query local markdown wiki pages under .omx/wiki.

1|Updated Mar 17, 2025
One-click install
npx skills add https://github.com/ozby/node-pubsub --skill wiki-ozby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/ozby/node-pubsub/tree/main/.codex/skills/wiki
Command: npx skills add https://github.com/ozby/node-pubsub --skill wiki-ozby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, self-maintained markdown knowledge base for project and session knowledge, enabling teams to store, organize, and retrieve information quickly.

Core Features & Use Cases

  • Ingest and store pages locally under .omx/wiki for centralized knowledge capture.
  • Query, read, and cross-reference pages using a simple keyword and tag-based search.
  • Lint and manage lifecycle of wiki content with ease, including quick additions and deletions.

Quick Start

Ingest a page by calling wiki_ingest with a title and content to add it to the local wiki.

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 knowledge base for my project?

You can create a persistent markdown knowledge base by ingesting pages into a local file store. This allows teams to store, organize, and retrieve project information quickly using a keyword and tag-based index.

How do I search and cross-reference markdown content across categories?

To search and cross-reference markdown content, you can query the local wiki index using keywords and tags. This retrieves matching pages from the persistent local file store for quick access.

What is the best way to manage the lifecycle of markdown wiki pages?

Managing the lifecycle of markdown wiki pages involves ingesting, adding, deleting, and linting content. These actions maintain the accuracy and organization of the local knowledge base.

Can I lint markdown files to ensure knowledge base quality?

Yes, you can lint markdown files to validate content quality within the wiki. This checks for issues and helps maintain a clean, cross-referenced local knowledge store.

Do I need a database to store project wikis locally?

No database is needed to store project wikis. The system uses a local, persistent file store under a dedicated directory, enabling quick retrieval and indexing without external dependencies.