Generate a complete set of favicons from the source image at $1 and update the project's HTML with the appropriate link tags. Prerequisites First, verify ImageMagick v7+ is installed by running: which magick If not found, stop and instruct the user to install it: macOS : brew install imagemagick Linux : sudo apt install imagemagick Step 1: Validate Source Image Verify the source image exists at the provided path: $1 Check the file extension is a supported format (PNG, JPG, JPEG, SVG, WEBP, GIF) If the file doesn't exist or isn't a valid image format, report the error and stop Show more Installs 66 Repository brianlovin/agent-config GitHub Stars 359 First Seen Mar 10, 2026 Security Audits Gen Agent Trust Hub Warn Socket Pass Snyk Pass
favicon
安装
npx skills add https://github.com/brianlovin/agent-config --skill favicon