What problem does it solve?
AI agents lose all context and stored knowledge when a conversation ends, forcing users to repeatedly re-explain background information, project details, and past decisions every time they interact with an agent. This Skill solves that problem by providing a persistent, searchable wiki that agents can use to store and retrieve knowledge across unlimited conversations, building a compounding knowledge base over time.
Core Features & Use Cases
- Persistent Interlinked Markdown Wiki: Store knowledge as atomic, interconnected notes that future agents can traverse via pre-computed cross-references, making information discoverable both through search and link crawling.
- Hybrid Semantic + Keyword Search: Find information using exact keyword matches for identifiers and error strings, or semantic similarity for conceptual questions, with results ranked via Reciprocal Rank Fusion for optimal relevance.
- Automated Knowledge Workflows: Built-in guided workflows for ingesting new information, updating existing documents, and maintaining wiki health, including conflict resolution, linting, and schema management.
- Use Case: A software team can use this Skill to store project documentation, API specifications, and past troubleshooting steps, so any AI agent working on the project has instant access to all context without requiring users to re-explain details in every new conversation.
Quick Start
Use the kb skill to store the project's new API authentication requirements in the wiki so they are available for all future agent conversations.