What problem does it solve? Understanding an unfamiliar GitHub repository's architecture, API, or internals normally requires hours of reading source code and scattered docs. This Skill lets you query AI-generated wiki documentation for any public repo to get grounded answers quickly. ## Core Features & Use Cases - Repo Structure Discovery: Use read_wiki_structure to list all documented topics for a repository before diving in. - Topic-Level Documentation: Use read_wiki_contents to read detailed docs on specific topics like architecture or API design. - Targeted Q&A: Use ask_question to get AI-grounded answers to specific questions like "Does this project support streaming?" - Use Case: Before integrating a new library, ask how its routing layer works or what database it uses, without cloning or reading the codebase. ## Quick Start Ask the AI to explain how the langchain-ai/langchain repository works using DeepWiki.