Loading...
Loading...
Fetches GitHub topic trending repositories. Use when asking about GitHub trending repos or open source projects.
npx skill4agent add geekjourneyx/mind-skills github-topics# View rankings
今天 claude-code 话题排行榜
Top 10 GitHub 项目
热门仓库
# View repository details
anthropics/claude-code 介绍
这个仓库是做什么的| Type | Examples | Description |
|---|---|---|
| Rankings | | Current rankings by stars |
| Detail | | Repository README summary |
| Topic | | Custom topic search |
- [ ] Step 1: Parse query type
- [ ] Step 2: Fetch data from GitHub
- [ ] Step 3: Format and display results| User Input | Query Type | Action |
|---|---|---|
| rankings | Show top N repos |
| rankings | Show top N repos |
| detail | Get README summary |
| rankings | Search python topic |
cd skills/github-topics
python src/github_fetcher.pypip install requestspython src/readme_fetcher.py# GitHub Trending - python
| # | Repository | Stars | Language |
|---|------------|-------|----------|
| 1 | donnemartin/system-design-primer | 334K | Python |
| 2 | vinta/awesome-python | 281K | Python |
| 3 | project-based-learning | 257K | - |# anthropics/claude-code
**Stars**: 15.2K
**Language**: TypeScript
**URL**: https://github.com/anthropics/claude-code
## README Summary
Official Claude Code CLI for AI-powered software development. Claude Code is Anthropic's official CLI tool...| Variable | Description | Default |
|---|---|---|
| GitHub Personal Access Token (optional, for higher rate limits) | - |
| GitHub topic to track | |
GH_TOKEN| Limit Type | Rate |
|---|---|
| Authenticated | 5,000 requests/hour |
| Unauthenticated | 60 requests/hour |
GH_TOKEN| Issue | Solution |
|---|---|
| Rate limit | Set |
| Network timeout | Check internet connection |
| Empty results | Check topic name exists |
# Fetch rankings (default topic: claude-code)
python skills/github-topics/src/github_fetcher.py
# Fetch README
python skills/github-topics/src/readme_fetcher.py