llm-wiki

Automate creation, maintenance, and querying of personal LLM-powered knowledge bases.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/tezra-io/agentic-coding-workflow-skills --skill llm-wiki-tezra-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/tezra-io/agentic-coding-workflow-skills/tree/main/skills/llm-wiki
Command: npx skills add https://github.com/tezra-io/agentic-coding-workflow-skills --skill llm-wiki-tezra-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious manual bookkeeping that causes most personal knowledge base projects to fail, letting users focus on curating high-quality sources and asking meaningful questions while the LLM handles all wiki maintenance and organization tasks.

Core Features & Use Cases

  • Wiki Initialization: Automatically sets up the complete directory structure, schema, and global registry for new personal or project-scoped knowledge bases.
  • Source Ingestion: Processes raw articles, papers, notes, and other sources into structured, cross-referenced wiki pages with citations and confidence ratings.
  • Knowledge Querying: Synthesizes answers to user questions by pulling insights from across the wiki, with proper citations to relevant pages.
  • Wiki Health Checks: Runs linting to find contradictions, orphan pages, missing concepts, and stale content to keep the wiki accurate and useful. A common use case is a researcher building a machine learning research wiki: they can drop papers and articles into the raw/ folder, run ingestion to have the LLM create structured wiki pages, then query the wiki for synthesized insights on specific topics like gradient descent or transformer architectures.

Quick Start

Use the llm-wiki skill to set up a new personal knowledge base for my machine learning research topic and ingest the three papers I have in my downloads folder.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I automate personal knowledge base maintenance and source ingestion?

Automating personal knowledge base maintenance involves using LLM workflows to ingest raw articles and notes, then auto-generating structured, cross-referenced wiki pages. This eliminates manual bookkeeping overhead by letting the LLM handle organization and content synthesis automatically.

What does an LLM wiki health check do for personal knowledge management?

An LLM wiki health check runs linting to identify contradictions, orphan pages, missing concepts, and stale content within your knowledge base. This automated process keeps your personal wiki accurate and useful without requiring manual content auditing.

How do I ingest research papers into a structured knowledge base?

To ingest research papers into a structured knowledge base, place raw files into a designated directory and run an ingestion workflow. The LLM processes the sources into cross-referenced wiki pages complete with citations and confidence ratings.

Can I query my personal wiki to synthesize answers from multiple notes?

Yes, you can query your personal wiki to synthesize answers from multiple notes. The LLM workflow pulls insights from across the knowledge base and generates synthesized answers with proper citations to relevant source pages.

What is the best way to set up a personal knowledge base directory structure?

The best way to set up a personal knowledge base directory structure is through automated wiki initialization. This creates standardized raw and wiki directories, a per-wiki schema configuration, and a global wiki registry for immediate LLM-powered document processing.