What problem does it solve? When an error occurs and exact keyword matching against the knowledge base index fails, this Skill finds relevant fixes, design decisions, and historical discussions through semantic search across all curated collections. ## Core Features & Use Cases - Hybrid Retrieval: Combines semantic vector search, BM25 keyword matching, and reranking through the QMD pipeline. - Multi-Collection Search: Queries lessons, session logs (sources), and external documentation in a single command. - Structured Query Construction: Builds queries with intent, lexical keywords, vector phrasing, and hypothetical answer passages for better recall. - Use Case: A PostgreSQL connection timeout error has no exact match in index.yaml, so you run a structured semantic query and retrieve a curated lesson plus related session transcripts with relevance scores. ## Quick Start Ask the agent to run kb-search with a description of your error, for example: search the knowledge base for postgresql connection timeout under load.