원클릭으로
export-procreate
Extract all PNGs from Assets.xcassets into a flat folder on Desktop for AirDrop to iPad/Procreate coloring.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extract all PNGs from Assets.xcassets into a flat folder on Desktop for AirDrop to iPad/Procreate coloring.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | export-procreate |
| description | Extract all PNGs from Assets.xcassets into a flat folder on Desktop for AirDrop to iPad/Procreate coloring. |
| allowed-tools | Bash,Glob |
The user wants to extract all image assets into a flat folder so they can AirDrop them to iPad for coloring in Procreate.
~/Desktop/ChefAcademy_Assets_Export/Pip/ — all pip_* assetsVegetables/ — all veggie imagesFarmItems/ — all farm_* assetsBackgrounds/ — background imagesAvatarCards/ — boy/girl card framesCooking/ — frying_pan, knife, cutting_board, etc..imageset folder into the matching export subfolder.imageset folder back in Xcode/Users/pollakmarina/Dropbox/Mac/Desktop/ChefAcademy/ChefAcademy/Assets.xcassets/
When the user says "done coloring" or "replace assets", find the colored PNGs and copy them back into the matching .imageset folders in Assets.xcassets, replacing the originals.
Build ChefAcademy on iPhone Simulator to verify a change against the real app.
Create an Xcode .imageset from a loose PNG file. Moves the image into Assets.xcassets with proper Contents.json.
Add a new PantryItem to the enum with all required switch branches (displayName, emoji, imageName, shopPrice, shopCategory, etc.)
Extract frames from a video file for sprite animations. Creates originals/cleaned/trimmed folders on Desktop.