What problem does it solve? Researching a technical topic usually means interrupting your own work to read documentation, source code, and specs, then manually organizing notes. This Skill delegates that reading to a background agent so you keep working while trustworthy, source-cited findings are written into your repository. ## 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. - Background execution: Runs as a background agent so your main workflow continues uninterrupted while research happens in parallel. - Convention-aware output: Saves findings as a single Markdown file with per-claim citations, placed where the repo already keeps such notes. - Use Case: You need to understand how a third-party API handles rate limiting before implementing an integration. Launch this Skill, and it reads the official API docs and source, then drops a cited Markdown 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 cited findings as a Markdown note in this repository.