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 charlieviettq/awesome-agent-skill --skill app-store-submission-packagergit clone --depth 1 https://github.com/charlieviettq/awesome-agent-skillWrote 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/charlieviettq/awesome-agent-skill/app-store-submission-packager)<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.
<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>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.00036 | $0.00450 |
| Opus 5 | $0.00018 | $0.00225 |
| Sonnet 5 | $0.00007 | $0.00090 |
| Haiku 4.5 | $0.00004 | $0.00045 |
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.
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.
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.
- 9d ago First seen · 73 lines · 36 tokens per session scan A f48f7f22afea
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.
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.
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.
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.
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.
cwicr-multilingual
Work with CWICR database across 26 languages. Cross-language matching, translation, and regional pricing.
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…