research

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

Updated May 31, 2026
One-click install
npx skills add https://github.com/AlexanderNarbaev/agi --skill research-alexandernarbaev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/AlexanderNarbaev/agi/tree/main/.opencode/skills/matt-pocock/research
Command: npx skills add https://github.com/AlexanderNarbaev/agi --skill research-alexandernarbaev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Delegating research to a background agent lets you keep working while documentation, API facts, and source-code details are gathered from high-trust primary sources instead of unreliable secondary write-ups. ## Core Features & Use Cases - Primary-source investigation: Traces every claim back to official docs, source code, specs, or first-party APIs rather than blog summaries. - Cited Markdown reports: Writes findings to a single Markdown file where each claim carries a citation to its source. - Convention-aware storage: Saves the report where the repository already keeps such notes, matching existing conventions or choosing a sensible location. - Use Case: Ask how a third-party API handles rate limiting; the background agent reads the official documentation and source, then delivers a cited Markdown summary in your repo. ## Quick Start Ask the agent to research how a specific library or API feature works 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 research to a background agent?

Invoke the research skill with your question, and it spins up a background agent that investigates primary sources while you keep working. The agent 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 saved as a single Markdown file 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 carries a citation to its source. This makes the findings verifiable and lets you trace any statement back to the original documentation or code.

When should I not use a background research agent?

Avoid it for questions answerable from your own codebase context or requiring immediate interactive clarification. It suits open-ended investigation of external docs and APIs, not quick lookups you can resolve inline.