wiki

Maintain a local markdown wiki with keyword search and cross-references.

24|2|Updated Mar 12, 2025
One-click install
npx skills add https://github.com/Orinks/AccessiWeather --skill wiki-orinks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Orinks/AccessiWeather/tree/main/.codex/skills/wiki
Command: npx skills add https://github.com/Orinks/AccessiWeather --skill wiki-orinks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams need a lightweight, persistent wiki to store project knowledge locally with fast keyword search and lifecycle capture.

Core Features & Use Cases

  • Local markdown pages stored under .omx/wiki
  • Keyword search and cross-reference linking using [[page-name]]
  • Lifecycle capture with session-end logging for notes, decisions, and references

Quick Start

Create your first wiki page by using wiki_add with a title and content.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I maintain a local markdown wiki for project knowledge?

A local markdown wiki organizes project knowledge by storing persistent pages under .omx/wiki, enabling fast keyword search and cross-reference linking for notes and decisions offline.

What is the best way to capture project decisions and notes at session end?

Capturing project decisions and notes uses session-end logging to record lifecycle events into a local wiki, preserving references and context across software projects permanently.

How do I create cross-references between local markdown wiki pages?

Cross-references between local markdown wiki pages are created using the [[page-name]] linking syntax, connecting notes and decisions into a searchable knowledge graph.

Can I use a local wiki for offline knowledge storage without external dependencies?

A local wiki supports offline knowledge storage by maintaining markdown pages and an index under .omx/wiki, requiring no external dependencies for private access.

Does local wiki search work with markdown files stored in a project directory?

Local wiki search works directly with markdown files stored in the project directory, indexing page content under .omx/wiki to provide fast keyword retrieval.

When do I need a persistent local wiki instead of a general note-taking tool?

A persistent local wiki is needed when teams require lightweight, offline markdown storage with fast keyword search and lifecycle capture specifically tailored for software project knowledge.