Agent Skills
› afx-team/hebb-mind
› research-survey
research-survey
GitHub该技能用于执行结构化的研究调查,综合学术论文、开源项目及行业报告。通过搜索特定主题的最新资料并合成包含摘要、趋势分析及建议的结构化报告,支持学术与工程领域的深度调研。
触发场景
需要撰写特定技术主题的研究报告
进行学术文献与开源项目的对比分析
安装
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
版本历史
- a8914bb 当前 2026-07-05 12:09


