π¨ A Claude Code Skill for generating favicons, app icons, and social media images Talk to Claude naturally to create production-ready web assets from logos, text, or emojis!
> /plugin marketplace add alonw0/web-asset-generator> /plugin install web-asset-generator@web-asset-generator-marketplace
Repo: alonw0/web-asset-generator
What's inside
π¨ A Claude Code Skill for generating favicons, app icons, and social media images
Talk to Claude naturally to create production-ready web assets from logos, text, or emojis!
This is a Claude Code Skill - a modular capability that extends Claude's functionality. When installed, Claude can automatically generate web assets through natural conversation.
Example conversation:
You: "Create a favicon for my coffee shop website"
Claude:
- Suggests relevant emojis (β Coffee, πͺ Store)
- Generates all icon sizes (16Γ16 through 512Γ512)
- Validates files and checks accessibility
- Detects your framework (Next.js, Astro, etc.)
- Offers to add HTML tags to your code
- Provides testing validator links
No manual work needed - just ask Claude!
See the skill in action:
https://github.com/user-attachments/assets/99b37698-98ec-42fe-87aa-f96b86edc00b
Watch Claude automatically generate favicons, validate them, and integrate them into your project!
Recommended: Via Plugin Marketplace
The easiest way to install:
/plugins marketplace add alonw0/web-asset-generator
and then
/plugin install web-asset-generator@web-asset-generator-marketplace
Then install dependencies:
pip install Pillow
# Optional: For emoji support
pip install pilmoji 'emoji<2.0.0'
Alternative: Manual Installation
Clone this repository:
git clone https://github.com/alonw0/web-asset-generator.git
cd web-asset-generator
Copy the skill folder to Claude's skills directory:
# macOS/Linux
cp -r skills/web-asset-generator ~/.claude/skills/
# Windows
xcopy /E /I skills\web-asset-generator %USERPROFILE%\.claude\skills\web-asset-generator
Install dependencies:
pip install Pillow
pip install pilmoji 'emoji<2.0.0' # Optional
After installation, restart Claude Code to load the plugin.
Open Claude Code and try:
Claude will automatically invoke this skill and guide you through the process!
web-asset-generator/ # Repository root
βββ README.md # This file
βββ CONTRIBUTING.md # How to contribute
βββ LICENSE # MIT License
βββ CHANGELOG.md # Version history
βββ .claude-plugin/ # Plugin metadata
β βββ plugin.json # Plugin manifest
βββ marketplace.json # Marketplace distribution
βββ docs/ # Documentation & examples
βββ skills/ # Skills directory
βββ web-asset-generator/ # β THE SKILL (copy this folder)
βββ SKILL.md # Skill definition (Claude reads this)
βββ CLAUDE.md # Development guidance
βββ scripts/
β βββ generate_favicons.py # Favicon generator
β βββ generate_og_images.py # Social image generator
β βββ emoji_utils.py # Emoji utilities
β βββ check_dependencies.py # Dependency checker
β βββ lib/
β βββ validators.py # Validation system
βββ references/
βββ specifications.md # Platform specs
To install: Copy the skills/web-asset-generator/ folder to ~/.claude/skills/
Once installed, use natural language:
"Create a favicon for my tech startup"
"Generate app icons from my logo.png"
"Make a favicon using a rocket emoji"
"I need PWA icons for my website"
"Create Open Graph images for my blog"
"Generate Twitter card with my tagline"
"Make social sharing images from my logo"
"Create Facebook preview with custom colors"
"Suggest emojis for my coffee shop"
"Show me good emojis for a fitness app"
"Create favicon from emoji representing growth"
"Generate favicons and validate them"
"Create social images and check accessibility"
"Make Open Graph images and verify file sizes"
You can also use the scripts directly without Claude:
cd ~/.claude/skills/web-asset-generator
# Generate from emoji
python scripts/generate_favicons.py --emoji "π" output/ all
# Generate social images
python scripts/generate_og_images.py output/ --text "Welcome"
# Check dependencies
python scripts/check_dependencies.py
See skills/web-asset-generator/CLAUDE.md for complete script documentation.
Verify installation:
ls ~/.claude/skills/web-asset-generator/SKILL.md
Check dependencies:
cd ~/.claude/skills/web-asset-generator
python scripts/check_dependencies.py
Restart Claude Code
Your request should include keywords like "favicon", "icon", "social image", or "Open Graph"
Pilmoji requires emoji<2.0.0:
pip install 'emoji<2.0.0'
SKILL.md is in the skill folderweb-asset-generatorContributions welcome! See CONTRIBUTING.md for:
Priority areas:
MIT License - see LICENSE
Built for Claude Code β’ Made with β€οΈ by the community
β Star this repo β’ Share with Claude Code users!
.claude-plugin/
marketplace.json
plugin.json
.gitignore
CHANGELOG.md
CONTRIBUTING.md
demo.mp4
docs/
examples/
README.md
LICENSE
PLUGIN_INSTALLATION.md
README.md
skills/
web-asset-generator/
CLAUDE.md
references/
specifications.md
scripts/
check_dependencies.py
emoji_utils.py
generate_favicons.py
generate_og_images.py
lib/
__init__.py
validators.py
SKILL.mdFAQ
web-asset-generator is a Claude Code plugin with 1 hand-picked skill for image generation work, indexed on Flowy. Install it with the command on its page. It includes web-asset-generator. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.