llm-wiki-manager

Build and maintain interlinked markdown wikis with LLM writing and cross-referencing.

60|10|Updated May 7, 2026
One-click install
npx skills add https://github.com/sametbrr/llm-wiki-manager --skill llm-wiki-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki-manager
Source: https://github.com/sametbrr/llm-wiki-manager/tree/main
Command: npx skills add https://github.com/sametbrr/llm-wiki-manager --skill llm-wiki-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The llm-wiki-manager Skill solves the problem of creating and managing a personal knowledge base by leveraging an LLM to handle writing, cross-referencing, and bookkeeping, while the user curates sources and asks questions.

Core Features & Use Cases

  • Bootstrap and Manage Wikis: Set up and manage personal wikis with ease.
  • Ingest Sources: Automatically ingest and summarize new sources (articles, PDFs, papers, transcripts) into the wiki.
  • Query and Synthesize Answers: Query the wiki and generate answers with citations and the option to file back important information.
  • Update Wikis: Update the wiki with new sources that contradict or supplement existing claims.
  • Multi-Wiki Support: Route writes between a project wiki and a global wiki.
  • Lint Wikis: Perform health checks on the wiki for orphan pages, broken links, index drift, or stub pages.

Quick Start

Set up the llm-wiki-manager Skill and start a new research folder:

mkdir ~/research/my-topic && cd ~/research/my-topic && claude
> "Set up an LLM wiki here. Topic: history of nutrition science."

Frequently Asked Questions about llm-wiki-manager

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

FAQPage Schema
How do I build a personal knowledge base using an LLM to organize my research sources?

To build a personal knowledge base, this Skill uses an LLM to process and organize text into a persistent, interlinked markdown wiki. You curate the sources while the LLM handles writing, cross-referencing, and bookkeeping automatically.

Can I ingest articles and PDFs into an LLM-powered wiki and summarize them automatically?

Yes, you can ingest sources like articles, PDFs, papers, and transcripts into your LLM-powered wiki. The LLM automatically summarizes new sources and files them into the interlinked markdown structure for later querying.

How do I query my markdown wiki and synthesize answers with citations?

You query your markdown wiki by asking questions, and the LLM synthesizes answers using the stored knowledge. It generates responses with direct citations and gives you the option to file back any important new information.

Do I need Python and Claude Code to set up and manage a personal wiki?

Yes, managing a personal wiki requires Python 3.9+ and a Claude Code or agentskills.io-compatible agent. These dependencies provide the necessary environment for the LLM to execute wiki bookkeeping and cross-referencing tasks.

What is the best way to maintain wiki health and fix broken links or orphan pages?

The best way to maintain wiki health is using the built-in lint feature. It performs health checks to identify orphan pages, broken links, index drift, and stub pages within your markdown knowledge base.

Can I manage multiple wikis and route writes between a global wiki and project-specific wikis?

Yes, the Skill supports multi-wiki management, allowing you to route writes between a global wiki and specific project wikis. This helps separate broad research from focused project documentation.