wiki

Manage project wiki pages with YAML frontmatter metadata and cross-references.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps project knowledge organized in a persistent, searchable markdown wiki stored locally, reducing information loss and onboarding time.

Core Features & Use Cases

  • Ingest and organize notes with titles, content, tags, and categories.
  • Query, lint, and manage pages to maintain a clean knowledge base.
  • Create cross-references between pages for quick navigation and lifecycle capture of discoveries.

Quick Start

Add a new page with a title, content, and tags to start building your project wiki.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I organize project knowledge and architecture notes locally?

You can organize project knowledge by ingesting and maintaining markdown pages in a local wiki with cross-references. It uses YAML frontmatter for metadata and stores data under the .omx/wiki directory with an index and log files.

What is the best way to document project decisions with cross-references?

Documenting project decisions is best handled by creating markdown pages with cross-references in a local wiki. This approach captures the lifecycle of discoveries and reduces information loss and onboarding time.

Do I need YAML frontmatter to manage markdown wiki pages?

Yes, YAML frontmatter is required to define metadata for each markdown wiki page. The local wiki relies on this frontmatter to organize titles, content, tags, and categories within the .omx/wiki directory.

Can I lint and query my local knowledge base to maintain clean project docs?

Yes, you can lint and query your local knowledge base to maintain clean project docs. The wiki allows you to manage ingested markdown pages, ensuring your reference content and architecture notes stay organized.

Where does a local markdown wiki store its index and log files?

A local markdown wiki stores its index and log files under the .omx/wiki directory. This local storage approach keeps your project knowledge persistent, searchable, and directly within your project environment.