What problem does it solve? Manually sourcing official club crests for the 36 UEFA Champions League 2026/27 teams is tedious and error-prone. This Skill automates downloading, updating, and verifying high-resolution transparent PNG crests directly from the official UEFA.com CDN, storing them in the project's public assets directory. ## Core Features & Use Cases - Official Source Downloads: Fetches crests from the UEFA CDN (img.uefa.com) at 240x240 or 700x700 resolution for any of the 36 clubs. - Selective or Bulk Processing: Target specific clubs by three-letter code (e.g., RMA, BAR, MCI) or process all 36 clubs at once. - Force Refresh: Use the --force flag to invalidate and replace existing crest files on disk. - Use Case: You notice the Barcelona crest is outdated in your app. Run the script with BAR --crests --force to pull the latest official version into public/assets/crests/BAR.png. ## Quick Start Ask the assistant to download the official crest for Real Madrid, or run npm run ucl:crests to fetch and verify crests for all 36 Champions League clubs.