GitHub Growth Tracker is a skill for monitoring and analyzing the trajectory of GitHub repositories over time. Rather than reporting only current counts, it maintains a 90-day time-series database of stars, forks, issues, and commit velocity, enabling trend analysis instead of point-in-time snapshots.
The skill tracks star velocity and uses directional indicators to show whether a metric is rising, falling, or flat. Commit velocity is measured using a 4-week rolling average across multiple repositories, giving a view of active development windows rather than raw commit counts.
A watchlist benchmarking feature lets you compare your own repositories against a set of aspirational repositories to gauge relative growth rates. This is useful when assessing whether a project is gaining traction in proportion to peers.
Automated digests are formatted as plain text, making them suitable for delivery to Slack, Discord, or other status update channels without additional transformation.
The skill integrates with GitHub’s REST API using fine-grained Personal Access Tokens and uses a standardized local data directory for persistent historical tracking. It is designed to run inside AI agent environments. Because no tools are exposed in the tool list and no package registry entry is provided, setup details and invocation specifics should be confirmed from the repository directly before integration.