Handles favicon implementation across all the contexts that actually matter: browser tabs, mobile home screens, PWAs, and Google Search results. It's opinionated about the minimum viable set (16, 32, 180, 192, 512) and walks you through format tradeoffs between SVG, PNG, and ICO. The Google Search requirements are worth noting since most favicon guides skip them entirely: you need the icon on your homepage, over 48x48 for quality, and crawlable by Googlebot. Integrates with Next.js conventions and checks for existing brand assets in project context files before generating recommendations.
npx skills add https://github.com/kostja94/marketing-skills --skill favicon-generator