What problem does it solve? Getting accurate answers about APIs, libraries, or technical topics usually means interrupting your own work to read documentation and source code. This Skill delegates that reading legwork to a background agent so you keep working while the research happens in parallel. ## Core Features & Use Cases - Primary-source investigation: Follows every claim back to official docs, source code, specs, or first-party APIs instead of relying on secondary write-ups. - Cited Markdown reports: Writes findings to a single Markdown file with a source citation for each claim. - Convention-aware placement: Saves the report where the repo already keeps such notes, matching existing conventions or choosing a sensible location. - Use Case: You need to know how a third-party API handles rate limiting before writing integration code. Launch the research agent, continue coding, and later read a cited Markdown summary of the official rate-limit documentation. ## Quick Start Ask the agent to research how a specific library or API feature works using official documentation and save the findings as a Markdown file in the repo.