llm-wiki-maintainer

Ingest sources into linked wiki pages and maintain index.md and log.md.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/meet1919/simple-python-agent --skill llm-wiki-maintainer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki-maintainer
Source: https://github.com/meet1919/simple-python-agent/tree/main/skills/llm_wiki
Command: npx skills add https://github.com/meet1919/simple-python-agent --skill llm-wiki-maintainer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you build and maintain a persistent, interconnected knowledge base (LLM Wiki) so you don't have to rediscover information from scratch each time you need it.

Core Features & Use Cases

  • Ingest sources and transform them into linked wiki pages (summaries, entities, and concepts).
  • Maintain and lint the wiki to ensure consistency, resolve contradictions, and repair dead links.
  • Query against the wiki to extract answers, syntheses, and cross-referenced insights.

Quick Start

Ingest a new document source and trigger wiki page generation and index updates.

Frequently Asked Questions about llm-wiki-maintainer

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

FAQPage Schema
How do I ingest new documents into a persistent knowledge base?

To ingest new documents into a persistent knowledge base, you trigger the ingestion process which transforms sources into linked wiki pages, summaries, and concepts while automatically updating the index. This requires a wiki directory with index.md and log.md.

How do I maintain and lint a wiki to resolve dead links?

You maintain and lint a wiki to resolve dead links by applying built-in linting functions that check consistency, resolve contradictions, and repair broken cross-links. This ensures the knowledge base remains auditable and safe for future queries.

What is the best way to query a multi-source wiki for cross-referenced insights?

The best way to query a multi-source wiki for cross-referenced insights is to run a query against the ingested wiki pages. This synthesizes answers and extracts concepts from the interconnected knowledge base rather than isolated documents.

Do I need specific file tools to manage and edit an LLM wiki?

Yes, you need read and write tools like view_file, edit_file, and run_bash_command to manage and edit an LLM wiki. These tools enforce safe, auditable changes within the required directory structure containing index.md and log.md.

Can I organize multiple sources into cross-linked wiki pages automatically?

Yes, you can organize multiple sources into cross-linked wiki pages automatically. The ingestion process transforms raw sources into structured pages featuring summaries, entities, and concepts, then updates the central index to maintain cross-links.