research

Investigates questions against primary sources and saves cited findings as Markdown files.

6|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/northguild/gmt --skill research-northguild
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research
Source: https://github.com/northguild/gmt/tree/main/.agents/skills/research
Command: npx skills add https://github.com/northguild/gmt --skill research-northguild

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It offloads time-consuming research reading to a background agent so you can keep working, while ensuring every claim is traced back to a primary source rather than a secondary summary. ## Core Features & Use Cases - Primary-source investigation: Follows every claim back to official docs, source code, specs, or first-party APIs instead of blog posts or summaries. - Cited Markdown output: Writes findings to a single Markdown file with a source citation for each claim. - Convention-aware placement: Saves the file where the repo already keeps such notes, matching existing conventions. - Use Case: Ask how a library's API behaves; a background agent reads the official documentation and source code, then delivers a cited Markdown report in your repo while you continue coding. ## Quick Start Ask the agent to research how a specific API or feature works using primary sources and save the findings as a Markdown file 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?▼

Describe the question you want investigated and the agent spins up a background process to research it. The agent reads primary sources, writes findings to a Markdown file with citations, and saves it in your repo while you keep working.

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 are research findings saved in the repo?▼

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 it saved the file.

Does each claim in the research output include a citation?▼

Yes, each claim in the Markdown findings file cites its source. The agent's job is to trace every claim back to the primary source that owns it, so the output is verifiable.

When should I not use a background research agent?▼

Avoid it for quick factual lookups you can answer directly or when the question depends on private context not available in public primary sources. It is best suited for questions requiring reading across docs, specs, or source code.