github-explorer
✓Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources.
Installation
SKILL.md
| 来源 | URL 模式 | 采集内容 | 建议工具 |
| GitHub Repo | github.com/{org}/{repo} | README、About、Contributors | webfetch | | GitHub Issues | github.com/{org}/{repo}/issues?q=sort:comments | Top 3-5 高质量 Issue | browser | | 中文社区 | 微信/知乎/小红书 | 深度评测、使用经验 | content-extract | | 技术博客 | Medium/Dev.to | 技术架构分析 | webfetch / content-extract | | 讨论区 | V2EX/Reddit | 用户反馈、槽点 | search-layer(Deep 模式) |
| 项目调研(默认) | python3 skills/search-layer/scripts/search.py --queries " review" " 评测" --mode deep --intent exploratory --num 5 | 多查询并行,按权威性排序 | | 最新动态 | python3 skills/search-layer/scripts/search.py " latest release" --mode deep --intent status --freshness pw --num 5 | 优先新鲜度,过滤一周内 |
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources. Source: blessonism/github-explorer-skill.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/blessonism/github-explorer-skill --skill github-explorer- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-11
- Updated
- 2026-02-18
Quick answers
What is github-explorer?
Deep-dive analysis of GitHub projects. Use when the user mentions a GitHub repo/project name and wants to understand it — triggered by phrases like "帮我看看这个项目", "了解一下 XXX", "这个项目怎么样", "分析一下 repo", or any request to explore/evaluate a GitHub project. Covers architecture, community health, competitive landscape, and cross-platform knowledge sources. Source: blessonism/github-explorer-skill.
How do I install github-explorer?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/blessonism/github-explorer-skill --skill github-explorer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/blessonism/github-explorer-skill
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-11