What problem does it solve? Gathering accurate technical facts from documentation, source code, and APIs is time-consuming and error-prone when relying on secondary blog posts or outdated write-ups. This Skill delegates that reading legwork to a background agent so you keep working while trustworthy, source-cited research is produced. ## Core Features & Use Cases - Primary-source investigation: Traces every claim back to official docs, source code, specs, and first-party APIs rather than secondary summaries. - Cited Markdown reports: Writes findings to a single Markdown file with a source citation for each claim. - Convention-aware output: 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 endpoint behaves; a background agent reads the official documentation and source code, then delivers a Markdown file in your repo with each behavior claim linked to its source. ## Quick Start Research how the Stripe webhook signature verification works using official documentation and save the cited findings as a Markdown note in this repo.