What problem does it solve? It bridges the gap between a weekly contributor leaderboard and actual token payouts by converting rankings into a priced, idempotent reward plan that an operator can review before any on-chain transfer happens. ## Core Features & Use Cases - Tier-Based Pricing: Maps leaderboard ranks to fixed USDC amounts (rank 1 = 25, rank 2 = 15, rank 3 = 10, ranks 4-5 = 5) with a one-time +5 USDC first-PR bonus per contributor. - Idempotent Plan Generation: Tracks processed weeks and paid bonuses in a state file, so re-runs only add deltas and never double-pay or claw back rewards. - Safe Handoff to distribute-tokens: Writes a labelled recipient list into memory/distributions.yml and notifies the operator with the exact command to preview or execute the transfer, without ever moving funds itself. - Use Case: After the weekly fork-contributor-leaderboard article is published, run this skill to automatically produce a contributors-2026-W17 list in distributions.yml, then have the operator execute the payout via distribute-tokens. ## Quick Start Run the contributor-reward skill with no arguments to process the most recent leaderboard, or pass "dry-run" to preview the reward plan without writing any files.