research

Investigates questions against primary sources and writes cited findings to a Markdown file.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/shaahy/quicknav-desktop --skill research-shaahy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/shaahy/quicknav-desktop/tree/main/A%20%E6%95%99%E7%A8%8B%E9%9B%86%E5%90%88/Matt%20Pocock%20Skills%20%E6%8A%80%E8%83%BD%E9%80%9F%E6%9F%A5/source-snapshot/skills/engineering/research
Command: npx skills add https://github.com/shaahy/quicknav-desktop --skill research-shaahy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of digging through official documentation, source code, and specifications to answer technical questions, delegating that reading work to a background agent while you keep working. ## 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. - Cited Markdown reports: Writes findings to a single Markdown file with a source citation for each claim. - Convention-aware placement: Saves the report where the repository already keeps such notes, matching existing conventions. - Use Case: Ask how a specific API endpoint behaves; a background agent reads the official docs and source, then delivers a cited Markdown summary in your repo. ## Quick Start Ask the agent to research how a specific library feature works using official documentation and save the cited findings as a Markdown note in the repository.

Frequently Asked Questions about research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate technical research to a background agent?▼

Invoke the research skill with your question, and it spins up a background agent that reads primary sources while you continue working. The agent writes its findings to a cited Markdown file in your repository.

What sources does the research skill use for answers?▼

It relies on primary sources only: official documentation, source code, specifications, and first-party APIs. Every claim in the final report is traced back to the source that owns it rather than secondary articles.

Where does the research skill save its findings?▼

Findings are written to a single Markdown file in the repository. It follows the repo's existing convention for such notes, and if none exists, it picks a sensible location and tells you where.

Can I keep working while the research runs?▼

Yes, the investigation runs as a background agent specifically so your main workflow is not blocked. You receive the completed Markdown report when the reading and citation work finishes.

When should I not use a research background agent?▼

Avoid it for questions answerable from your own codebase context or when you need interactive back-and-forth exploration. It is designed for self-contained questions requiring reading of external primary sources.