What problem does it solve? Manually sourcing, downloading, and standardizing official team kit images for 48 national teams is tedious and error-prone. This Skill automates fetching, assembling, and verifying home and away jerseys so they are ready to use in the project's tactical board and UI. ## Core Features & Use Cases - Batch Kit Download: Fetch home and away kits for all 48 World Cup 2026 national teams or a targeted subset by team code (e.g., BRA, GER, FRA). - Selective Processing: Filter by kit type with --type home|away|all and force re-downloads of existing files with --force. - Standardized Output: Saves optimized transparent PNGs to public/assets/kits/ using a consistent {TEAM}_home.png / {TEAM}_away.png naming convention. - Use Case: When the tactical board shows missing jerseys for Argentina, run the script with the ARG code to download both kits and place them in the correct assets folder automatically. ## Quick Start Ask the assistant to download the home and away kits for Brazil by running the fetch-kits script with the BRA team code.