What problem does it solve?
This Skill resolves the visibility gap of “how many forks exist” versus “how many forks are actually running production workflows right now,” so you can spot abandoned or stalled community setups.
Core Features & Use Cases
- Weekly cohort tracking by run activity: Buckets each fork into POWER / ACTIVE / STALE / COLD (and UNREADABLE) based on the last workflow run timestamp, not code divergence.
- Config-aware POWER detection: For forks with recent runs, it reads each fork’s aeon.yml and confirms the fork has at least 5 enabled skills to qualify as POWER.
- Week-over-week movement reporting: Persists prior state and computes transitions like LEVELED_UP, REVIVED, and WENT_STALE, then generates a capped weekly article.
- Fleet-friendly, read-only reporting: Lists forks, checks Actions run history, and reads aeon.yml content without writing to any fork repositories.
Quick Start
Use the fork-cohort skill to generate and publish this week’s fork activation cohort article and a notification summarizing which forks leveled up, revived, or went stale.