What problem does it solve? External documentation such as HTML pages, PDF manuals, and plain text files is not searchable by the KB's semantic search until it is converted and indexed. This Skill converts those files and loads them into the QMD docs collection so they become queryable via /kb-search. ## Core Features & Use Cases - Format Conversion: Converts HTML to Markdown with pandoc and PDF to text with pdftotext before ingestion. - Docs Cache Staging: Materializes processed .md and .txt files into the ~/.cache/pi-kb/qmd-docs/ cache directory. - QMD Indexing & Embedding: Runs qmd update and qmd embed on the pi-kb-docs collection, then verifies results with qmd ls. - Use Case: You downloaded the official HTML reference manual for a library your project depends on. Use this Skill to convert it to Markdown, cache it, and embed it so /kb-search can answer questions against that documentation. ## Quick Start Use the kb-harvest skill to ingest the downloaded HTML and PDF documentation files into the QMD docs index so they are searchable with /kb-search.