github-trendinglisted
Install: claude install-skill majiayu000/claude-arsenal
# GitHub Trending 探索
## 核心能力
- **趋势发现** — 实时获取 GitHub Trending 仓库和开发者
- **技术洞察** — 分析热门项目背后的技术栈和架构
- **社区脉搏** — 理解开发者社区的兴趣偏好和需求
- **机会识别** — 发现潜在的开源贡献机会和学习方向
---
## 使用场景
| 场景 | 命令示例 |
|------|----------|
| 探索今日热门 | "看看今天 GitHub 上什么项目火了" |
| 语言趋势 | "Rust 最近有什么热门项目" |
| 领域研究 | "AI/ML 领域最近的趋势项目" |
| 竞品分析 | "看看有没有类似 X 的热门项目" |
| 技术选型 | "有什么热门的 React 组件库" |
| 学习方向 | "最近什么技术在快速增长" |
---
## 数据源
### Primary: GitHub Trending
```
https://github.com/trending # 总榜
https://github.com/trending/{language} # 按语言
https://github.com/trending?since=daily # 今日
https://github.com/trending?since=weekly # 本周
https://github.com/trending?since=monthly # 本月
https://github.com/trending/developers # 热门开发者
```
### Secondary: GitHub API
```
# 搜索高星项目
https://api.github.com/search/repositories?q=stars:>1000+pushed:>2024-01-01&sort=stars
# 最近创建的热门项目
https://api.github.com/search/repositories?q=created:>2024-06-01+stars:>100&sort=stars
```
### Supplementary Sources
- **Hacker News** — https://news.ycombinator.com (Show HN)
- **Product Hunt** — https://producthunt.com (开发者工具)
- **Reddit** — r/programming, r/webdev, r/rust, r/golang
- **X/Twitter** — 技术热点讨论
---
## 分析框架
### 项目评估维度
```markdown
## 基础指标
- Stars / Star 增长速度
- Forks / Fork 活跃度
- Contributors 数量
- Issue/PR 活跃度
- 最近提交频率
## 质量指标
- README 完整度
- 文档质量
- 测试覆盖率
- CI/CD 配置
- License 类型
## 社区指标
- Issue 响应时间
- PR 合并效率
- Discussions 活跃度
- 社区友好度 (good first issue)
## 趋势指标
- Star 增长曲线 (线性/指数