app-store-screenshots

Generate App Store-ready PNGs from framed device images and localized copy.

181|6|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/keremerkan/ascelerate --skill app-store-screenshots-keremerkan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-screenshots
Source: https://github.com/keremerkan/ascelerate/tree/main/skills/app-store-screenshots
Command: npx skills add https://github.com/keremerkan/ascelerate --skill app-store-screenshots-keremerkan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual, error-prone process of composing, localizing, and exporting App Store screenshots by providing a reproducible Next.js generator that renders framed device images, applies marketing copy and style, and produces Apple-sized PNGs ready for upload.

Core Features & Use Cases

  • Next.js generator scaffold that creates a single-page screenshot composer with localized copy and a preview grid.
  • Uses framed device images (produced by ascelerate) and renders them as pixel-perfect device mockups without additional clipping or bezel adjustments.
  • Client-side export with html-to-image and jszip to capture full-resolution PNGs, zip per-locale folders, and create App Store Connect compatible archives.
  • Localization support and fallbacks so you can export multiple languages and gracefully degrade to a default locale when images are missing.
  • Export tooling and best practices including the double-call capture trick, offscreen rendering rules, and required Apple export resolutions for iPhone and iPad.
  • Use cases: marketing teams preparing App Store assets, designers generating multiple languages, and engineers automating screenshot exports for CI or manual review.

Quick Start

Copy your framed device screenshots into the project's public/framed folder, open the app-store-screenshots page in the browser, choose a locale, and click Export to download a zip of App Store–ready PNGs.

Frequently Asked Questions about app-store-screenshots

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate localized App Store screenshots for multiple languages?

Generate localized App Store screenshots using a Next.js composer that renders framed device images with marketing copy, supports locale fallbacks, and exports per-language PNG zips ready for App Store Connect.

What's the best way to automate App Store screenshot export for iOS apps?

Automate App Store screenshot export by running a Next.js generator that applies the double-call capture trick with html-to-image and jszip to produce Apple-sized PNGs and per-locale zip archives client-side.

Do I need Node.js 18+ to generate pixel-perfect App Store screenshots?

Yes, Node.js 18+ is required to run the Next.js generator that renders pixel-perfect device mockups and exports App Store Connect compatible PNGs at Apple's largest accepted resolutions.

Can I use html-to-image and jszip to export App Store Connect compatible screenshot archives?

Yes, html-to-image and jszip capture full-resolution PNGs client-side, zip per-locale folders, and create App Store Connect compatible archives from framed device images and localized copy.

Why do my App Store screenshots have incorrect export resolutions?

Incorrect App Store screenshot export resolutions occur when outputs do not match Apple's largest accepted resolutions; the Next.js generator ensures iPhone and iPad PNGs meet these exact pixel requirements.

How do framed device images work for App Store screenshot composition?

Framed device images render as pixel-perfect device mockups without additional clipping or bezel adjustments, allowing the Next.js composer to overlay localized marketing copy and export Apple-sized PNGs.