llm-wiki

Ingest sources into a persistent Markdown knowledge base with Obsidian-style wikilinks.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill llm-wiki-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/research/llm-wiki
Command: npx skills add https://github.com/jacardl/New-Radar --skill llm-wiki-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and sustains a persistent, interlinked Markdown knowledge base to capture, relate, and evolve domain knowledge over time.

Core Features & Use Cases

  • Ingest diverse sources (articles, papers, transcripts) into a navigable wiki with cross-references.
  • Enforce a schema-driven structure (SCHEMA.md, index.md, log.md) and ensure consistent frontmatter for pages.
  • Support Obsidian-style wikilinks for rapid navigation, linting, and health checks of the knowledge graph.

Quick Start

Instruct the agent to initialize a wiki at the configured path and begin ingesting sources to build cross-referenced Markdown pages.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I build an interconnected Markdown knowledge base from multiple research sources?

To build an interconnected Markdown knowledge base, ingest diverse sources like articles and transcripts to generate cross-referenced pages. The system applies schema-driven organization and Obsidian-style wikilinks to ensure navigability and structural consistency across all entries.

How do I enforce consistent YAML frontmatter in a Markdown wiki?

You can enforce consistent YAML frontmatter in a Markdown wiki by applying a schema-driven structure. The system automatically validates essential frontmatter fields during ingestion, ensuring every page adheres to the required metadata standards for knowledge base consistency.

What is the best way to maintain cross-linking and linting in an Obsidian wiki?

Maintaining cross-linking and linting in an Obsidian wiki is best handled by using Obsidian-style wikilinks combined with automated health checks. This approach validates the knowledge graph, ensuring persistent interlinks remain accurate and navigable over time.

Can I use schema-driven directories to organize raw sources and wiki pages?

Yes, you can use schema-driven directories to organize raw sources and wiki pages. The system maintains structured directories including SCHEMA.md, index.md, and log.md, separating raw inputs from processed pages to ensure versioning and consistent knowledge base organization.

Does this knowledge base tool support versioning and ongoing research logs?

Yes, this knowledge base tool supports versioning and ongoing research logs. It maintains a structured log.md file alongside the index and schema, allowing you to track changes and evolve domain knowledge continuously as new sources are ingested.