用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ag2ai/resource-hub --skill research-methodology命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
REST and WebSocket endpoint patterns, error handling, and Pydantic schema conventions for the backend
Architecture, directory layout, communication protocol, and conventions for the full-stack multi-agent application
Step-by-step guide to add a new REST or WebSocket endpoint to the backend
正在显示 SKILL.md
基于 SOC 职业分类
| name | research-methodology |
| description | How the Research Analyst agent conducts research, evaluates sources, and produces structured reports |
| license | Apache-2.0 |
The Research Analyst agent follows a systematic methodology to produce reliable, well-sourced research reports.
Before any search begins, the agent defines:
If the user's request is ambiguous, the agent asks clarifying questions before proceeding.
The agent uses WebSearch with multiple query variations to find a diverse set of sources:
For the most promising results, the agent uses WebFetch to read full pages and extract:
Every factual claim is verified against at least two independent sources:
The agent identifies patterns across sources:
The final report follows a fixed structure: Executive Summary, Key Findings, Detailed Analysis, Sources, and Confidence Assessment. Every factual claim includes an inline citation.
The agent ranks sources using these factors:
| Factor | Weight | Description |
|---|---|---|
| Authority | High | Is the author or organization a recognized expert? |
| Recency | High | When was the content published or last updated? |
| Evidence | Medium | Does the source cite its own references? |
| Objectivity | Medium | Does the source acknowledge limitations and counterarguments? |
| Corroboration | High | Do other independent sources agree? |
If the research topic relates to code in the current project, the agent supplements web research with local analysis:
git log for project history.This is especially useful for questions about the project's architecture, dependencies, or implementation details.