What problem does it solve? Operators of a forked agent framework cannot tell which skills the fleet actually runs, because untouched template forks pollute any naive adoption count. This Skill scores skill usage only against forks whose configuration diverges from upstream defaults, producing a meaningful weekly leaderboard. ## Core Features & Use Cases - Configured-fork filtering: Classifies each active fork as CONFIGURED, TEMPLATE, or UNREADABLE by diffing its aeon.yml against upstream defaults, excluding untouched templates from the math. - Actionable recommendations: Derives Promote, Match, Sunset, and Fleet-only skill categories from adoption percentages, model overrides, and fork-only skills. - Week-over-week tracking: Persists a JSON snapshot and reports rising, falling, new, and dropped skills between runs. - Use Case: A maintainer of an open-source agent repo wants to know which optional skills real users enable. The Skill scans all forks pushed in the last 30 days via the GitHub API, finds that 40% of configured forks enable a skill that ships disabled by default, and recommends promoting it. ## Quick Start Run the skill-leaderboard against the watched repository to generate this week's configured-fleet skill ranking and article.