app-store-connect-preparer

app-store-connect-preparer is a skill for Codex from MartinPuli/createAnApp. It costs 79 tokens per session (813 once invoked), scanned A, original, MIT.

A preparation and checking workflow for publishing an Apple app through App Store Connect, Apple's service for managing app listings, builds, testing, and sales. It covers account setup, the uploaded build, store information, privacy details, ratings, and commerce settings.

In plain words
What is it for?
Use it to prepare app records, builds, descriptions, keywords, screenshots, privacy labels, age ratings, export-compliance answers, TestFlight testing, in-app purchases, subscriptions, and release options.
Why use it?
It helps catch mismatches between the developer account, signed app, store record, legal declarations, and public listing before submission. It also identifies information that must be provided or confirmed by a person.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to prepare app records, builds, descriptions, keywords, screenshots, privacy labels, age ratings, export-compliance answers, TestFlight testing, in-app purchases, subscriptions, and release options.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinpuli/createanapp/app-store-connect-preparer
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 MartinPuli/createAnApp --skill app-store-connect-preparer
Clone the repo
git clone --depth 1 https://github.com/MartinPuli/createAnApp

Made for: Codex.

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 app-store-connect-preparer

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinpuli/createanapp/app-store-connect-preparer/github.svg)](https://agentmods.dev/skills/martinpuli/createanapp/app-store-connect-preparer)
Your own site
<a href="https://agentmods.dev/skills/martinpuli/createanapp/app-store-connect-preparer"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/app-store-connect-preparer/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 app-store-connect-preparer

Your own site · 80×15
<a href="https://agentmods.dev/skills/martinpuli/createanapp/app-store-connect-preparer"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/app-store-connect-preparer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 813 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00079 $0.00813
Opus 5 $0.00039 $0.00407
Sonnet 5 $0.00016 $0.00163
Haiku 4.5 $0.00008 $0.00081

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

Security

Grade A, and why

app-store-connect-preparer 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 9d 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/app-store-connect-preparer/SKILL.md · 55 lines

How it starts

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

App Store Connect Preparer

Treat App Store metadata and commerce configuration as versioned release artifacts. Re-check current Apple help before every submission. Read ../../docs/current-apple-requirements.md, ../../docs/app-store-field-guide.md, and ../../docs/official-sources.md when available.

Audit prerequisites

Verify account membership, roles, current agreements, Paid Apps status, tax/banking status, DSA declaration, territory-specific compliance, certificates/signing, bundle registration, app record, and intended territories. Prepare human handoffs for identity, agreements, tax, banking, trader status, and legal/export attestations; never choose or sign them for the human.

Reconcile the identity chain

The developer portal identifier, Xcode Release build, signed archive, uploaded build, and App Store Connect record must agree on bundle ID, platform, capabilities, version, and build. Verify display name, app icon, minimum OS, device families, orientations, encryption declaration, and entitlements from the archive—not only source files.

Build the metadata dossier

Prepare and save every localization:

  • name, subtitle, description, promotional text, keywords, categories, copyright;
  • support, marketing, privacy, and Terms URLs;
  • screenshots/previews from the exact build;
  • age rating, app privacy, content rights, export compliance;
  • accessibility labels, app tags, and regulated-status declarations where applicable;
  • review contact, demo credentials/mode, precise notes and attachments;
  • pricing, availability, release mode, and phased-release decision.

Use only current, implemented claims. Open every public URL without authentication. For auto-renewable subscriptions, include a functional Terms of Use link in the app description when using Apple's standard EULA, or configure the custom EULA field.

Configure commerce

For each IAP/subscription, verify reference name, product ID, type/duration, localization, price, availability, tax category, review screenshot/notes, StoreKit mapping, and entitlement behavior.

Read the full file on GitHub · 55 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. 9d ago First seen · 55 lines · 79 tokens per session scan A 4e2f3998fbb4

Subscribe to this mod's changes

app-store-connect-preparer is a skill published in the GitHub repository MartinPuli/createAnApp (14 stars, last pushed 19d ago), licensed MIT. It adds 79 tokens to every session and 813 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

iOS SwiftUI Accessibility

Enforces WCAG 2.2 accessible coding patterns when writing SwiftUI — labels, traits, Dynamic Type, contrast, touch targets, focus management, orientation, and more. Based on the ios-swiftui-accessibility-techniques project with 41 static analysis rules across 23 WCAG criteria.

cvs-health/ios-swiftui-accessibility-techniques · 67 tokens

ios-marketing-capture

Use when the user wants to automate capture of marketing screenshots for a SwiftUI iOS app across multiple locales, devices, or appearances. Covers full-screen shots, isolated element renders (carousel cards, widgets), and reproducible output naming. Triggers on marketing screenshots, locale screenshots, widget…

ParthJadhav/ios-marketing-capture · 78 tokens

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

ios-expert

Expert in iOS development with SwiftUI, UIKit, Combine, and Apple ecosystem integration. Use when the user mentions mobile, Swift, SwiftUI, UIKit, Apple platforms, or Xcode, or when the task involves iOS App Architecture, SwiftUI Fundamentals, UIKit Essentials, or Combine Framework.

personamanagmentlayer/pcl · 64 tokens

gingiris-aso-growth

A broad guide to growing mobile apps through App Store Optimization, launch planning, creator-made content, and marketing on platforms such as TikTok, Instagram, and YouTube Shorts.

Gingiris-1031/gingiris-skills · 320 tokens