store-icon

Convert SVG icon designs into Apple HIG-compliant 1024x1024 PNG icons.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/no-problem-dev/store-craft --skill store-icon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: store-icon
Source: https://github.com/no-problem-dev/store-craft/tree/main/plugins/store-assets/skills/store-icon
Command: npx skills add https://github.com/no-problem-dev/store-craft --skill store-icon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

App Store アイコンをSVG設計から1024x1024 PNGへ変換し、Apple HIG準拠のアイコンを自動生成します。

Core Features & Use Cases

  • SVG設計: アプリブランドに合わせたSVGデザインを作成
  • PNG変換: 1024x1024 PNGへ変換(sRGB、不透明、角丸なし)
  • Xcode対応: AppIcon.appiconset向けPNGを生成

Quick Start

Design an App Store icon in SVG and output the 1024x1024 PNG ready for Xcode.

Frequently Asked Questions about store-icon

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

FAQPage Schema
How do I convert an SVG icon to a 1024x1024 PNG for the App Store?

To convert an SVG icon to a 1024x1024 PNG for the App Store, this Skill processes your SVG design and outputs an opaque, sRGB PNG file that is ready for Xcode submission.

Does the App Store icon PNG need a corner radius or transparency?

App Store icon PNG files must not have a corner radius or transparency. The generated PNG is fully opaque with an sRGB color profile to strictly comply with Apple HIG requirements.

Can I use this to generate icons directly for Xcode Assets.xcassets?

Yes, you can use this to generate icons for Xcode Assets.xcassets. It outputs the final 1024x1024 PNG formatted for AppIcon.appiconset, making it ready to drop into your Xcode project.

What do I need to export a compliant App Store icon from SVG?

To export a compliant App Store icon from SVG, you need an SVG-to-PNG toolchain like librsvg. This Skill uses that toolchain to process your SVG and apply the correct sRGB color space.

Why does my App Store icon submission fail when exporting from SVG?

App Store icon submission often fails when PNGs lack sRGB color space or have transparency. This Skill prevents these errors by generating a 1024x1024 opaque PNG without corner radius, meeting Apple HIG standards.