github-growth-tracker
by Rian O'Leary
Track GitHub repository growth trends, star velocity, and commit activity with historical digests and benchmarking.
- Monitor star and fork growth trends over a 90-day window
- Compare repo performance against a curated watchlist of competitors
- Generate automated weekly progress reports for open-source projects
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Fully compatible across all agents
- 5 permissions declared
Sample Output
A real example of what this skill produces.
📊 GitHub Growth Digest 99rebels/api-client Stars: 142 ↑ (+12) Forks: 28 → Issues: 5 ↓ (-2) Commits (4w): 18 ↑ (+4) vs watchlist: ✅ Outperforming avg star growth Watchlist: octocat/Spoon-Knife stars: 12.4k (+5)
github-growth-tracker
by Rian O'Leary
Track GitHub repository growth trends, star velocity, and commit activity with historical digests and benchmarking.
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Fully compatible across all agents
- 5 permissions declared
- Instant install
Sample Output
A real example of what this skill produces.
📊 GitHub Growth Digest 99rebels/api-client Stars: 142 ↑ (+12) Forks: 28 → Issues: 5 ↓ (-2) Commits (4w): 18 ↑ (+4) vs watchlist: ✅ Outperforming avg star growth Watchlist: octocat/Spoon-Knife stars: 12.4k (+5)
About This Skill
What it does
The GitHub Growth Tracker is a specialized developer tool designed to monitor and analyze the trajectory of GitHub repositories. It goes beyond static numbers by recording historical data to provide real-time trend analysis on stars, forks, issues, and commit velocity.
Why use this skill
While basic GitHub scraping can give you current counts, this skill maintains a 90-day time-series database. It allows developers to understand momentum rather than just snapshots. Instead of manually checking dashboards, you get automated digests that highlight where your projects are gaining traction or losing steam relative to your benchmarks.
- Trend Visualization: Uses intuitive indicators (↑↓→) to show changes over time.
- Watchlist Benchmarking: Compare your growth rates against "aspirational" repos to gauge relative performance.
- Commit Velocity Tracking: Monitor active development windows (4-week rolling average) across multiple repos.
- Automated Reporting: Designed to generate clean, formatted text digests perfect for Slack, Discord, or status updates.
Supported tools
Built as a Python-based utility, it integrates seamlessly with GitHub's REST API using fine-grained Personal Access Tokens. It is compatible with AI agent environments like Claude Code, Cursor, and OpenClaw, utilizing a standardized data directory for persistent historical tracking.
📖 Learn more: Best DevOps & Deployment Skills for Claude Code →
Use Cases
- Monitor star and fork growth trends over a 90-day window
- Compare repo performance against a curated watchlist of competitors
- Generate automated weekly progress reports for open-source projects
- Analyze commit velocity to ensure consistent development activity
Known Limitations
1. Rate limited - 5,000 API requests/hour. With many repos + participation lookups, you could hit this on large watchlists. 2. Read-only - tracks metrics but can't interact with repos (no starring, forking, issues management).
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/github-growth-tracker | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Reads/writes credentials for GitHub auth, stores repo history for trend tracking. All data stays local.
Fully compatible across all agents
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
subagent-orchestrator (Develop based on the Claude Code sourcemap)
Turn your AI agent into a coordinator that manages parallel subagents for complex coding and research tasks.
incident-postmortem
Transform raw incident logs and Slack threads into blameless, structured postmortems and 5-Whys RCA reports.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.