What problem does it solve? Finding accurate, up-to-date documentation for libraries and frameworks is slow when you must manually browse docs sites or guess API syntax. This Skill resolves library documentation through Context7 first, with llms.txt-based discovery scripts as a fallback, so you get targeted API answers quickly. ## Core Features & Use Cases - Context7-first lookup: Resolves libraries and queries exact API, config, or setup questions through Context7 before falling back to local scripts. - Topic-specific search: Detects the library and topic in a query (e.g., "date picker in shadcn") and fetches only relevant llms.txt sections in 10-15 seconds. - Fallback discovery chain: Scripts classify queries, construct context7.com URLs with automatic topic-to-general fallback, and analyze llms.txt files to recommend agent distribution strategies. - Use Case: Ask "How do I configure caching in Next.js?" and the Skill detects the topic, fetches the cache-specific documentation URLs, and returns targeted guidance instead of the entire Next.js docs. ## Quick Start Ask how to use a specific feature of a library, such as "How do I use the date picker component in shadcn/ui?"