research

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Gathering accurate technical facts from official documentation, source code, and specs is time-consuming and often interrupted by unreliable secondary sources. This Skill delegates that reading legwork to a background agent so you keep working while trustworthy, source-cited findings are produced. ## 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. - Background Execution: Runs the research as a background agent so your main workflow continues uninterrupted. - Cited Markdown Reports: Writes findings to a single Markdown file with per-claim source citations, saved where the repo already keeps such notes. - Use Case: Ask how a specific API endpoint behaves; the agent reads the official API reference and source implementation, then saves a cited summary into your repo's notes directory. ## Quick Start Research how the authentication flow works in this project's API and save the 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 research a technical question using primary sources?▼

Delegate the question to a background research agent that reads official docs, source code, and specs directly. It follows each claim back to the source that owns it and writes a cited Markdown report to your repository.

What sources does the research skill use for gathering facts?▼

It uses primary sources only: official documentation, source code, technical specifications, and first-party APIs. Secondary write-ups like blog posts are avoided so every claim traces back to its authoritative origin.

Can I keep working while research runs in the background?▼

Yes, the investigation runs as a background agent, so your main task continues uninterrupted. When finished, the findings appear as a Markdown file saved in the repository.

Where are research findings saved in the repository?▼

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

When should I not use a background research agent?▼

Avoid it for quick lookups you can answer immediately or questions requiring access to private systems the agent cannot reach. It is best suited for multi-source reading tasks that would otherwise interrupt your work.