asc

A skill for operating App Store Connect through the asc command-line tool. App Store Connect is Apple's service for managing app builds, store listings, testing, releases, subscriptions, and related data.

In plain words
What is it for?
Use it for authentication, builds, signing, metadata, screenshots, TestFlight, validation, submissions, pricing, subscriptions, analytics, finance, and release workflows.
Why use it?
It provides a consistent route for common App Store Connect tasks and directs narrower jobs to the relevant guidance.

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/moasq/ios-dev-agent/asc
Any agent
npx skills add moasq/ios-dev-agent --skill asc
Clone the repo
git clone --depth 1 https://github.com/moasq/ios-dev-agent

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 922 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.00068 $0.00922
Opus 5 $0.00034 $0.00461
Sonnet 5 $0.00014 $0.00184
Haiku 4.5 $0.00007 $0.00092

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

Security

Grade A, and why

asc 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 2d 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.

.agents/skills/asc/SKILL.md · 91 lines

How it starts

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

App Store Connect

Use asc for App Store Connect operations. Current local version target: asc 1.4.0.

First Checks

Run these before any ASC workflow:

asc --version
asc doctor
asc auth status

If commands need an app ID, prefer .agents/config/product.md, .asc/, metadata/app.yaml, or a fresh asc apps list/asc apps info lookup:

  • asc_app_id: <numeric app id>
  • bundle_id: com.example.app
  • primary_locale: en-US

Route To Narrow Skills

Use the narrowest skill that matches the task:

Task Skill
CLI syntax, flags, output, pagination, auth asc-cli-usage
Resolve app/version/build/group/tester IDs asc-id-resolver
Build, archive, export, upload asc-xcode-build
Signing, bundle IDs, certs, profiles asc-signing-setup
Submission readiness and review status asc-submission-health
End-to-end release prep/submission asc-release-flow
TestFlight groups, testers, What to Test asc-testflight-orchestration
Build processing and retention asc-build-lifecycle
Metadata pull/push/localizations asc-metadata-sync
YAML metadata source of truth asc-metadata-yaml
What’s New release notes asc-whats-new-writer
Screenshots upload/capture/frame asc-shots-pipeline
Screenshot resizing/size validation asc-screenshot-resize
ASO metadata audit asc-aso-audit
Subscription/IAP localization asc-subscription-localization
ASC ↔ RevenueCat catalog sync asc-revenuecat-catalog-sync
Regional / PPP pricing asc-ppp-pricing
Crash, feedback, diagnostics asc-crash-triage
App creation via web UI asc-app-create-ui
macOS notarization asc-notarization
Repo-local release automations asc-workflow
Wall of Apps submission asc-wall-submit

Current Readiness Commands

asc validate is the canonical App Store readiness surface.

asc validate --app "<APP_ID>" --version "1.0" --platform IOS --output markdown
asc validate --app "<APP_ID>" --version "1.0" --platform IOS --strict --output json --pretty
asc validate testflight --app "<APP_ID>" --build "<BUILD_ID>" --output markdown
asc validate iap --app "<APP_ID>" --output markdown
asc validate subscriptions --app "<APP_ID>" --output markdown

Read the full file on GitHub · 91 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. 2d ago First seen · 91 lines · 68 tokens per session scan A e35a758fd9f0

Subscribe to this mod's changes

asc is a skill published in the GitHub repository moasq/ios-dev-agent (4 stars, last pushed 3mo ago), licensed MIT. It adds 68 tokens to every session and 922 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

aso

When the user wants to audit or optimize an App Store or Google Play listing. Also use when the user mentions 'ASO audit,' 'app store optimization,' 'optimize my app listing,' 'improve app visibility,' 'app store ranking,' 'audit my listing,' 'why aren't people downloading my app,' 'improve my app conversion,'…

coreyhaines31/marketingskills · 104 tokens

google-mobile-ads-banner

Provides instructions to implement, integrate, or configure Google Mobile Ads (GMA) banner ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up banner ads in a mobile application. Don't use for other ad formats like interstitial or rewarded ads.

google/skills · 62 tokens

google-mobile-ads-rewarded

Provides instructions for implementing, integrating, or configuring Google Mobile Ads (GMA) SDK rewarded ads in Android, iOS, or Unity mobile applications. Use when the task involves setting up rewarded ads. Don't use for "rewarded interstitial" ads.

google/skills · 59 tokens

attribution-setup

When the user wants to set up, debug, or interpret app install attribution — including SKAdNetwork (SKAN), Apple's AdAttributionKit, Google Play Install Referrer, MMPs (AppsFlyer, Adjust, Singular, Branch, Kochava), deep links, deferred deep links, conversion values, postback windows, or privacy thresholds. Use when…

Eronred/aso-skills · 201 tokens

referral-program

When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…

Eronred/aso-skills · 159 tokens

web-to-app-funnel

When the user wants to design or optimize the funnel that takes web visitors into installing and onboarding the app — including smart app banners, web-to-app deep links, deferred deep links, web onboarding (Stripe-paid web flow before app install), QR codes, "open in app" CTAs, and the trade-off between paying on web…

Eronred/aso-skills · 183 tokens