Leaderboard/Media/web-asset-generator
Last commit on October 21, 2025·Created on October 21, 2025

alonw0/web-asset-generator

Turns a logo or slogan into every icon and image a website needs.
Combined rank
#513
across all skills
In Media
#24
category rank
Stars
497
+0.8% in last 7d
Forks
54
+3.8% in last 7d
Watchers
2
0.0% in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill generates the full set of web assets from a single source: favicons at every required size, PWA app icons for mobile home screens, and Open Graph images for Facebook, Twitter, LinkedIn, and WhatsApp. It detects the user's framework and offers to insert the correct meta tags. The skill helps web developers, frontend engineers, startup founders, and marketing teams skip manual image editing and validation.

WHO IT'S FOR
Web developers
generate favicons and app icons
Frontend engineers
integrate asset HTML tags into framework configs
Product designers
prepare brand assets for web asset generation
Digital marketers
generate Open Graph images for social media
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Claude Code plugin marketplace

Installs: Complete web-asset-generator plugin · Claude Code

Before you start
  • Claude Code 2.0.13 or later
  • Python 3.6+ with pip
  1. Enter this command in a Claude Code agent session to add the author's plugin marketplace.

    /plugins marketplace add alonw0/web-asset-generator
  2. Then enter this command in the Claude Code agent session to install the web-asset-generator plugin from that marketplace.

    /plugin install web-asset-generator@web-asset-generator-marketplace
  3. In a terminal, install the required Pillow dependency using the documented pip command.

    pip install Pillow
README.md · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Generate app icons from a logo

Uses web-asset-generator

  • Path to a source logo image
Use the web-asset-generator skill to generate app icons from the logo at [path/to/logo.png]. Replace [path/to/logo.png] with the path to my source logo image.
README.md · Checked Sep 18, 2026skills/web-asset-generator/SKILL.md · Checked Sep 18, 2026.claude-plugin/plugin.json · Checked Sep 18, 2026