Getting App Store screenshots ready requires exact sizes and no hidden issues. This skill uses the asc tool to check the latest accepted dimensions from Apple. Then it uses macOS sips to resize and fix screenshots.
The workflow starts by cleaning filenames and checking for unwanted alpha transparency. Alpha channels cause rejections. The skill shows how to strip alpha by converting through JPEG. It also explains how to batch resize images to the correct pixel width and height.
After resizing, validation with asc ensures everything matches Apple's rules. Only then should you upload. This skill helps avoid rejected submissions due to wrong sizes or transparency.
Global
mkdir -p ~/.claude/skills/asc-screenshot-resizeProject
mkdir -p .claude/skills/asc-screenshot-resizeSource Repository
Vercel React Native Skillsvercel-labs/agent-skills
Build fast and smooth React Native apps with proven best practices
Building Native Uiexpo/skills
Build native mobile interfaces with Expo Router and modern UI patterns
Xcode Project Setupfirebase/agent-skills
Add Swift packages and files to Xcode projects safely and quickly
Upgrading Expoexpo/skills
Upgrade Expo SDK versions and fix dependencies with this step by step guide
Expo Deploymentexpo/skills
Deploy Expo apps to iOS, Android, and web with EAS automation
Expo Dev Clientexpo/skills
Build custom Expo dev clients for testing native code on real devices
Use Domexpo/skills
Run web code in native apps using Expo DOM components without rewriting
Flutter Apply Architecture Best Practicesflutter/skills
Architect Flutter apps with clean layers for scalability and maintainability