favicon

Generate favicons from a source image

Content Preview
---
name: favicon
argument-hint: [path to source image]
description: Generate favicons from a source image
allowed-tools: Bash(magick *), Bash(which *), Bash(cp *), Bash(mkdir *)
context: fork
risk: unknown
source: community
metadata:
  author: Shpigford
  version: "1.0"
---

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:
```bash
which magick
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/favicon.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/favicon/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/favicon/SKILL.md

Related Skills