alonw0

Web Assets Generator Skill — Communication skill for Claude Code

Communication community intermediate

by Alon Wolenitz - Easily generate web assets from Claude Code including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn.

How to install Web Assets Generator Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open alonw0/web-asset-generator and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Web Assets Generator Skill does

🎨 A Claude Code Skill for generating favicons, app icons, and social media images

Alternatives in Communication

  • Prompts.chat — f.k.a. Awesome ChatGPT Prompts 154.3k ★
  • Open SaaS — A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma) 14.1k ★
  • HolaOS — Open-source agentic workspace enterprises can make their own 10.9k ★

README

Web Asset Generator - Claude Code Skill

🎨 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!

[](https://claude.ai/code) [](https://www.python.org/downloads/) [](LICENSE) [](https://github.com/hesreallyhim/awesome-claude-code)

What is This?

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!

🎬 Demo

See the skill in action:

https://github.com/user-attachments/assets/99b37698-98ec-42fe-87aa-f96b86edc00b

Your browser doesn't support video playback. Download the demo video.

*Watch Claude automatically generate favicons, validate them, and integrate them into your project!*

🚀 Quick Start

1. Prerequisites

2. Install the Plugin

**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**

Click to expand manual installation steps

Clone this repository:


...