app-store-submission-packager

app-store-submission-packager is a skill for Claude Code from charlieviettq/awesome-agent-skill. It costs 36 tokens per session (450 once invoked), scanned A, original, MIT.

A checklist for preparing iOS App Store and Google Play releases, including app details, images, compliance information, and testing.

In plain words
What is it for?
Preparing first releases and major updates, fixing review rejections, checking metadata and screenshots, and coordinating mobile releases across both stores.
Why use it?
It helps catch missing store requirements before an app is submitted or rejected. It does not upload the app or manage credentials by itself.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Preparing first releases and major updates, fixing review rejections, checking metadata and screenshots, and coordinating mobile releases across both stores.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/charlieviettq/awesome-agent-skill/app-store-submission-packager
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 charlieviettq/awesome-agent-skill --skill app-store-submission-packager
Clone the repo
git clone --depth 1 https://github.com/charlieviettq/awesome-agent-skill

Made for: Claude Code.

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-submission-packager

README.md
[![agentmods](https://agentmods.dev/badge/skills/charlieviettq/awesome-agent-skill/app-store-submission-packager/github.svg)](https://agentmods.dev/skills/charlieviettq/awesome-agent-skill/app-store-submission-packager)
Your own site
<a href="https://agentmods.dev/skills/charlieviettq/awesome-agent-skill/app-store-submission-packager"><img src="https://agentmods.dev/badge/skills/charlieviettq/awesome-agent-skill/app-store-submission-packager/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-submission-packager

Your own site · 80×15
<a href="https://agentmods.dev/skills/charlieviettq/awesome-agent-skill/app-store-submission-packager"><img src="https://agentmods.dev/badge/skills/charlieviettq/awesome-agent-skill/app-store-submission-packager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 450 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.00036 $0.00450
Opus 5 $0.00018 $0.00225
Sonnet 5 $0.00007 $0.00090
Haiku 4.5 $0.00004 $0.00045

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

Security

Grade A, and why

app-store-submission-packager 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.

.claude/skills/app-store-submission-packager/SKILL.md · 73 lines

What it actually says

App Store Submission Packager

Checklist-driven preparation for mobile store submissions. Does not handle credentials or automated upload unless user explicitly configures CI with secrets.

When to use

  • First submission or major version bump
  • Review rejection remediation
  • Cross-platform release alignment

When not to use

  • Internal TestFlight/Play internal testing only (see ios-testflight-github-actions)
  • Web-only deploy

Pre-submission checklist

App binary

  • Version and build number incremented
  • Release configuration (no debug flags, correct signing)
  • Privacy-sensitive APIs declared (iOS Privacy Manifest / Play Data safety)

Metadata

  • App name, subtitle, description localized as needed
  • Keywords / category appropriate
  • Support URL and privacy policy URL live
  • Age rating questionnaire complete

Assets

  • Icons all required sizes
  • Screenshots per device class / locale
  • Preview video if used

Compliance

  • Export compliance / encryption questions answered
  • Third-party SDK disclosures (ATT, analytics, payments)
  • In-app purchase or subscription metadata if applicable

Testing

  • Smoke test on physical device
  • Login, payments, push (if used) verified on production-like build

Platform notes

Platform Common rejection causes
iOS Incomplete metadata, broken links, guideline 4.x privacy, login demo missing
Android Data safety form mismatch, target API level, permissions justification

Output

  • Completed checklist with blockers highlighted
  • Draft release notes for store listing
  • List of assets still missing

Safety

  • Never commit provisioning profiles, keystores, or API keys
  • Use team secret stores for signing material

Clean-room workflow inspired by mobile release patterns; not copied from external repos.

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 · 73 lines · 36 tokens per session scan A f48f7f22afea

Subscribe to this mod's changes

app-store-submission-packager is a skill published in the GitHub repository charlieviettq/awesome-agent-skill (25 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 450 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

asc-localize-metadata

Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect.

rorkai/app-store-connect-cli-skills · 60 tokens

asc-metadata-sync

Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata.

rorkai/app-store-connect-cli-skills · 39 tokens

i18n-helper

A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.

laolaoshiren/claude-code-skills-zh · 33 tokens

toolbox-talk-generator

Generate safety toolbox talks for construction crews. Create contextual safety briefings based on weather, work activities, and recent incidents. Support multiple languages.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 33 tokens

cwicr-multilingual

Work with CWICR database across 26 languages. Cross-language matching, translation, and regional pricing.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 28 tokens

react-native

React Native and Expo patterns for building performant mobile apps. Covers list performance, animations with Reanimated, navigation, UI patterns, state management, platform-specific code, and Expo workflows. Use when building or reviewing React Native code. Triggers: 'react native', 'expo', 'mobile app', 'react native…

jezweb/claude-skills · 91 tokens