What problem does it solve? Developers waste time manually searching for the right documentation or overload their context window by loading everything upfront. This Skill detects documentation needs from user questions and loads only the relevant docs on demand. ## Core Features & Use Cases - Intent-Based Discovery: Analyzes user questions to detect technologies, domains, and question types, then matches them to the right documentation sources. - Multi-Source Loading with Prioritization: Retrieves docs from local project files, official documentation, Context7 MCP, and web search in priority order with quality scoring. - Context-Aware Caching: Caches retrieved documentation per session with TTL and relevance validation to avoid redundant loads and stale content. - Use Case: When a user asks "How do I implement JWT authentication in FastAPI?", the Skill detects the technologies and domain, loads the official FastAPI security guide plus local project auth docs, and caches them for the rest of the session. ## Quick Start Ask a technical question such as how to implement JWT authentication in FastAPI and the Skill will load the relevant documentation automatically.