What problem does it solve? Getting accurate answers about technical topics usually means manually digging through official documentation, source code, and specs, which interrupts your current work. This Skill delegates that reading legwork to a background agent so you keep working while trustworthy, source-cited findings are gathered for you. ## 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 where each claim cites its source. - Convention-aware storage: Saves the report where the repo already keeps such notes, matching existing conventions or choosing a sensible location. - Use Case: Ask how a specific API authentication flow works; a background agent reads the official docs and source, then drops a cited Markdown summary into your repo's notes folder while you continue coding. ## Quick Start Use the research skill to investigate how token refresh works in this API and save the findings as a Markdown note in the repo.