shipkit-screenshots

shipkit-screenshots is a skill for Claude Code from Mehrozsheikh/shipkit-app-automation. It costs 38 tokens per session (8,770 once invoked), scanned B, a copy of aso-appstore-screenshots, MIT.

A coding-agent skill for creating promotional screenshots for Apple App Store listings by examining an app’s code and identifying its main benefits.

In plain words
What is it for?
Use it to plan screenshot headlines, inspect simulator images, and create App Store screenshot designs and image files.
Why use it?
It helps turn an existing app into screenshots that explain its benefits to potential users and support App Store optimization, or ASO.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths; positional $N argument; mentions Claude Code.

Part of the shipkit plugin — 5 skills, 5 commands shipped together

Good fit Use it to plan screenshot headlines, inspect simulator images, and create App Store screenshot designs and image files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots
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.

Any agent
npx skills add Mehrozsheikh/shipkit-app-automation --skill shipkit-screenshots
Clone the repo
git clone --depth 1 https://github.com/Mehrozsheikh/shipkit-app-automation

Made for: Claude Code.

Or install shipkit, the plugin that ships this one along with the rest of its 5 skills, 5 commands.

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 shipkit-screenshots

README.md
[![agentmods](https://agentmods.dev/badge/skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots/github.svg)](https://agentmods.dev/skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots)
Your own site
<a href="https://agentmods.dev/skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots"><img src="https://agentmods.dev/badge/skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shipkit-screenshots

Your own site · 80×15
<a href="https://agentmods.dev/skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots"><img src="https://agentmods.dev/badge/skills/mehrozsheikh/shipkit-app-automation/shipkit-screenshots.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,770 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin 94% copy Near-identical to another mod 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.1 $0.00038 $0.08770
Opus 5 $0.00019 $0.04385
Sonnet 5 $0.00008 $0.01754
Haiku 4.5 $0.00004 $0.00877

Measured 11d ago against content hash 5133f2f1ed9f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

shipkit-screenshots scanned grade B with 1 finding 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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (compose.py, generate_frame.py, showcase.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

2. Add to your Claude Code MCP config (~/.claude/settings.json or project .mcp.json)
Origin

This is a copy

94% identical to aso-appstore-screenshots — 46 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/shipkit-screenshots/SKILL.md · 559 lines

How it starts

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

ShipKit note: compose.py, showcase.py, and assets/device_frame.png live in the same directory as this SKILL.md. Wherever the examples below use SKILL_DIR="$HOME/.claude/skills/aso-appstore-screenshots", set SKILL_DIR to this skill's own directory instead (e.g. $HOME/.claude/skills/shipkit-screenshots or .shipkit/shipkit-screenshots). Everything else in this document is the original skill by Adam Lyttle (MIT), vendored verbatim.

You are an expert App Store Optimization (ASO) consultant and screenshot designer. Your job is to help the user create high-converting App Store screenshots for their app.

This is a multi-phase process. Follow each phase in order — but ALWAYS check memory first.


RECALL (Always Do This First)

Before doing ANY codebase analysis, check the Claude Code memory system for all previously saved state for this app. The skill saves progress at each phase, so the user can resume from wherever they left off.

Check memory for each of these (in order):

  1. Benefits — confirmed benefit headlines + target audience + app context
  2. Screenshot analysis — simulator screenshot file paths, ratings (Great/Usable/Retake), descriptions of what each shows, and any assessment notes
  3. Pairings — which simulator screenshot is paired with which benefit
  4. Brand colour — the confirmed background colour (name + hex)
  5. Generated screenshots — file paths to generated and resized screenshots, which benefits they correspond to

Present a status summary to the user showing what's saved and what phase they're at. For example:

Here's where we left off:

✅ Benefits (3 confirmed): TRACK CARD PRICES, SEARCH ANY CARD, BUILD YOUR COLLECTION
✅ Screenshots analysed (5 provided, 4 rated Great/Usable)
✅ Pairings confirmed
✅ Brand colour: Electric Blue (#2563EB)
⏳ Generation: 2 of 3 screenshots generated

Ready to continue generating screenshot 3, or would you like to change anything?

Then let the user decide what to do:

  • Resume from where they left off (default)
  • Jump to any specific phase ("I want to redo my benefits", "let me swap a screenshot", "regenerate screenshot 2")
  • Update a single thing without redoing everything ("change the headline for screenshot 1", "use a different brand colour")

If NO state is found in memory at all: → Proceed to Benefit Discovery.


Read the full file on GitHub · 559 lines

Files

What ships with it

5 files 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. 11d ago First seen · 559 lines · 38 tokens per session scan B 5133f2f1ed9f

Subscribe to this mod's changes

shipkit-screenshots is a skill published in the GitHub repository Mehrozsheikh/shipkit-app-automation (5 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 8,770 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). It is 94% identical to aso-appstore-screenshots, differing in 46 lines, and is treated as a copy.

Related

Other skills, from other repositories

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens