What problem does it solve? Researching a technical question properly means reading official docs, source code, and specs instead of secondhand summaries, which interrupts your current work. This Skill offloads that reading to a background agent so you keep working while verified findings are written to a Markdown file in your repo. ## Core Features & Use Cases - Primary-source investigation: Traces every claim back to official documentation, source code, specs, or first-party APIs rather than secondary write-ups. - Background execution: Runs as a background agent so your main session stays free while the research happens. - Convention-aware output: Saves findings as a single cited Markdown file wherever the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a specific API authentication flow works; the agent reads the official spec and source, then writes a cited summary into your repo's notes directory. ## Quick Start Ask the agent to research how a specific library or API feature works using primary sources and save the findings as a Markdown note in the repo.