What problem does it solve? Filling player and coach photo slots for teams with little or no coverage in official photo APIs is slow and manual. This Skill turns a single lineup image (Instagram post, screenshot, infographic) into ready-to-use avatar files for the app in one pass. ## Core Features & Use Cases - Visual face detection and bbox estimation: The AI analyzes the image, reads player surnames, and maps them to squad numbers from the team's squad data file. - Automated cropping with sharp: A Node script crops each bounding box with configurable padding, resizes to 300px width, and saves optimized WebP files to public/players/{TEAM}/{n}.webp and public/coaches/{TEAM}.webp. - Manifest regeneration: Automatically rebuilds src/data/player-photos.ts and src/data/coach-photos.ts after extraction. - Use Case: A national team like JOR has no API photo coverage. Paste a lineup screenshot from Instagram, and the Skill extracts 11+ player avatars plus the coach photo in a single run, with a --dry-run preview before writing files. ## Quick Start Extract the player faces from this lineup screenshot and save them as avatars for team SWE.