What problem does it solve? When working in the lci (Lightning Code Index) C++ codebase, it is hard to know which of the many feature-area skills covers a given question about search, symbol navigation, indexing, the MCP server, or configuration. This Skill acts as a router that maps surfaces and questions to the correct lci-* area skill. ## Core Features & Use Cases - Surface-based routing: A table maps CLI verbs, MCP tools, HTTP routes, and subsystems (trigram index, call graph, tree-sitter parsing, git analysis) to one of 13 feature-area skills. - Question-based routing: Directs "where is X implemented" and "how does lci compare to product Z" questions to the right area skill's code map, probe recipes, and product-comparison sections. - Feature set overview: Summarizes lci's surfaces, index architecture, 13 supported languages, analysis capabilities, and operations model on one screen. - Use Case: You ask "where does lci handle MCP tool registration?" and the router points you to the lci-mcp-server skill, which carries the code map and traps for that area. ## Quick Start Ask which lci feature-area skill covers a question about lci search, symbols, indexing, MCP, or config, then follow the routed skill.