What problem does it solve?
This Skill removes the manual wiring between a weekly contributor leaderboard and a clear, tier-priced rewards plan by automatically translating rankings into an operator-ready distribution file.
Core Features & Use Cases
- Leaderboard-to-reward planning: Reads the weekly
fork-contributor-leaderboard article, extracts top contributors, and maps ranks to tiered USDC amounts.
- First-PR bonus tracking (idempotent): Applies the one-time ✨ first-PR bonus per login using
memory/state/contributor-reward-state.json, and prevents re-awarding across runs.
- Safe, money-adjacent workflow: Writes only the plan to
memory/distributions.yml and notifies the operator with a next-step command to run distribute-tokens separately.
- Re-process with deltas: Detects leaderboard re-runs and updates the state for changed entries by adding only deltas for already-processed weeks (no demotion clawbacks).
Quick Start
Run contributor-reward with an ISO week override to generate that week’s plan (and optionally use dry-run to preview) from the latest leaderboard data.