wiki-knowledge-base

Build persistent, interlinked knowledge bases from YAML-frontmatter wiki pages.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill wiki-knowledge-base-arthtech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-knowledge-base
Source: https://github.com/ArthTech-AI/Marketplace-extensions/tree/main/skills/wiki-knowledge-base
Command: npx skills add https://github.com/ArthTech-AI/Marketplace-extensions --skill wiki-knowledge-base-arthtech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns scattered research materials into a persistent, searchable knowledge base that grows over time instead of living in one-off chat sessions.

Core Features & Use Cases

  • Wiki initialization: Scaffold a topic workspace with schema, index, and log files.
  • Source ingestion: Convert raw documents and web captures into structured summary, entity, and concept pages.
  • Targeted querying: Read only the most relevant pages to answer questions with citations.
  • Quality control: Check for dead links, orphan pages, stale claims, and missing cross-references.
  • Use case: Use it for competitive analysis, vendor research, domain deep-dives, or any project where information accumulates and must stay organized.

Quick Start

Tell the skill to initialize a topic wiki, add your source documents, and ingest them so it can build the linked knowledge base for you.

Frequently Asked Questions about wiki-knowledge-base

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

FAQPage Schema
How do I build a persistent knowledge base from scattered research sources?

To build a persistent knowledge base from research sources, you initialize a topic wiki, add raw documents, and ingest them. The system converts materials into structured, interlinked summary, entity, and concept pages.

What's the best way to organize accumulating research documents into a searchable wiki?

The best way to organize accumulating research is creating a topic wiki with schema, index, and log files. Source ingestion converts raw documents and web captures into structured markdown pages with YAML frontmatter for searchable, interlinked knowledge.

How do I query specific information in a large research wiki without loading everything?

You query specific information using index-driven operations and tiered context loading. This mechanism reads only the most relevant pages needed to answer your question, providing targeted responses with citations.

Can I check my knowledge base for dead links and orphan pages?

Yes, you can check your knowledge base for dead links, orphan pages, stale claims, and missing cross-references. The wiki includes quality control and lint operations to maintain link integrity and document freshness.

Does this research wiki tool require markdown files with YAML frontmatter?

Yes, the research wiki requires markdown files with YAML frontmatter. This format enables selective source ingestion, tiered context loading, and index-driven query operations to maintain the interlinked knowledge base.