iconset-maker

Generate platform-specific icons from a single SVG or PNG source.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/neverprepared/ink-bunny --skill iconset-maker-neverprepared
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iconset-maker
Source: https://github.com/neverprepared/ink-bunny/tree/main/reflex/plugins/reflex/skills/iconset-maker
Command: npx skills add https://github.com/neverprepared/ink-bunny --skill iconset-maker-neverprepared

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates creation of platform-specific app icons from a single source to streamline branding.

Core Features & Use Cases

  • Generate macOS icns, Windows ICO, Linux hicolor, iOS App Icon, and Android mipmap/adaptive icons from one source.
  • Support SVG as source or high-resolution PNG with guidance on conversions using sips, iconutil, ImageMagick, and librsvg.
  • Provide comprehensive workflows and conversion steps for deterministic results across platforms.

Quick Start

Run the multi-platform icon generator to create all required platform icons from a single source image.

Frequently Asked Questions about iconset-maker

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

FAQPage Schema
How do I generate macOS icns and Windows ICO files from a single SVG?

Generating macOS icns and Windows ICO files from a single SVG involves automating size generation and format conversion using tools like sips, iconutil, and ImageMagick. This Skill provides workflows to package cross-platform icons from one source deterministically.

Can I create Linux hicolor and Android adaptive icons from a high-resolution PNG?

Yes, you can create Linux hicolor and Android adaptive icons from a high-resolution PNG. This Skill supports high-resolution PNG sources and provides conversion steps using tools like ImageMagick and librsvg to ensure predictable sizing across mobile and desktop platforms.

What's the best way to automate cross-platform app icon generation for iOS and Android?

Automating cross-platform app icon generation is best handled by processing a single source image through deterministic sizing and format conversion workflows. This Skill applies SVG or PNG sources to generate iOS App Icons and Android mipmaps with predictable results.

Do I need librsvg and ImageMagick to build cross-platform iconsets?

You need librsvg and ImageMagick to build cross-platform iconsets when converting SVG sources into platform-specific formats. This Skill leverages these tools alongside sips and iconutil to provide comprehensive format conversion workflows for macOS, Linux, and Windows.

Why does generating multi-platform app icons manually result in inconsistent branding?

Generating multi-platform app icons manually leads to inconsistent branding because individual resizing and format conversions introduce variations. Automating the creation of platform-specific icons from a single source ensures consistent branding across macOS, Windows, Linux, iOS, and Android.