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


