What problem does it solve? Getting accurate answers about a topic, API, or library usually means reading official documentation and source code yourself, which interrupts your current work. This Skill delegates that reading to a background agent that consults primary sources and records the findings in the repository. ## Core Features & Use Cases - Primary-source investigation: Traces every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Cited Markdown reports: Writes findings to a single Markdown file with a source citation for each claim. - Convention-aware storage: Saves the report where the repo already keeps such notes, matching existing conventions or choosing a sensible location. - Use Case: While implementing a feature, ask how a third-party API handles rate limits; the background agent reads the official API docs and source, then saves a cited summary you can reference later. ## 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 note in the repo.