research

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

Updated Jun 28, 2026
One-click install
npx skills add https://github.com/AO-HyS/aohys.com --skill research-ao-hys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/AO-HyS/aohys.com/tree/main/.agents/skills/research
Command: npx skills add https://github.com/AO-HyS/aohys.com --skill research-ao-hys

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 sources instead of secondhand summaries. ## Core Features & Use Cases - Primary-source investigation: Follows 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 each claim's source cited. - Convention-aware storage: Saves the report where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a specific Cloudflare API behaves; the background agent reads the official documentation and source, then saves a cited Markdown summary into your repo while you continue coding. ## Quick Start Ask the agent to research how a specific API or library feature works and save the cited findings as a Markdown note in the 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?▼

Invoke the research skill with your question, and it spins up a background agent that investigates while you keep working. The agent reads primary sources and writes a cited Markdown report into the repo.

What sources does the research agent use?▼

The agent investigates against 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 does the research report get saved?▼

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

Does the research skill cite its sources?▼

Yes, each claim in the Markdown report is cited to its source. This makes the findings verifiable and lets you trace any statement back to the official documentation or code it came from.

When should I not use a background research agent?▼

Avoid it for questions answerable from code already in your local context or when you need an immediate inline answer. The skill is designed for deeper reading legwork that benefits from asynchronous investigation.