llm-wiki

Maintain a persistent markdown wiki with interlinked pages and provenance tracking.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill llm-wiki-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/skills/research/llm-wiki
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill llm-wiki-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns scattered research material into a persistent, interlinked markdown wiki so knowledge compounds instead of being rediscovered from scratch.

Core Features & Use Cases

  • Wiki Creation and Growth: Initialize a structured knowledge base with schema, index, and log files for consistent long-term maintenance.
  • Source Ingestion and Synthesis: Add articles, papers, transcripts, and notes into raw and curated layers while preserving provenance and cross-references.
  • Audit and Maintenance Workflows: Lint for broken links, stale pages, duplicates, contradictions, and missing frontmatter so the wiki stays reliable.
  • Use Case: A researcher can ingest a paper, connect it to existing concepts and entities, and keep the entire corpus searchable and internally linked.

Quick Start

Ask the assistant to orient on the wiki schema and index, then ingest your source and update the relevant pages, links, and log entries.

Frequently Asked Questions about llm-wiki

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

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

You can build a persistent markdown knowledge base by ingesting source material into raw and curated layers with schema, index, and log files. This creates an interlinked wiki so knowledge compounds instead of being rediscovered from scratch.

What is the best way to maintain cross-links in a markdown wiki as it grows?

The best way to maintain cross-links is to run regular linting workflows that detect broken links, stale pages, duplicates, and contradictions. This ensures your markdown wiki stays reliable and properly interlinked over time.

Can I ingest research papers and transcripts while preserving their provenance?

Yes, you can ingest articles, papers, and transcripts into raw and curated layers while preserving provenance and cross-references. This connects new sources to existing concepts and entities within the knowledge base.

How do I add new source material to an existing interlinked markdown wiki?

First orient on the wiki schema and index paths, then ingest your source. The system updates relevant pages, establishes cross-links to existing concepts, and appends entries to the maintenance log.

Does a markdown knowledge base require structured frontmatter for every page?

Yes, structured frontmatter is required for every page in the wiki. The linting maintenance workflow specifically checks for missing frontmatter, alongside broken links and stale pages, to maintain knowledge base reliability.

What are common issues when linting an interlinked markdown wiki?

Common issues found when linting an interlinked markdown wiki include broken cross-links, stale pages, duplicate content, contradictions between pages, and missing structured frontmatter. Regular audits resolve these maintenance gaps.