wiki

Store, manage, and search markdown-based knowledge in a local repository.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps organize and maintain a markdown-based project wiki with the ability to search, lint, and manage knowledge within a local repository.

Core Features & Use Cases

  • Persistent Knowledge Base: Store and access markdown files as part of a project.
  • Search Functionality: Keyword search through the wiki.
  • Lifecycle Capture: Capture project insights and decisions for later reference.

Quick Start

Create a new markdown file in your .omx/wiki directory with the title 'Page Title' and add content 'Content goes here'.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I store persistent markdown project documentation in a local repository?

You can store persistent markdown project documentation by creating markdown files within a dedicated local repository directory. This approach keeps your knowledge base version-controlled and directly accessible alongside your project code.

What is the best way to search a local markdown knowledge base for project insights?

The best way to search a local markdown knowledge base is using tag and keyword indexing. This enables efficient retrieval of specific project insights and decisions from your stored markdown files.

How do I create a new wiki page for my project knowledge base?

To create a new project knowledge base wiki page, create a markdown file in your local repository's wiki directory. Add your title and content directly into the markdown file to store the information.

Does this markdown wiki require any external dependencies to manage project documentation?

No, this markdown wiki requires no external dependencies to manage project documentation. It only requires local storage access and markdown support to organize and search your knowledge base.

Can I lint markdown files within my local project knowledge base?

Yes, you can lint markdown files within your local project knowledge base. This helps maintain consistent formatting and structure across all documentation stored in your repository.