web-asset-generator

star 1

Generates web assets like favicons, app icons, and social media images for web applications. Use when creating favicons, generating app icons, creating social media preview images, optimizing web assets, or preparing assets for deployment. Based on alonw0/web-asset-generator.

GuillaumeBld By GuillaumeBld schedule Updated 1/10/2026

name: web-asset-generator description: Generates web assets like favicons, app icons, and social media images for web applications. Use when creating favicons, generating app icons, creating social media preview images, optimizing web assets, or preparing assets for deployment. Based on alonw0/web-asset-generator.

Web Asset Generator Skill

Generates web assets like favicons, app icons, and social media images.

Comprehensive tool for generating all types of web assets needed for modern web applications, including favicons, app icons, and social media preview images.

Original Repository: alonw0/web-asset-generator

What It Does

Generates:

  • Favicons - Multiple sizes and formats (ICO, PNG, SVG)
  • App Icons - iOS, Android, web app icons in required sizes
  • Social Media Images - Open Graph images, Twitter cards, LinkedIn previews
  • PWA Assets - Progressive Web App icons and manifests
  • Responsive Images - Multiple sizes for different devices
  • Optimized Formats - WebP, AVIF, optimized PNG/JPEG

Key Features

  • Multiple Formats - ICO, PNG, SVG, WebP, AVIF
  • Multiple Sizes - All required sizes for different platforms
  • Optimization - Automatic image optimization
  • Batch Processing - Generate all assets at once
  • Template Support - Use templates for consistent styling
  • CI/CD Ready - Automated asset generation

Installation

# Clone the repository
git clone https://github.com/alonw0/web-asset-generator.git

# Install dependencies
npm install

# Copy skill to your skills directory
cp -r web-asset-generator ~/.claude/skills/web-asset-generator

Usage Examples

Generate Favicon Set

# Generate favicons from source image
node generate-favicons.js source.png

# Outputs:
# - favicon.ico
# - favicon-16x16.png
# - favicon-32x32.png
# - favicon-96x96.png
# - favicon.svg

Generate App Icons

# Generate app icons for all platforms
node generate-app-icons.js app-icon.png

# Outputs iOS, Android, and web app icons

Generate Social Media Images

# Generate social media preview images
node generate-social.js banner.png

# Outputs:
# - og-image.png (1200x630)
# - twitter-card.png (1200x675)
# - linkedin-preview.png (1200x627)

Resources

Remember: Web assets are essential for professional web applications - generate them systematically, not manually.

Install via CLI
npx skills add https://github.com/GuillaumeBld/Skills_store --skill web-asset-generator
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
GuillaumeBld
GuillaumeBld Explore all skills →