by LeeHueeng
🖼️ AI agent skill for Claude Code & Codex — turns raw app screenshots into store-ready App Store & Google Play marketing images: device frames (iPhone·iPad·Galaxy·Fold·Flip), app-matched backgrounds, marketing copy, exact store sizes. 앱스토어·플레이스토어 마케팅 스크린샷 자동 생성
# Add to your Claude Code skills
git clone https://github.com/LeeHueeng/store-screenshotsGuides for using ai agents skills like store-screenshots.
store-screenshots is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by LeeHueeng. 🖼️ AI agent skill for Claude Code & Codex — turns raw app screenshots into store-ready App Store & Google Play marketing images: device frames (iPhone·iPad·Galaxy·Fold·Flip), app-matched backgrounds, marketing copy, exact store sizes. 앱스토어·플레이스토어 마케팅 스크린샷 자동 생성. It has 52 GitHub stars.
store-screenshots's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/LeeHueeng/store-screenshots" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh store-screenshots against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Raw app screenshots in → store-ready marketing images out. An AI agent skill for Claude Code & OpenAI Codex that adds device frames, branded backgrounds, and benefit-driven copy — at exact App Store & Google Play sizes.
English · 한국어
Making App Store and Google Play screenshots by hand — opening Figma, hunting for device mockups, double-checking pixel sizes — gets old fast. This skill turns all of that into one request to your coding agent: point it at your raw screenshots (or let it drive your app and capture them itself), answer a few multiple-choice questions, approve the copy, and get a full set of store-ready PNGs.
colors.xml, .xcassets, app icon); Modern/Minimal, Pop, and Dark presets includedApp Store iPhone 6.5″ size (1242×2688), generated with the "match my app's design" style
git clone https://github.com/LeeHueeng/store-screenshots.git
# Claude Code
cp -r store-screenshots/store-screenshots ~/.claude/skills/
# Codex
mkdir -p ~/.agents/skills
cp -r store-screenshots/store-screenshots ~/.agents/skills/
| Agent | All projects | One project only |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
<project>/.claude/skills/ |
| Codex | ~/.agents/skills/ |
<repo root>/.agents/skills/ |
On older Codex versions the skills path may be
~/.codex/skills/.
In Claude Code:
/store-screenshots ./screenshots
In Codex:
$store-screenshots ./screenshots
(or pick it from /skills)
Or just ask in plain language — "make my App Store screenshots".
adb tap/screencap · iOS Simulator: deep links (simctl openurl) first, then idb, Maestro, or AppleScriptstore-screenshots/
├── appstore-iphone-69/01.png … # 1320×2868
├── appstore-iphone-65/ # 1242×2688 — iPhone always gets both sets
├── appstore-ipad-13/ # 2064×2752
├── play-phone/ # 1080×1920
└── play-foldable/
| Target | Size (px, portrait) | Slides | Notes |
|---|---|---|---|
| App Store iPhone 6.9″ | 1320×2868 | up to 10 | 1290×2796 also accepted |
| App Store iPhone 6.5″ | 1284×2778 | up to 10 | 1242×2688 also accepted |
| App Store iPad 13″ | 2064×2752 | up to 10 | required if the app supports iPad |
| Google Play phone | 1080×1920 | 2–8 | 9:16 · featuring needs ≥1080px and 4+ slides |
| Google Play tablet | 1080×1920 / 1920×1080 | up to 8 | when tablet is supported |
| Google Play foldable | in the phone slot | — | Fold's unfolded screen also works for the tablet slot |
| You need | Notes |
|---|---|
| Claude Code or Codex | either one — the skill runs in both |
| Chrome or Chromium | for headless rendering — falls back to Playwright automatically |
sips (built into macOS) or ImageMagick |
for pixel-size verification |
What size do App Store screenshots need to be? For iPhone, 1320×2868 (6.9″) and 1284×2778 (6.5″) portrait — this skill always renders both sets, because App Store Connect can require the 6.5″ set depending on your app's device support.
Does it work for Google Play? Yes — 1080×1920 phone screenshots (Play's featuring guidelines want at least 1080px and 4+ slides), plus tablet and foldable coverage.
Do I need Figma or Photoshop? No. Frames, backgrounds, and text are composed in HTML/CSS and rendered with headless Chrome.
Can it make screenshots for a Galaxy Fold or Flip? Yes — Fold (with hinge line) and Flip frames are drawn in CSS, and the unfolded Fold screen can double as a Play tablet screenshot.
If this saved you a Figma session, a ⭐ helps other developers find it.