fetch-kits

Downloads and organizes official home and away football kits as transparent PNG files.

Updated May 14, 2026
One-click install
npx skills add https://github.com/jesusprodriguezUnir/bracketMundial --skill fetch-kits-jesusprodriguezunir
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fetch-kits
Source: https://github.com/jesusprodriguezUnir/bracketMundial/tree/main/.agents/skills/fetch-kits
Command: npx skills add https://github.com/jesusprodriguezUnir/bracketMundial --skill fetch-kits-jesusprodriguezunir

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about fetch-kits

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download football kit images for national teams?▼

Run the fetch-kits script with the team codes you need, for example `node scripts/fetch-kits.mjs BRA GER`. Omitting team codes processes all 48 World Cup 2026 national teams automatically.

How to download only home or away kits with a script?▼

Use the `--type` option with `home`, `away`, or `all`. For example, `node scripts/fetch-kits.mjs --type away` downloads only the second kits for every team, while the default processes both.

Where are the downloaded kit images saved?▼

Kits are saved in the `public/assets/kits/` directory as transparent PNG files. Files follow the naming pattern `{TEAM}_home.png` and `{TEAM}_away.png`, such as `ARG_home.png`.

How do I force re-download of existing kit images?▼

Add the `--force` flag to the command, for example `node scripts/fetch-kits.mjs GER FRA --force`. This overwrites existing local files and fetches fresh copies from the source.

What is the official source for World Cup 2026 kit designs?▼

The official source is the FIFA 2026 portal at fifa.com, which publishes the official home and away kit designs and colors for the participating federations in the Canada, Mexico, and USA tournament.