What problem does it solve? Manually resizing a logo into every required favicon size and wiring up the correct HTML link tags for each framework is tedious and error-prone. This Skill automates the entire favicon pipeline from a single source image. ## Core Features & Use Cases - Multi-size favicon generation: Produces favicon.ico (16/32/48px), favicon-96x96.png, apple-touch-icon.png, and 192/512px web app manifest icons with transparency preserved. - Framework detection: Detects Rails, Next.js, Gatsby, SvelteKit, Astro, Hugo, Jekyll, Vite, CRA, Vue CLI, Angular, Eleventy, or static HTML projects and places assets in the correct directory. - Automatic HTML/metadata updates: Creates or updates site.webmanifest and injects the proper link tags or Next.js metadata icons configuration. - Use Case: You have a new logo.svg for your Next.js app. Run the Skill with the image path and it generates all favicon files into public/, creates site.webmanifest, and updates app/layout.tsx with the icons metadata. ## Quick Start Generate a complete favicon set from my logo.png file and update my project with the correct link tags.