Agent skill
app-store-assets
Comprehensive App Store asset specifications and guidelines for all promotional artwork — app icons, screenshots, app previews, event cards, subscription images, and featuring artwork. Use when preparing assets for App Store Connect upload.
Install this agent skill to your Project
npx add-skill https://github.com/rshankras/claude-code-apple-skills/tree/main/skills/generators/app-store-assets
SKILL.md
App Store Assets Generator
Generate complete asset specifications, design guidelines, and checklists for all App Store Connect promotional artwork and media.
When This Skill Activates
Use this skill when the user:
- Asks about "App Store asset specs" or "screenshot sizes"
- Mentions "app preview" video requirements
- Wants to know "what images do I need" for App Store
- Preparing assets for submission or update
- Asks about "featuring artwork" or "subscription images"
- Needs a comprehensive asset checklist
Configuration Questions
Ask user via AskUserQuestion:
-
Which platforms? (multi-select)
- iPhone
- iPad
- Mac
- Apple Watch
- Apple TV
- Apple Vision Pro
-
What assets do you need?
- App icon
- Screenshots
- App preview video
- In-App Event card images
- Subscription promotional images
- Custom Product Page assets
- All of the above
Output Format
Read specs-reference.md and generate a customized asset checklist for the user's platforms.
# App Store Asset Checklist: [App Name]
## Required Assets
### App Icon
| Spec | Value |
|------|-------|
| Size | 1024 x 1024 px |
| Format | PNG |
| Color space | sRGB or Display P3 |
| Layers | Flat (no transparency, no rounded corners) |
| Shape | Square (system applies mask) |
### Screenshots: [Platform]
[Platform-specific requirements]
### App Preview (Optional but Recommended)
[Video specifications]
## Promotional Assets
### In-App Event Card
[Specs if applicable]
### Subscription Image
[Specs if applicable]
## Production Checklist
- [ ] All sizes prepared
- [ ] Localizations ready
- [ ] Tested on actual devices for readability
- [ ] Compliant with Apple content guidelines
References
- specs-reference.md — Complete specifications for all asset types
- Related:
app-store/screenshot-planner— Screenshot strategy and captioning - Related:
generators/in-app-events— Event card design guidance - Related:
generators/custom-product-pages— CPP-specific asset planning
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
legal
Legal document generation and compliance guidance for indie Apple developers. Covers privacy policies, terms of service, EULAs, GDPR/CCPA/DPDP compliance, and Apple App Store legal requirements. Use when user needs legal documents or compliance guidance.
privacy-policy
Generate privacy policies, terms of service, and EULAs for Apple platform apps. Detects data collection patterns, third-party SDKs, and generates region-specific legal documents with Apple Privacy Nutrition Label mapping. Use when user needs legal documents or data collection disclosure for App Store submission.
ios-development
Comprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps.
assistive-access
Assistive Access implementation for cognitive accessibility including simplified scenes, navigation icons, runtime detection, and design principles. Use when optimizing apps for Assistive Access mode.
ui-review
Review SwiftUI code for iOS/watchOS Human Interface Guidelines compliance, font usage, Dynamic Type support, and accessibility. Use when user mentions UI review, HIG, accessibility audit, font checks, or wants to verify interface design against Apple standards.
navigation-patterns
SwiftUI navigation architecture patterns including NavigationStack, NavigationSplitView, TabView, programmatic navigation, and custom transitions. Use when reviewing or building navigation, fixing navigation bugs, or architecting app flow.
Didn't find tool you were looking for?