What problem does it solve?
This Skill helps users build and maintain a persistent, compounding knowledge base using markdown files, allowing for the creation and organization of interlinked markdown knowledge bases.
Core Features & Use Cases
- Markdown Knowledge Base: Create and maintain a knowledge base using markdown files, with features like linking between pages, categorizing content, and adding structured metadata.
- Cron Job Design for Wiki Ingest: Implement a script-first, Haiku-on-demand pattern for hourly ingestion of new sources into the wiki.
- Core Operations: Perform operations like ingesting sources, querying the knowledge base, and auditing the wiki for health and quality.
Quick Start
Set the WIKI_PATH environment variable to specify the location of your wiki. Then, use the llm-wiki skill to ingest a new source into your knowledge base, such as 'python llm-wiki ingest source <path_to_source>.'