ワンクリックで
add-asset
Create an Xcode .imageset from a loose PNG file. Moves the image into Assets.xcassets with proper Contents.json.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create an Xcode .imageset from a loose PNG file. Moves the image into Assets.xcassets with proper Contents.json.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | add-asset |
| description | Create an Xcode .imageset from a loose PNG file. Moves the image into Assets.xcassets with proper Contents.json. |
The user wants to add a new image to the Xcode project's Assets.xcassets.
<png_path> and optional [category] (e.g., Cooking, Vegetables, FarmItems, Pip, Backgrounds)Assets.xcassets/{Category}/{asset_name}.imageset/
├── {asset_name}.png
└── Contents.json
{
"images" : [{ "filename" : "{asset_name}.png", "idiom" : "universal" }],
"info" : { "author" : "xcode", "version" : 1 }
}
Image("{asset_name}")farm_ → FarmItemspip_ → Pipveggie or matches a VegetableType → Vegetablesstove_ or kitchen_ or frying_ → Cooking/Users/pollakmarina/Dropbox/Mac/Desktop/ChefAcademy/ChefAcademy/Assets.xcassets/
Build ChefAcademy on iPhone Simulator to verify a change against the real app.
Add a new PantryItem to the enum with all required switch branches (displayName, emoji, imageName, shopPrice, shopCategory, etc.)
Extract all PNGs from Assets.xcassets into a flat folder on Desktop for AirDrop to iPad/Procreate coloring.
Extract frames from a video file for sprite animations. Creates originals/cleaned/trimmed folders on Desktop.