From kernel
Builds and submits mobile apps using local fastlane pipelines with pre-submission checklists. Activates on queries about app builds, store submission, or mobile deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kernel:app-devThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Local fastlane builds (gym/gradle + deliver/supply) are the default for all native
Local fastlane builds (gym/gradle + deliver/supply) are the default for all native
build + store submission. EAS/cloud builders are a deliberate, stated exception —
never a silent reach (rule: CodingVault/.claude/CLAUDE.md "Mobile builds").
If the project ships its own build CLI (e.g. modelmind's ./mm), extend that — don't
bolt on a second pipeline.
fastlane/Fastfile, project build config (build.gradle,
*.xcodeproj, app.config.*), any project build CLI, CI config. If no fastlane setup
exists, fastlane init and commit the scaffold. (gate: build tooling identified)_meta/keys/ listed in the secrets-backup manifest — never in the tree.
(gate: no hardcoded keys or shared signing certs)fastlane gym (or project lane). Android: fastlane lane
wrapping gradle bundleRelease → signed AAB. (gate: build completes without error)fastlane/metadata/)fastlane deliver/pilot: TestFlight (internal → external) →
App Store review. (gate: metadata complete; privacy manifests present)fastlane supply with a Play service-account JSON:
internal → closed/open beta → staged production rollout starting at 5-10%.
(gate: data safety form complete; crash rate stable)Deep rationale, environment config patterns, iOS/Android submission detail:
skills/app-dev/reference/app-dev-research.md
agentdb write-end '{"skill":"app-dev","platform":"ios|android|both","gate":"submitted|built|blocked","store_ready":true}'
npx claudepluginhub ariaxhan/kernel-claude --plugin kernelGuides mobile app deployment to App Store Connect and Google Play Console: configuration, code signing/provisioning, Fastlane automation, review compliance, phased rollouts, Crashlytics/Sentry integration.
Sets up Fastlane release pipelines for iOS/Android mobile apps: code signing with Match/keystores, beta distribution to TestFlight/Firebase, App Store/Google Play submission, CI integration, versioning.
Configures EAS Build profiles, environment-specific app configs, OTA updates, and automated submissions for deploying React Native apps to App Store and Google Play.