research

Investigate questions against primary sources and write cited findings to Markdown files.

Updated Jul 31, 2026
One-click install
npx skills add https://github.com/julianckt/adoptarun --skill research-julianckt
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/julianckt/adoptarun/tree/main/.agents/skills/research
Command: npx skills add https://github.com/julianckt/adoptarun --skill research-julianckt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Delegating research to a background agent lets you keep working while documentation, API facts, and technical questions are investigated against trustworthy primary sources instead of unreliable secondary summaries. ## 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 Storage: Saves the report where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a third-party API handles rate limits; a background agent reads the official documentation and source code, then delivers a cited Markdown summary in your repo. ## Quick Start Research how the Sanity Studio deployment workflow works and save the cited findings as a Markdown note in this repo.

Frequently Asked Questions about research

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

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

Describe the question you want investigated and the agent researches it in the background while you continue working. It reads primary sources, then writes cited findings to a Markdown file in your repository.

What sources does the research agent use?▼

The agent uses primary sources only: official documentation, source code, specifications, and first-party APIs. It follows every claim back to the source that owns it rather than relying on secondary write-ups.

Where are research findings saved?▼

Findings are written to a single Markdown file saved where the repository already keeps such notes, matching existing conventions. If no convention exists, the agent picks a sensible location and tells you where.

Does the research output include citations?▼

Yes, each claim in the Markdown report cites its source. This lets you verify facts directly against the official documentation or code that owns the claim.

When should I not use a background research agent?▼

Avoid it for questions answerable from your local codebase context or requiring immediate interactive clarification. It suits open-ended reading tasks against external docs, not quick lookups you can resolve inline.