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.
npx skills add MartinPuli/createAnApp --skill app-store-launch-orchestratorgit clone --depth 1 https://github.com/MartinPuli/createAnAppWrote 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.
[](https://agentmods.dev/skills/martinpuli/createanapp/app-store-launch-orchestrator)<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>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.
| Model | Per session | Once 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 |
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.
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
- Inspect the repository, build configuration, tests, assets, policies, website, store metadata, account status, and prior review messages.
- Read
../../docs/lifecycle.md,../../docs/full-lifecycle-checklist.md,../../docs/current-apple-requirements.md,../../docs/human-handoff-matrix.md, and../../docs/completion-audit.mdwhen available. - Record each lifecycle gate as
UNASSESSED,BLOCKED,FAILED,CONDITIONAL,PASSED, orSTALE. - Treat external state as authoritative. Do not rely on prior chat claims that something was uploaded, tested, accepted, or released.
- 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.
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.
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.
- 8d ago First seen · 74 lines · 99 tokens per session scan A be45ca2fee18
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.
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.
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…
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".
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.
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.
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.