What problem does it solve? Getting accurate answers about a topic, API, or library usually means hours of reading documentation and source code yourself. This Skill delegates that legwork to a background agent that consults primary sources and delivers a cited Markdown report, so you keep working while it reads. ## 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. - Use Case: Ask how a specific API endpoint handles rate limits; the background agent reads the official docs and source, then saves a cited summary you can reference in your implementation. ## 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.