app-launch-operator

app-launch-operator is a skill for Claude Code, Codex from MartinPuli/createAnApp. It costs 76 tokens per session (760 once invoked), scanned A, original, MIT.

A post-approval launch workflow for distributing an Apple app through the App Store and measuring whether it reaches and retains the right users. It covers setup, truthful marketing, campaign tracking, subscriptions, support, and response plans.

In plain words
What is it for?
Use it to prepare support and legal pages, app-store optimization, campaign links, Custom Product Pages, Product Page Optimization, Apple Ads, social promotion, launch budgets, attribution, retention tracking, and subscription operations.
Why use it?
It separates store approval and initial downloads from evidence that the product is useful and commercially viable. It also helps prevent marketing claims, tracking, or promotional materials from creating policy and disclosure problems.

Skill for Claude CodeCodex

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/martinpuli/createanapp/app-launch-operator
Any agent
npx skills add MartinPuli/createAnApp --skill app-launch-operator
Clone the repo
git clone --depth 1 https://github.com/MartinPuli/createAnApp

Made for: Claude Code, 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-launch-operator

README.md
[![agentmods](https://agentmods.dev/badge/skills/martinpuli/createanapp/app-launch-operator.svg)](https://agentmods.dev/skills/martinpuli/createanapp/app-launch-operator)
Your own site
<a href="https://agentmods.dev/skills/martinpuli/createanapp/app-launch-operator"><img src="https://agentmods.dev/badge/skills/martinpuli/createanapp/app-launch-operator.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 760 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.00076 $0.00760
Opus 5 $0.00038 $0.00380
Sonnet 5 $0.00015 $0.00152
Haiku 4.5 $0.00008 $0.00076

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

Security

Grade A, and why

app-launch-operator 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/app-launch-operator/SKILL.md · 62 lines

How it starts

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

App Launch Operator

Turn approval into a controlled distribution experiment. Do not equate downloads, one purchase, or App Store approval with product-market fit.

Verify launch prerequisites

Confirm storefront availability/release state, working commerce, support coverage, public privacy/terms/support pages, product analytics source, campaign attribution, crash/incident response, rollback path, budget authorization, and policy-safe creative provenance.

Do not install tracking merely to optimize ads without reopening $app-compliance-auditor and updating disclosures/consent/labels.

Choose a beachhead

Define one target segment, painful job, purchase moment, territory, promise, proof, and primary channel. Select channels by buyer behavior rather than fashion. Favor high-intent search, niche communities, tutorials, creators, partners, and Apple product pages that match the job.

Build truthful assets

Create a hook, real app demonstration, proof, objection answer, and CTA. Use captured release UI rather than AI-generated fake screens. AI may assist production, but never fabricate a customer, testimonial, review, creator endorsement, expert, revenue, result, or scarcity. Preserve source/license/AI/approval records.

Read references/creative-and-presence.md when establishing the domain, support email, social profiles, short-form videos, or AI-assisted creative pipeline.

Instrument attribution

Use App Store campaign links and Custom Product Pages where useful. Define naming conventions for channel, audience, creative, promise, and date. Use App Analytics/Sales/Subscriptions as the source of truth when no declared first-party telemetry exists.

Measure the funnel:

  1. impression or qualified reach;
  2. product-page view;
  3. download;
  4. first launch;
  5. core-job activation;
  6. paywall view;
  7. trial/purchase;
  8. renewal/retention;
  9. refund/cancellation/support burden;
  10. proceeds and contribution after fees/spend.

Use App Store Connect Analytics definitions and account for usage-data opt-in/privacy thresholds. Compare channels on retained paying cohorts and contribution, not download volume alone.

Read the full file on GitHub · 62 lines

Files

What ships with it

3 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. 4d ago First seen · 62 lines · 76 tokens per session scan A 1b72f760db2d

Subscribe to this mod's changes

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

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-focusengine-pro

Reviews, writes, and fixes focus management code for all Apple platforms (tvOS, iOS/iPadOS, watchOS, visionOS, macOS), covering SwiftUI, UIKit, AppKit, and RealityKit. Use when reading, writing, or reviewing apps that handle focus, hover, key view loops, or Digital Crown navigation.

mhaviv/Swift-FocusEngine-Agent-Skill · 74 tokens

gingiris-aso-growth

🇺🇸 ASO & Mobile App Growth Playbook 2026 — Complete App Store Optimization guide. ASO keyword ranking, App Store & Google Play listing optimization, app cold start, UGC creator operations, TikTok/Instagram/YouTube Shorts marketing, AI-matrix content scaling, mobile user acquisition. 🇨🇳 ASO 增长与 App 冷启动权威指南 …

Gingiris-1031/gingiris-skills · 320 tokens

gr-aso

ASO(App Store Optimization)+ App 冷启动。覆盖关键词研究、metadata 优化、UGC 创作者矩阵、 TikTok 投流、AI 多账号矩阵、多语言本地化。从 gingiris-aso-growth 提炼。.

Gingiris-1031/gingiris-skills · 56 tokens

swift-architecture-skill

Swift iOS architecture guidance and playbooks for MVVM, MVI, TCA, Clean Architecture, VIPER, MVP, Coordinator, and Reactive patterns. Use when designing, implementing, refactoring, or reviewing the architecture of a SwiftUI or UIKit feature, module, or codebase.

efremidze/swift-architecture-skill · 65 tokens