Agent Skills
› afx-team/hebb-mind
› github-explore
github-explore
GitHub深度分析GitHub仓库,利用搜索和MCP工具获取文档、代码及Issue信息,输出项目概览、架构、技术栈、设计模式及优缺点评估。
触发场景
需要深入了解某个开源项目的内部结构和设计决策
评估GitHub仓库的技术栈和维护状态
安装
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
版本历史
- a8914bb 当前 2026-07-05 12:09


