app-store-launch-orchestrator

app-store-launch-orchestrator is a skill for Codex from MartinPuli/createAnApp. It costs 99 tokens per session (928 once invoked), scanned A, original, MIT.

A coordinator for the full lifecycle of Apple apps, from idea research and planning through development, testing, store submission, release, and post-launch measurement.

In plain words
What is it for?
Use it to plan or assess iPhone, iPad, Mac, Apple Watch, Apple TV, or Apple Vision apps, including specifications, testing, App Store Connect, compliance, review issues, release, and follow-up measurement.
Why use it?
It keeps track of prerequisites and external checks, helping identify the earliest unresolved problem instead of assuming an app is ready to ship.

Skill for Codex

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

Good fit Use it to plan or assess iPhone, iPad, Mac, Apple Watch, Apple TV, or Apple Vision apps, including specifications, testing, App Store Connect, compliance, review issues, release, and follow-up measurement.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martinpuli/createanapp/app-store-launch-orchestrator
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-launch-orchestrator
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-launch-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinpuli/createanapp/app-store-launch-orchestrator.svg)](https://agentmods.dev/skills/martinpuli/createanapp/app-store-launch-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/martinpuli/createanapp/app-store-launch-orchestrator"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/app-store-launch-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 928 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.00099 $0.00928
Opus 5 $0.00049 $0.00464
Sonnet 5 $0.00020 $0.00186
Haiku 4.5 $0.00010 $0.00093

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

Security

Grade A, and why

app-store-launch-orchestrator 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 8d 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-launch-orchestrator/SKILL.md · 74 lines

How it starts

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

App Store Launch Orchestrator

Create and maintain a launch dossier, identify the earliest unproven prerequisite, route the work to the correct specialist skill, and refuse false completion claims.

Start with current state

  1. Inspect the repository, build configuration, tests, assets, policies, website, store metadata, account status, and prior review messages.
  2. Read ../../docs/lifecycle.md, ../../docs/full-lifecycle-checklist.md, ../../docs/current-apple-requirements.md, ../../docs/human-handoff-matrix.md, and ../../docs/completion-audit.md when available.
  3. Record each lifecycle gate as UNASSESSED, BLOCKED, FAILED, CONDITIONAL, PASSED, or STALE.
  4. Treat external state as authoritative. Do not rely on prior chat claims that something was uploaded, tested, accepted, or released.
  5. Identify the earliest failed prerequisite; do not optimize a later stage while it remains unresolved unless the later work is safely parallel.

Route the work

Need Invoke
No idea exists; discover markets and candidates $app-market-discovery
A specific idea exists; validate or falsify it $app-idea-validator
Convert evidence into scope $apple-product-spec
Design or audit UI across Apple devices $apple-app-designer
Configure Xcode/MCP/API tooling $apple-agent-toolchain
Implement the app $ios-app-builder
Test release behavior and archives $ios-release-tester
Complete App Store Connect $app-store-connect-preparer
Audit privacy, security, AI, claims, or rights $app-compliance-auditor
Diagnose or recover from rejection $app-review-recovery
Launch and measure distribution $app-launch-operator

If a named skill is unavailable, implement its evidence contract directly rather than skipping the stage.

Do not force discovery when the user already has an idea. Preserve that idea as the validation subject and route directly to $app-idea-validator. If validation falsifies it, report that result; invoke discovery only when the user asks for replacement ideas.

Read the full file on GitHub · 74 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. 8d ago First seen · 74 lines · 99 tokens per session scan A be45ca2fee18

Subscribe to this mod's changes

app-store-launch-orchestrator is a skill published in the GitHub repository MartinPuli/createAnApp (14 stars, last pushed 18d ago), licensed MIT. It adds 99 tokens to every session and 928 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-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

plan

Epic decomposition into trackable, right-sized tasks. Three modes — audit-aware (codebase-audit reports), workflow-audit-aware (handoff.yaml with pre-rated findings), standalone (from scratch). Light convention scanning for projects without CLAUDE.md.

Terryc21/workflow-audit · 53 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