What problem does it solve?
This Skill helps users create and maintain a persistent, compounding knowledge base using markdown files, making it easier to organize and access information.
Core Features & Use Cases
- Knowledge Base Creation: Build a knowledge base by ingesting sources and creating interlinked markdown files.
- Data Ingestion: Integrate various sources like web articles, papers, and transcripts into the knowledge base.
- Query and Synthesis: Ask questions and get synthesized answers based on the compiled knowledge.
- Wiki Management: Lint, audit, and manage the wiki for consistency and quality.
- Use Case: Ideal for researchers, students, or anyone who needs to organize and access a large amount of information across different domains.
Quick Start
Set the WIKI_PATH environment variable and use the llm-wiki skill to create a new knowledge base. For example, to create a new wiki for AI research, you would run:
export WIKI_PATH=~/ai-research-wiki
llm-wiki create --domain "AI/ML research"