Back to skills
SkillHub ClubShip Full StackFull Stack

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.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
101
Hot score
94
Updated
March 20, 2026
Overall rating
C2.7
Composite score
2.7
Best-practice grade
A92.0

Install command

npx @skill-hub/cli install rshankras-claude-code-apple-skills-app-store-assets

Repository

rshankras/claude-code-apple-skills

Skill path: skills/generators/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.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: rshankras.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install app-store-assets into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/rshankras/claude-code-apple-skills before adding app-store-assets to shared team environments
  • Use app-store-assets for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: app-store-assets
description: 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.
allowed-tools: [Read, Write, Edit, Glob, Grep, AskUserQuestion]
---

# 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:

1. **Which platforms?** (multi-select)
   - iPhone
   - iPad
   - Mac
   - Apple Watch
   - Apple TV
   - Apple Vision Pro

2. **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.

```markdown
# 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
app-store-assets | SkillHub