What problem does it solve? Researching a topic often means reading large amounts of documentation, source code, and specifications, which blocks your main work. This Skill delegates that reading to a background agent so you can keep working while findings are gathered and documented. ## Core Features & Use Cases - Primary-source investigation: Traces every claim back to official documentation, source code, specifications, or first-party APIs rather than secondary summaries. - Cited Markdown reports: Writes findings into a single Markdown file where each claim is annotated with its owning source. - Convention-aware storage: Saves the report to the repository's existing notes location, or picks a sensible location and explains the choice. - Use Case: You need to understand how a third-party API's rate limiting works before integrating it. Launch the research agent, continue coding, and later read a Markdown report with every behavior cited to the official API docs. ## Quick Start Ask the agent to research how a specific library or API works using primary sources and save the cited findings as a Markdown note in this repository.