app-deployment

app-deployment is a skill for Claude Code, Codex from ihatesea69/kiro-kit. It costs 30 tokens per session (336 once invoked), scanned A, original, MIT.

A guide for releasing mobile apps through Apple’s App Store and Google Play. It covers building, signing, testing, preparing store listings, and automating releases.

In plain words
What is it for?
Use it to configure iOS and Android signing, create release builds, set up beta testing and CI/CD, prepare store metadata, automate screenshots, and respond to review feedback.
Why use it?
It helps avoid common release problems such as invalid signing setup, missing device screenshots, unsafe key storage, or store policy issues.

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/ihatesea69/kiro-kit/app-deployment
Any agent
npx skills add ihatesea69/kiro-kit --skill app-deployment
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

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-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/app-deployment.svg)](https://agentmods.dev/skills/ihatesea69/kiro-kit/app-deployment)
Your own site
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/app-deployment"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/app-deployment.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 336 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.00030 $0.00336
Opus 5 $0.00015 $0.00168
Sonnet 5 $0.00006 $0.00067
Haiku 4.5 $0.00003 $0.00034

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

Security

Grade A, and why

app-deployment 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.

.kiro/skills/app-deployment/SKILL.md · 51 lines

What it actually says

App Deployment

Activate this skill when preparing mobile apps for store submission or configuring CI/CD.

When to Use

  • Configuring code signing (iOS provisioning, Android keystore)
  • Setting up CI/CD pipelines for mobile builds
  • Preparing app store metadata and screenshots
  • Configuring build variants (dev, staging, production)
  • Implementing over-the-air updates (CodePush, Shorebird)
  • Handling app store review feedback

iOS Deployment

  • Configure signing with match or manual provisioning
  • Set up App Store Connect metadata
  • Generate screenshots for required device sizes
  • Configure TestFlight for beta distribution
  • Handle App Review guidelines compliance

Android Deployment

  • Configure signing with keystore (keep secure, never commit)
  • Set up Google Play Console listing
  • Generate App Bundle (AAB) for Play Store
  • Configure internal/closed/open testing tracks
  • Handle Play Store policy compliance

CI/CD

  • Use Fastlane for automated builds and deployment
  • Configure GitHub Actions or Codemagic
  • Implement version bumping automation
  • Set up automated screenshot generation
  • Configure crash reporting (Crashlytics, Sentry)

Rules

  • Never commit signing keys or keystores to git
  • Use environment variables for sensitive build config
  • Test release builds before submission
  • Keep store metadata up to date with each release
  • Plan for 1-7 day App Store review times
  • Maintain backward compatibility for forced updates
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 · 51 lines · 30 tokens per session scan A 47c3914db972

Subscribe to this mod's changes

app-deployment is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 15d ago), licensed MIT. It adds 30 tokens to every session and 336 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-08-30.

Related

Other skills, from other repositories

ios-simulator-preview

Show a live iOS Simulator in the dashboard's Browser side panel while building or testing an iOS app. Use when the user asks to preview an iOS/SwiftUI app, run an app in the simulator, "show me the app", test in the iOS simulator, or watch you drive an iOS app. macOS + Xcode only.

kirodotdev/KiroCrew · 78 tokens

cognito-passkey-auth

Amazon Cognito — Custom UI with Passkeys, Social Login & Face ID. Reference skill (loaded via skill:// from the ios agent).

seandkendall/kiro-config · 34 tokens

amazon-location-service

Amazon Location Service. Reference skill (loaded via skill:// from the ios agent).

seandkendall/kiro-config · 20 tokens

react-native

Skill "react-native" from DongDuong2001/pudo-code-system, covering react native / expo pudo checklist, 1. plan (architecture & strategy), 2. understand (context & auditing), 3. develop (implementation) and 4. optimize (performance & review).

DongDuong2001/pudo-code-system · 0 tokens

orca-emulator-android

Control an Android emulator / device from inside Orca using the orca CLI. Use for listing/booting AVDs, taps, swipes, typing, hardware buttons (incl. Back and Recents), rotation, app install/launch, runtime permissions, the accessibility tree, and logcat — driving a real adb-connected device or emulator.…

stablyai/orca · 104 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens