Agent Skills
› afx-team/hebb-mind
› research-survey
research-survey
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


