asc-screenshots

asc-screenshots is a skill for Claude Code, Codex from raydeveloperF/App-Store-Connect-release-kit. It costs 93 tokens per session (4,774 once invoked), scanned A, original, MIT.

A workflow for creating localized App Store Connect screenshots for iPhone apps. It combines screenshots from an app project with translated headlines and an iPhone mockup template in Pixelmator Pro.

In plain words
What is it for?
Use it to discover product angles, capture UI test screenshots, create Pixelmator Pro files, and export localized PNGs for App Store Connect.
Why use it?
It organizes the required checks and production steps for making screenshot assets in several languages.

Skill for Claude CodeCodex

Part of the asc-release-kit plugin — 6 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/raydeveloperf/app-store-connect-release-kit/asc-screenshots
Any agent
npx skills add raydeveloperF/App-Store-Connect-release-kit --skill asc-screenshots
Clone the repo
git clone --depth 1 https://github.com/raydeveloperF/App-Store-Connect-release-kit

Made for: Claude Code, Codex.

Or install asc-release-kit, the plugin that ships this one along with the rest of its 6 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for asc-screenshots

README.md
[![agentmods](https://agentmods.dev/badge/skills/raydeveloperf/app-store-connect-release-kit/asc-screenshots.svg)](https://agentmods.dev/skills/raydeveloperf/app-store-connect-release-kit/asc-screenshots)
Your own site
<a href="https://agentmods.dev/skills/raydeveloperf/app-store-connect-release-kit/asc-screenshots"><img src="https://agentmods.dev/badge/skills/raydeveloperf/app-store-connect-release-kit/asc-screenshots.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,774 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00093 $0.04774
Opus 5 $0.00046 $0.02387
Sonnet 5 $0.00019 $0.00955
Haiku 4.5 $0.00009 $0.00477

Measured 4d ago against content hash ae28527b19da, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

asc-screenshots scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/asc-screenshots/SKILL.md · 415 lines

How it starts

The opening of the file, as written. The whole thing — 415 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ASC Screenshots

Use this skill to run the full ASC screenshot pipeline: product angles -> UI screenshots -> localized headline copy -> Pixelmator Pro PXD files -> PNG exports.

Hard Dependencies

Before starting, verify all five hard dependencies:

  • Pixelmator Pro is installed and launchable.
  • Pixelmator Pro AppleScript automation is available.
  • A local .pxd file that contains the iPhone mockup/template.
  • The target localization language list.
  • Xcode UI Tests are available for the target iOS project screenshot workflow, or the project is inspectable so that UI test code can be generated.

If Pixelmator Pro, its AppleScript support, the PXD template, or the localization list are missing, stop immediately. Tell the user which of those four items is missing. Do not substitute manual screenshots, a recreated iPhone frame, non-PXD templates, or non-AppleScript PXD edits for any of these four missing items.

Xcode UI Tests follow a different rule: if they are missing, do not stop. Instead follow the Writing UI Tests When Missing section to inspect the project, generate a working screenshot test target, write it into the project, confirm it with the user, and run it. Only stop if the project cannot be read or understood well enough to write meaningful test navigation.

Hard dependency verification checklist:

  • Pixelmator Pro: confirm the app is installed and can be launched or addressed by AppleScript.
  • Pixelmator Pro AppleScript: run a minimal read-only AppleScript check, such as reading name or build number, without opening or changing user documents.
  • PXD template: confirm the user-provided path exists, has a .pxd extension, and is a local file intended to contain the iPhone mockup.
  • Localization list: confirm the list is non-empty, normalize each language to a stable output folder name, and ask before inventing missing locales.
  • Xcode UI Tests: check whether a UI test target already exists in the project. If it exists and has screenshot-capable tests, use them directly. If it does not exist or has no screenshot tests, proceed to Writing UI Tests When Missing.

Read the full file on GitHub · 415 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 415 lines · 93 tokens per session scan A ae28527b19da

Subscribe to this mod's changes

asc-screenshots is a skill published in the GitHub repository raydeveloperF/App-Store-Connect-release-kit (2 stars, last pushed 3mo ago), licensed MIT. It adds 93 tokens to every session and 4,774 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

app-store-screenshots

End-to-end playbook for producing localized, caption-framed App Store screenshots (iPhone + iPad) from real simulator captures, then replacing them on App Store Connect. Use when asked to create, localize, redesign, or upload App Store screenshots for an iOS app. Covers capture automation via the accessibility tree…

framara/app-store-screenshots-skill · 88 tokens

app-rejection-recovery

When the user's app or update was rejected by Apple App Review or Google Play Review and they need to diagnose why, fix it, and resubmit fast. Use when the user mentions "app rejected", "App Review rejection", "guideline violation", "Apple rejected my app", "Google Play rejected", "Play policy violation", "Resolution…

Eronred/aso-skills · 168 tokens

attribution-setup

When the user wants to set up, debug, or interpret app install attribution — including SKAdNetwork (SKAN), Apple's AdAttributionKit, Google Play Install Referrer, MMPs (AppsFlyer, Adjust, Singular, Branch, Kochava), deep links, deferred deep links, conversion values, postback windows, or privacy thresholds. Use when…

Eronred/aso-skills · 201 tokens

web-to-app-funnel

When the user wants to design or optimize the funnel that takes web visitors into installing and onboarding the app — including smart app banners, web-to-app deep links, deferred deep links, web onboarding (Stripe-paid web flow before app install), QR codes, "open in app" CTAs, and the trade-off between paying on web…

Eronred/aso-skills · 183 tokens

android-aso

When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or…

Eronred/aso-skills · 98 tokens

app-icon-optimization

When the user wants to design, test, or improve their app icon to increase tap-through rate and conversions in App Store search and browse. Use when the user mentions "app icon", "icon design", "icon A/B test", "icon variants", "tap-through rate", "icon conversion", "icon refresh", or wants to know what makes a good…

Eronred/aso-skills · 103 tokens