ASO App Store Screenshots

Discover app benefits and compose ASO-optimized App Store screenshots

Tested · Didn't pass

Test report

Verdict
Tested · Didn't pass
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 3a0b06f

compose.py crashes verbatim on a stock Mac with 'OSError: cannot open resource' - it hard-codes /Library/Fonts/SF-Pro-Display-Black.otf, a font Apple doesn't ship and the docs never mention; swapping in an installed font, it does composite a clean 1290x2796 scaffold (correct verb/descriptor hierarchy + device frame). The actual high-converting output still needs the paid Nano Banana Pro / Gemini MCP, which couldn't be exercised here.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 4/10
  • Docs & honesty 3/5

What ASO App Store Screenshots does

Guides App Store screenshot creation end to end: analyzes your app's codebase for core benefits, rates simulator screenshots, composes a deterministic 1290x2796 scaffold via compose.py, then enhances it with Nano Banana Pro (Gemini MCP). Triggers when a user wants App Store or ASO screenshot images.

How to install ASO App Store Screenshots

git clone https://github.com/adamlyttleapps/claude-skill-aso-appstore-screenshots.git
mkdir -p ~/.claude/skills
cp -r claude-skill-aso-appstore-screenshots ~/.claude/skills/aso-appstore-screenshots

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger ASO App Store Screenshots

  • /aso-appstore-screenshots Discover app benefits and compose ASO-optimized App Store screenshots

It also activates on plain-language prompts like these:

  • Compose an App Store screenshot for my trading card price app
  • Analyze my app's core benefits and design ASO screenshots for it
  • Rate my simulator screenshots and build a proper screenshot scaffold

Frequently asked questions

Is the ASO App Store Screenshots skill free?
Yes. The skill itself is free from adamlyttleapps/claude-skill-aso-appstore-screenshots. SkillProof publishes the install command and an independent test verdict at no cost.
Does ASO App Store Screenshots work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Didn't pass. compose.py crashes verbatim on a stock Mac with 'OSError: cannot open resource' - it hard-codes /Library/Fonts/SF-Pro-Display-Black.otf, a font Apple doesn't ship and the docs never mention; swapping in an installed font, it does composite a clean 1290x2796 scaffold (correct verb/descriptor hierarchy + device frame). The actual high-converting output still needs the paid Nano Banana Pro / Gemini MCP, which couldn't be exercised here.
How do I install ASO App Store Screenshots?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use ASO App Store Screenshots with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.