Agent Skills
› afx-team/hebb-mind
› github-explore
github-explore
GitHub深度分析GitHub仓库,涵盖架构、代码模式及技术决策。通过搜索文档与使用MCP工具读取源码,输出项目概览、技术栈、设计模式及优缺点评估,支持指定领域深入挖掘。
Trigger Scenarios
用户请求分析特定GitHub仓库
需要了解开源项目的架构或技术细节
评估第三方库的适用性与优缺点
Install
npx skills add afx-team/hebb-mind --skill github-explore -g -y
SKILL.md
Frontmatter
{
"name": "github-explore",
"arguments": [
{
"name": "repo",
"required": true,
"description": "GitHub repo in owner\/repo format (e.g. mem0ai\/mem0)"
},
{
"name": "focus",
"required": false,
"description": "Specific aspect to focus on (e.g. memory architecture, retrieval, API design)"
}
],
"description": "Deep-dive into a GitHub repo - analyze architecture, code patterns, and design decisions",
"user_invocable": true
}
GitHub Repo Explorer
Perform a deep analysis of a GitHub repository.
Instructions
- Use WebSearch to find the repo's README, documentation, and key discussions
- Use the GitHub MCP tool (if available) to:
- List repo structure and key directories
- Read core source files
- Check recent issues and PRs for insights
- Analyze and report:
- Overview: What the project does, star count, maintenance status
- Architecture: How the codebase is organized, key abstractions
- Tech Stack: Languages, frameworks, dependencies
- Design Patterns: Notable patterns and design decisions
- API Surface: Key public interfaces
- Strengths: What the project does well
- Weaknesses/Gaps: Limitations or missing features
- If a focus area is specified, go deeper on that aspect
Version History
- a8914bb Current 2026-07-05 12:09


