star-milestone

Compute star milestones and velocity metrics for watched GitHub repositories.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill star-milestone-atrium-hermes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: star-milestone
Source: https://github.com/Atrium-Hermes/atrium-lighthouse/tree/main/skills/star-milestone
Command: npx skills add https://github.com/Atrium-Hermes/atrium-lighthouse --skill star-milestone-atrium-hermes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps teams informed about momentum in watched GitHub repositories by automatically detecting when a repo crosses star milestones and presenting a velocity-aware narrative that adds context beyond the raw count.

Core Features & Use Cases

  • Tracks star thresholds for watched repos and persists milestone history to memory.
  • Generates velocity-informed notifications with metrics like v7, v30, baseline, and a next-milestone projection.
  • Handles bootstrap and stale momentum quietly to avoid noise and only notifies on meaningful growth.

Quick Start

Tell me which watched repo to monitor and what milestone threshold to track so I can generate a velocity-aware notification.

Frequently Asked Questions about star-milestone

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track GitHub star milestones and get notified about repository growth?

Track GitHub star milestones by monitoring stargazer counts for watched repositories, computing velocity signals like v7 and v30, and generating structured Telegram-friendly notifications when a repo crosses a threshold.

How do I calculate GitHub repository star velocity to measure momentum?

Calculate GitHub repository star velocity by gathering stargazer counts and timestamps, then computing v7, v30, baseline, and days since last star to determine the velocity shape and project the next milestone.

How do I send Telegram notifications for GitHub repository stars crossing thresholds?

Send Telegram notifications for GitHub star thresholds by applying monitoring to watched repos, determining the highest milestone crossed, and generating a velocity-aware notification with highlights and next milestone projections.

What happens to star milestone monitoring when velocity data is missing?

When velocity data is missing, star milestone monitoring gracefully handles the gap by marking the velocity shape as UNKNOWN and skipping the velocity details in the generated notification to avoid reporting inaccurate momentum.

Do I need to configure watched repositories before tracking star milestones?

You need to specify watched repositories for star milestone tracking by listing them in memory or in a watched-repos.md file, which the monitoring process reads to determine which repos to analyze for stargazer counts.

How does milestone tracking handle stale repository momentum to avoid notification noise?

Milestone tracking handles stale repository momentum quietly by only notifying on meaningful growth, avoiding noise during bootstrap periods, and persisting milestone history to memory to track actual threshold crossings over time.