visual-assets

Automate visual asset creation, optimization, and organization across SVG, PNG, WebP, and AVIF formats.

111|18|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill visual-assets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visual-assets
Source: https://github.com/dralgorhythm/claude-agentic-framework/tree/main/.claude/skills/design/visual-assets
Command: npx skills add https://github.com/dralgorhythm/claude-agentic-framework --skill visual-assets

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create and optimize visual assets (icons, images, and graphics) to improve UI clarity and reduce page weight, speeding up development cycles.

Core Features & Use Cases

  • Asset Types & Formats: Guidance on icons, images, and graphics (SVG, PNG, WebP, AVIF) and when to use each.
  • Optimization Practices: Best practices for compression, responsive images, and SVG optimization.
  • Use Case: Design a dashboard by generating a cohesive icon set and optimized images for faster rendering.

Quick Start

Generate a starter set of icons and an optimized hero image for the home screen.

Frequently Asked Questions about visual-assets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize images for web to reduce page load time?

Image optimization compresses and converts files to modern formats like WebP and AVIF, reducing file size while maintaining quality. Use tools like cwebp and avifenc for format conversion, pngquant for PNG compression, and SVGO for SVG optimization to speed up UI rendering.

What's the best way to create responsive images that work across different screen sizes?

Responsive images use HTML markup with `picture` elements, `srcset`, and `sizes` attributes to serve appropriately sized versions based on device capabilities. Pair this with multiple image formats and resolutions to balance quality and performance across all devices.

When should I use SVG versus PNG or WebP for icons and graphics?

SVG works best for scalable icons and illustrations that need to resize without quality loss; use PNG for raster images with transparency, and WebP or AVIF for photos and complex graphics to reduce file size on modern browsers.

How do I organize and manage visual assets consistently across a project?

Establish a structured assets directory with consistent naming, sizing conventions, and stroke widths for icons. Automate asset creation and governance to enforce standards, reducing manual work and ensuring cohesive icon sets and graphics throughout your UI.

Can I automate the conversion of multiple image formats at scale?

Yes, automate format conversion and compression using command-line tools like cwebp, avifenc, and pngquant in batch workflows. This reduces inefficiencies in graphic workflows and ensures all assets meet performance and format standards automatically.

What file formats should I use to balance image quality and file size?

AVIF and WebP offer superior compression for modern browsers; PNG handles transparency and lossless needs; JPEG works for photographs. Choose formats based on browser support, content type, and performance requirements to optimize both quality and page weight.