github-trending

Solid

GitHub Trending 探索与分析。用于发现热门开源项目、技术趋势、开发者偏好,帮助理解技术社区的兴趣走向。

Code & Development 145 stars 16 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
72
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 增长曲线 (线性/指数...

Details

Author
majiayu000
Repository
majiayu000/claude-arsenal
Created
5 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

github-trending-repos

Find and rank trending GitHub repositories by real activity signals (commit velocity, PR throughput, contributor growth) — filters out non-code repos and scores for contribution opportunity

2 Updated today
kookr-ai
AI & Automation Listed

github-trending

Fetch and display GitHub trending repositories and developers. Use when building dashboards showing trending repos, discovering popular projects, or tracking GitHub trends. Triggers on GitHub trending, trending repos, popular repositories, GitHub discover.

2 Updated today
Makiya1202
Code & Development Listed

github-demand-radar

Use when the user asks to analyze a GitHub repository's issues/PRs to identify high-value commercial demand opportunities. Triggers: 「扫issue」「扫PR」「找需求」「分析仓库」「找商业化点子」「独立开发者切入点」「需求雷达」「扫一下明星项目」「生成需求报告」. Outputs scored demand cards with JTBD analysis, RICE scoring, Ugly Workaround evidence, and fake-door probe drafts. Also works in PR scan mode (Phase 1B) to find rejected/stale PRs as market gap signals.

14 Updated 1 weeks ago
geekjourneyx
AI & Automation Solid

daily-trending

Fetch today's trending topics from tophub.today across multiple platforms. Triggered when users ask "what's trending today", "hot topics", "今日热搜", or "微博热搜".

82 Updated today
freestylefly
Code & Development Listed

github-discovery-scoring

Score GitHub repos for project relevance using weighted dependency/topic matching. Use when building recommendation engines, filtering discovery results, or ranking repositories.

4 Updated 1 weeks ago
ytrofr