wiki

Organize project knowledge into a persistent markdown wiki with YAML frontmatter.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Pryma-Tech/iris --skill wiki-pryma-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/Pryma-Tech/iris/tree/main/cli/skills/wiki
Command: npx skills add https://github.com/Pryma-Tech/iris --skill wiki-pryma-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent, self-maintained markdown knowledge base for project and session knowledge, enabling durable documentation and learnings across sessions.

Core Features & Use Cases

  • Ingest knowledge into wiki pages (potentially across multiple pages).
  • Query across all pages with citations to results.
  • Lint health checks: detect orphan pages, stale content, broken references.
  • Quick Add a page quickly.
  • List / Read / Delete to manage pages.
  • Cross-References using [[page-name]].
  • Auto-Capture significant discoveries into session logs at session end.
  • No embeddings: search by keyword + tags.

Quick Start

Create your first wiki page with wiki_add and then query it with wiki_query to retrieve relevant information.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I organize scattered markdown notes into a persistent knowledge base?

You can organize scattered markdown notes into a persistent knowledge base by ingesting them as structured wiki pages with YAML frontmatter, enabling durable documentation and learnings that compound across multiple sessions.

How do I query and search a markdown wiki without using embeddings?

You query a markdown wiki without embeddings by using keyword and tag-based searches across all pages. The system retrieves relevant information and returns results with direct citations to the matching pages.

How do I detect orphan pages and broken cross-references in a markdown wiki?

You detect orphan pages and broken cross-references in a markdown wiki by running lint health checks. This functionality identifies stale content and validates internal page links to maintain overall knowledge base health.

Does this markdown wiki support automatic knowledge capture at the end of a session?

Yes, the markdown wiki supports automatic knowledge capture at the end of a session. It auto-captures significant discoveries directly into session logs, preserving important learnings for future queries and cross-referencing.

What is the best way to cross-reference related pages in a markdown knowledge base?

The best way to cross-reference related pages in a markdown knowledge base is by using the [[page-name]] syntax. This links multiple pages together, allowing you to navigate interconnected documentation seamlessly.

Can I use this markdown knowledge management workflow for software team documentation?

Yes, you can use this markdown knowledge management workflow for software team documentation. It is specifically applicable to software teams, enabling ingest, query, lint, and cross-references across multiple project pages.