Agent skill

github-trending

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill github-trending --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/github-trending/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 增长

What's inside
Steps it walks through
  1. 核心能力
  2. 使用场景
  3. 数据源
  4. Primary: GitHub Trending
  5. Secondary: GitHub API
  6. Supplementary Sources
  7. 分析框架
  8. 项目评估维度
  9. 趋势解读模板
  10. 趋势分类
  11. 按热度类型
  12. 按项目类型
  13. 深度分析技巧
  14. 识别真正有价值的项目
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the github-trending skill do?

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

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill github-trending --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going