star-momentum-alert

Projects GitHub star milestones and alerts Show HN dispatch windows from repo-pulse logs.

626|225|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill star-momentum-alert-aaronjmars
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: star-momentum-alert
Source: https://github.com/aaronjmars/aeon/tree/main/skills/star-momentum-alert
Command: npx skills add https://github.com/aaronjmars/aeon --skill star-momentum-alert-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes assets (resource) components.

What problem does it solve?

It predicts when a watched GitHub repository will cross its next star milestone and turns that projection into an actionable Show HN dispatch timing signal, avoiding missed launch windows.

Core Features & Use Cases

  • Milestone-aware projection: Uses the last 7 days of repo-pulse star deltas to project the date a repository will hit the next selected star milestone.
  • Dispatch-window alerting: Alerts only when the projected crossing date lands inside the Show HN dispatch window (Tue/Wed/Thu) and within the 7–14 day lead-time constraint.
  • Milestone override and safety modes: Supports dry-run to write articles and logs without sending notifications, and allows milestone overrides (e.g., forcing the next target rung).
  • Deduplicated reminders: Stores per-(repo, milestone) alert state to prevent repeated notifications while the milestone remains in the in-window range.

Quick Start

Tell Aeon to run star-momentum-alert with dry-run for an audit-only projection report without sending notifications.

Frequently Asked Questions about star-momentum-alert

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

FAQPage Schema
How do I predict when my GitHub repository will cross its next star milestone?β–Ό

Star milestone projection analyzes the last 7 days of repo-pulse star deltas to forecast the date a watched GitHub repository will hit its next target star count, alerting you when that projected crossing date approaches.

What is the best time to post a Show HN launch for maximum visibility?β–Ό

The optimal Show HN dispatch window falls on Tuesday, Wednesday, or Thursday. Star momentum alerting triggers notifications when your projected GitHub star milestone crossing lands inside this Tue/Wed/Thu window with a 7–14 day lead time.

How do I schedule automated growth monitoring alerts for multiple GitHub repos?β–Ό

Scheduled growth monitoring runs across multiple watched GitHub repositories using local file I/O over memory/watched-repos.md and memory/logs/YYYY-MM-DD.md to track star-count deltas, writing projection articles and dispatching notifications only when timing conditions are met.

Why am I getting duplicate alerts for the same GitHub star milestone?β–Ό

Duplicate milestone alerts are prevented by storing per-(repo, milestone) alert state in memory/topics/star-momentum-state.json, ensuring dispatch reminders fire once while the projected crossing date remains inside the active alert window.