From store-assets
App Store アイコンを SVG 設計から 1024x1024 PNG に変換して生成する。Apple HIG 準拠。「ストアアイコン」「/store-icon」などで自動適用。
How this skill is triggered — by the user, by Claude, or both
Slash command
/store-assets:store-iconThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
iOS/macOS アプリの App Store アイコン(1024×1024 PNG)をコードベースで生成する。
iOS/macOS アプリの App Store アイコン(1024×1024 PNG)をコードベースで生成する。 SVG 設計 → PNG 変換のパイプラインで、Apple HIG 準拠のアイコンを出力する。
brew install librsvg)またはその他の SVG→PNG 変換ツール| 属性 | 内容 |
|---|---|
| 専門性 | Apple HIG アイコンガイドライン、SVG デザイン |
| 権限 | SVG ファイル生成、PNG 変換実行 |
| 責任 | 1024×1024 不透明 sRGB PNG の生成 |
アプリのブランドアイデンティティを表現する App Store アイコンを SVG で設計し、Apple 仕様の PNG に変換する。
rsvg-convert -w 1024 -h 1024 icon.svg > AppIcon.png
生成した PNG を Assets.xcassets/AppIcon.appiconset/ に配置する。
store-assets/icon.svg — SVG ソースstore-assets/AppIcon.png — 1024×1024 PNGnpx claudepluginhub no-problem-dev/store-craft --plugin store-assetsGenerate, evaluate, and install iOS/macOS app icons from product context, including AppIcon.appiconset and .icns assets.
Generates iOS app icons as PNG imagesets for Xcode asset catalogs from SF Symbols or Iconify API. Use when creating icon assets, adding icons to asset catalog, or searching for icons.
Generates iOS app icon PNG imagesets for Xcode asset catalogs from SF Symbols (5,000+ Apple native) or Iconify API (275k+ open-source icons).