wiki

Organize and persist project knowledge as markdown wiki pages.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill wiki-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/wiki
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill wiki-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, self-maintained markdown knowledge base that compounds across sessions, enabling teams to preserve project context and learning.

Core Features & Use Cases

  • Ingest knowledge into wiki pages from notes, chats, or docs to build a centralized repository.
  • Query across pages by keywords and tags to surface relevant context with citations.
  • Lint and health-check pages to detect orphaned or stale content and ensure cross-references integrity.
  • Quick Add to create a single page quickly.

Quick Start

Add or ingest core project knowledge into the wiki and start querying across pages.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I build a persistent markdown knowledge base for ongoing projects across sessions?

A persistent markdown knowledge base organizes and saves project context as self-maintaining wiki pages. You can ingest notes, chats, or docs into a centralized repository that compounds across sessions to preserve project learning and context.

What is the best way to query markdown wiki pages by keywords and tags?

Querying markdown wiki pages by keywords and tags surfaces relevant context with citations. You retrieve specific project knowledge by searching across ingested pages, ensuring quick access to historical context and organized documentation.

How do I detect orphaned or stale content in a markdown wiki?

Detecting orphaned or stale content in a markdown wiki requires lint and health-check workflows. Linting inspects pages to ensure cross-reference integrity and identifies outdated information, maintaining the overall health of the knowledge repository.

Can I ingest notes and chats directly into a project wiki?

You can ingest notes, chats, and docs directly into a project wiki. The ingest workflow captures external knowledge and organizes it into categorized markdown pages, building a centralized repository for ongoing project context.

Does a markdown wiki support quick-add workflows for single page creation?

A markdown wiki supports quick-add workflows to create a single page quickly. This allows you to immediately capture knowledge or context into the persistent repository without needing a full ingestion process.