What problem does it solve? When starting work on an unfamiliar codebase, AI assistants lack project memory and cannot retrieve design decisions, business rules, or coding conventions. This Skill sets up a persistent, searchable knowledge base so AI tools can answer questions about the project. ## Core Features & Use Cases - Project Indexing: Runs codekb init to chunk code with tree-sitter and build a hybrid vector + BM25 retrieval index. - Knowledge Extraction: Optionally extracts initial knowledge entries stored in Git-managed codekb/knowledge/ files. - MCP Integration: Generates MCP server configuration so AI coding tools can query the knowledge base directly. - Use Case: You clone a large legacy repository and want your AI assistant to answer questions like "where is authentication handled" — run this Skill to index the codebase and wire up retrieval. ## Quick Start Ask the AI to initialize the CodeKB knowledge base for this project and verify the index status.