llm-wiki

Construct and maintain a Markdown knowledge base from PDFs, URLs, and articles.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dual-devs0/sistema-academico --skill llm-wiki-dual-devs0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki
Source: https://github.com/dual-devs0/sistema-academico/tree/main/skills/skills_1/llm-wiki
Command: npx skills add https://github.com/dual-devs0/sistema-academico --skill llm-wiki-dual-devs0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, pdfminer.six, requests, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive solution for constructing and maintaining a personal knowledge base in Markdown, significantly reducing the time spent on knowledge synthesis and organization.

Core Features & Use Cases

  • Persistent Knowledge Base: Store and organize knowledge in a Markdown-based format for easy access and update.
  • Ingestion of Multiple Sources: Process various types of sources like PDFs, URLs, and articles.
  • Structured Information: Categorize and structure knowledge into entities, concepts, and sources.
  • Consultation and Synthesis: Answer questions based on the accumulated knowledge and provide synthesized responses.
  • Maintenance and Evolution: Regularly update and evolve the knowledge base through continuous ingestion and refinement.

Quick Start

Initialize your knowledge base by running the 'initialize' command and follow the prompts to set up your domain and ingest initial sources.

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 URLs and PDFs?

To build a persistent knowledge base, you can ingest multiple sources like PDFs and URLs. The system parses text, formats it into Markdown, and categorizes information into entities and concepts for easy retrieval. It requires the pdfminer.six and requests libraries for extraction.

What is the best way to organize a second brain using Markdown?

Organizing a second brain using Markdown involves structuring information into defined entities, concepts, and sources. This approach enables continuous synthesis and categorization, making accumulated knowledge easily searchable and updatable over time.

How do I extract and synthesize information from multiple articles into one knowledge base?

You can extract and synthesize information by ingesting articles into the knowledge base. The Skill handles text extraction, formats the content into Markdown, and synthesizes the data to provide consolidated answers to your queries based on accumulated knowledge.

Do I need Python libraries to parse PDFs for knowledge synthesis?

Yes, you need Python libraries like pdfminer.six to parse PDFs and requests for fetching URLs. These dependencies handle the underlying text extraction and data retrieval required to format sources into Markdown for your knowledge base.

Can I query my Markdown knowledge base and get synthesized answers?

Yes, you can query your Markdown knowledge base to consult accumulated knowledge. The system synthesizes responses based on ingested sources, categorizing and retrieving relevant information to answer your specific questions accurately.