Agent Skills
› afx-team/hebb-mind
› research-survey
research-survey
GitHub执行结合学术论文与开源项目的结构化研究调查。搜索近期论文、GitHub仓库及行业报告,综合生成包含摘要、领域分析、差距分析及建议的结构化Markdown报告。
Trigger Scenarios
用户要求对特定主题进行学术研究综述
需要对比分析某个领域的学术成果与开源实现
生成包含行业趋势和差距分析的技术调研报告
Install
npx skills add afx-team/hebb-mind --skill research-survey -g -y
SKILL.md
Frontmatter
{
"name": "research-survey",
"arguments": [
{
"name": "topic",
"required": true,
"description": "The research topic to survey"
},
{
"name": "output",
"required": false,
"description": "Output file path for the survey report (default writes to repo_pages\/surveys\/)"
}
],
"description": "Conduct a structured research survey on a topic, combining academic papers and open-source projects",
"user_invocable": true
}
Research Survey
Conduct a comprehensive research survey combining academic and open-source sources.
Instructions
- Academic Search: Use WebSearch to find 5-10 recent papers on
${topic}from arxiv, ACL, NeurIPS, ICML, etc. - Open Source Search: Use WebSearch to find top GitHub repos related to
${topic}(sort by stars, recency) - Industry Search: Look for blog posts, technical reports from major AI labs (OpenAI, Anthropic, Google, Meta)
- Synthesize findings into a structured report:
- Executive Summary
- Academic Landscape (key papers, trends)
- Open Source Landscape (key projects, comparisons)
- Industry Trends
- Gap Analysis
- Recommendations
- Write the report to
${output}orrepo_pages/surveys/${topic}-survey.mdif no output specified - Use markdown tables for comparisons, include all source links
Version History
- a8914bb Current 2026-07-05 12:09


