star-momentum-alert

Project next star milestone dates for watched repositories from memory and logs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically project when watched repositories will reach the next star milestone and surface timely Show HN dispatch decisions, preventing missed launch windows.

Core Features & Use Cases

  • Milestone projection and cadence estimation based on 14–day star data.
  • Show HN timing gate: ensure dispatch decisions land on Tue/Wed/Thu within the 7–14 day window.
  • Stateful alert deduplication and article/state logging for auditability.

Quick Start

Run Star Momentum with default settings to generate today's per-repo projections.

Frequently Asked Questions about star-momentum-alert

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

FAQPage Schema
How do I forecast when a GitHub repository will reach its next star milestone?▼

You forecast GitHub star milestones by computing 7-day and 3-day star deltas from daily repo-pulse logs to project the next milestone date, generating a per-repo projection article and state updates.

How do I time a Show HN dispatch based on repository star momentum?▼

Timing a Show HN dispatch uses a gating mechanism that ensures dispatch decisions land on Tuesday, Wednesday, or Thursday within a 7 to 14 day window based on projected star milestone dates.

What is the best way to estimate GitHub star cadence using data logs?▼

Estimating star cadence involves analyzing 14-day star data logs to determine the current pace of star growth, selecting appropriate milestones from a ladder, and calculating projected achievement dates.

Can I run star milestone projections without modifying my repository memory files?▼

Yes, you can run star milestone projections without modifying files by using the optional dry-run mode, which computes 7-day and 3-day deltas and evaluates milestones without writing to articles or memory.

Why does my Show HN alert keep repeating for the same repository milestone?▼

Show HN alerts repeat without stateful alert deduplication; applying this deduplication process checks memory and logs to prevent duplicate dispatch decisions and maintain article auditability for watched repositories.

Does star milestone forecasting work without daily repo-pulse logs?▼

Star milestone forecasting requires daily repo-pulse logs and a watched-repos.md memory file to compute 7-day and 3-day deltas accurately; without these inputs, pace estimation and projection are not possible.