What problem does it solve? Researching a topic properly means reading official documentation, source code, and specs, which consumes the main agent's context and time. This Skill delegates that reading legwork to a background agent so you keep working while findings are gathered and written down. ## Core Features & Use Cases - Primary-source investigation: Follows every claim back to official docs, source code, specs, or first-party APIs rather than secondary write-ups. - Cited Markdown output: Writes findings to a single Markdown file with each claim's source cited. - Convention-aware placement: Saves the file where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a third-party API's rate limiting works; a background agent reads the official docs and source, then saves a cited summary you can reference while coding. ## Quick Start Ask the agent to research how a specific library or API feature works and save the findings as a Markdown note in the repo.