Agent Skills
› afx-team/hebb-mind
› github-explore
github-explore
GitHub深度分析GitHub仓库,通过WebSearch和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


