llm-wiki

Process sources into structured markdown wiki pages with query and validation.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/adihebbalae/Attacca --skill llm-wiki-adihebbalae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/adihebbalae/Attacca/tree/main/.github/skills/llm-wiki
Command: npx skills add https://github.com/adihebbalae/Attacca --skill llm-wiki-adihebbalae

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation and maintenance of a comprehensive knowledge base, utilizing an LLM to manage, process, and organize information efficiently.

Core Features & Use Cases

  • Persistent Knowledge Base: Maintain a continually updated and interlinked set of markdown pages.
  • Ingestion of Sources: Process PDFs, articles, and notes into structured wiki pages.
  • Query and Lint: Answer questions with citations and perform health checks for gaps and contradictions.
  • Use Case: For a developer looking to organize code documentation or for a researcher needing to aggregate and structure research notes.

Quick Start

To initialize your LLM Wiki, use the /wiki-setup command.

Frequently Asked Questions about llm-wiki

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

FAQPage Schema
How do I build a persistent knowledge base from multiple sources like PDFs and notes?

You can build a persistent knowledge base by using an LLM to process and synthesize PDFs, articles, and notes into structured, interlinked markdown pages. This approach continually updates your wiki and organizes information efficiently.

Can I use an LLM to organize research notes and code documentation into a structured wiki?

Yes, an LLM can organize research notes and code documentation by ingesting various unstructured sources and synthesizing them into a structured wiki. It manages and processes the information to create a continually updated, interlinked set of markdown pages.

Does an LLM-driven knowledge base support querying with citations and checking for contradictions?

Yes, an LLM-driven knowledge base supports querying stored information with citations and performs health checks. It validates the knowledge base by linting for gaps and contradictions to ensure information accuracy.

How do I initialize and set up a wiki using an LLM?

To initialize your wiki, you need to run a setup command which configures the LLM-driven environment. This process establishes the persistent markdown structure, requiring an LLM for both the initial setup and ongoing content management.

What are the limitations of using an LLM to manage a knowledge base?

A key limitation is the ongoing dependency on an LLM for both initial setup and continuous content management. Additionally, the system relies on the LLM's ability to accurately synthesize information and validate contradictions without human intervention.