What problem does it solve? Getting trustworthy answers about a topic, API, or library usually means interrupting your own work to dig through 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 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. - Use Case: Ask how a specific API endpoint handles rate limits; a background agent reads the official docs and source, then drops a cited Markdown summary into your repo while you continue 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.