What problem does it solve? Creating the full set of web assets a site needs—favicons in multiple sizes, PWA app icons, and platform-specific social sharing images—requires repetitive resizing, format conversion, and manual HTML meta tag writing. This Skill automates that entire pipeline with Python scripts and returns ready-to-paste HTML tags. ## Core Features & Use Cases - Favicon and App Icon Generation: Produces favicon.ico plus PNGs at 16x16, 32x32, 96x96, 180x180, 192x192, and 512x512 from a logo image or an emoji character, with keyword-based emoji suggestions. - Open Graph Image Generation: Creates 1200x630 (Facebook/LinkedIn/WhatsApp), 1200x675 (Twitter), and 1200x1200 square images from text with dynamic font sizing, optional logo overlay, and custom colors. - Validation and HTML Output: Optional --validate flag checks file sizes, dimensions, formats, and WCAG contrast ratios against platform limits, and both scripts emit the corresponding <link> and <meta> tags. - Use Case: A developer launching a new site uploads a logo and tagline, then receives a complete asset package—favicons, app icons, social images, validated against Facebook and Twitter requirements—plus the exact HTML to paste into their layout file. ## Quick Start Ask the assistant to generate favicons, app icons, and social sharing images from your logo file or a text slogan, and it will run the scripts and return the assets with HTML meta tags.