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 agentmods add skills/ihatesea69/kiro-kit/app-deploymentnpx skills add ihatesea69/kiro-kit --skill app-deploymentgit clone --depth 1 https://github.com/ihatesea69/kiro-kitWrote 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/ihatesea69/kiro-kit/app-deployment)<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>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 | $0.00030 | $0.00336 |
| Opus 5 | $0.00015 | $0.00168 |
| Sonnet 5 | $0.00006 | $0.00067 |
| Haiku 4.5 | $0.00003 | $0.00034 |
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.
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
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.
- 4d ago First seen · 51 lines · 30 tokens per session scan A 47c3914db972
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.
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.
cognito-passkey-auth
Amazon Cognito — Custom UI with Passkeys, Social Login & Face ID. Reference skill (loaded via skill:// from the ios agent).
amazon-location-service
Amazon Location Service. Reference skill (loaded via skill:// from the ios agent).
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).
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.…
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.