research

Investigate questions against primary sources and save cited findings as Markdown files.

2|Updated May 12, 2026
One-click install
npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill research-tajo9128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/tajo9128/BioDockify-Pharma-AI/tree/main/.agents/skills/research
Command: npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill research-tajo9128

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It offloads time-consuming research reading to a background agent, so you can keep working while questions are investigated against trustworthy primary sources instead of unreliable secondary 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 linked to its source. - Convention-aware storage: Saves the report where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a specific API authentication flow works; the background agent reads the official documentation and source code, then delivers a cited Markdown summary in your repo. ## Quick Start Research how the authentication flow in this API works using official documentation 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 primary sources while you keep working. The agent writes cited findings to a Markdown file in your repo.

What sources does the research skill use?

It relies on primary sources only: official documentation, source code, specifications, and first-party APIs. Every claim is traced back to the source that owns it rather than 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 skill cite its sources?

Yes, each claim in the generated Markdown report is cited to its originating primary source. This makes the findings verifiable and traceable back to official documentation or code.

When should I not use a background research agent?

Avoid it for questions answerable from your immediate context or requiring real-time interaction. It is designed for delegated reading legwork, not quick lookups or tasks needing your continuous input.