llm-wiki

Organize project documents into a git-based Markdown knowledge base.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markitdown, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Git-based markdown wiki for software teams that organizes dispersed documents into a single, searchable knowledge base, enabling fast access and consistent context for your AI tools.

Core Features & Use Cases

  • Ingest: convert a wide range of document formats into wiki sources under .wiki/sources using a guided workflow.
  • Compile: run an AI-powered pipeline to generate wikilinks, summaries, and cross-page references in .wiki/wiki, keeping everything connected.
  • Query: search the wiki and receive framed answers with citations, updated content, and automatic feedback loops to grow the knowledge graph.
  • Use Case Example: A software team ingests product specs, design mockups, and incident reports to answer questions like "What is the current auth flow and its open issues?"

Quick Start

Initialize the wiki in your project and begin ingesting sources with the /wiki workflow.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I organize scattered project documents into a searchable knowledge base?

To organize scattered project documents into a searchable knowledge base, ingest diverse formats into Markdown sources, compile AI-generated wiki pages with cross-references, and query the wiki to receive framed answers with citations.

What is the best way to convert different document formats into a git-based markdown wiki?

The best way to convert document formats into a git-based markdown wiki is using a guided ingest workflow that transforms files into wiki sources, followed by an AI-powered compile pipeline generating summaries and wikilinks.

Does this markdown wiki tool require any specific dependencies or environment setup?

This markdown wiki tool requires Python 3.11+ and Git. It uses YAML frontmatter and wikilinks to manage content, and optionally supports qmd for enhanced semantic search capabilities.

Can I ingest product specs and incident reports to answer questions about open issues?

Yes, you can ingest product specs, design mockups, and incident reports. The wiki compiles these sources to answer complex queries, such as identifying the current auth flow and its open issues, with citations.

How does the query function work when searching the compiled wiki?

The query function searches the wiki and returns framed answers with citations. It updates content and uses automatic feedback loops to continuously grow and refine the underlying knowledge graph.