Agent Skills
› afx-team/hebb-mind
› github-explore
github-explore
GitHub深入分析GitHub仓库,通过Web搜索和MCP工具获取README、源码及Issue/PR信息,评估项目概览、架构、技术栈、设计模式及API,并总结优缺点。
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


