wiki

Ingest and query structured Markdown pages in a local wiki.

1|Updated Sep 22, 2025
One-click install
npx skills add https://github.com/prthik/prathik-astro --skill wiki-prthik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/prthik/prathik-astro/tree/main/.codex/skills/wiki
Command: npx skills add https://github.com/prthik/prathik-astro --skill wiki-prthik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent knowledge keeps project context accessible and navigable across sessions, reducing duplicated effort and information silos.

Core Features & Use Cases

  • Ingest: add new knowledge as pages with metadata for quick retrieval.
  • Query: search pages by keywords, tags, and categories.
  • Lifecycle: track page creation, updates, and session captures for audit trails.

Quick Start

Create a page by invoking wiki_ingest with a title and content to persist in the project wiki.

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 in markdown across sessions?

You can persist project knowledge by ingesting structured markdown pages with metadata into a local wiki, storing them under the .omx/wiki directory for retrieval across sessions. This prevents information silos and duplicated effort.

How do I search local wiki pages by keywords and tags?

Search local wiki pages by invoking the wiki_query operation to find content using keywords, tags, and categories. This allows quick retrieval of specific knowledge from stored markdown pages.

Can I track the lifecycle of wiki pages from creation to update?

Yes, you can track the wiki page lifecycle by capturing page creation, updates, and session captures. This provides an audit trail for all knowledge changes within your software project.

Does this local wiki storage require external dependencies?

No, this local wiki storage relies on local-storage under .omx/wiki and requires no external dependencies. It operates independently to persist and query project knowledge.

How do I add a new page to a project wiki?

Add a new page by invoking wiki_ingest or wiki_add with a title and content. The system stores the markdown page locally, making it immediately available for keyword search and cross-reference.

What is the best way to maintain a knowledge base for software projects?

The best way to maintain a software project knowledge base is using a local wiki with structured markdown pages, keyword search, and lifecycle tracking. This keeps context accessible and reduces information silos.