skip-deployment

Installation
SKILL.md

Skip Deployment

Build, sign, and distribute Skip apps for the App Store and Google Play.

Building for Distribution

skip export                     # Both platforms, debug
skip export -c release          # Both platforms, release
skip export --android           # Android only
skip export --ios               # iOS only
skip export -c release -d ./out # Custom output directory

App Metadata

Skip.env — the shared config file

Skip.env lives at the project root and is the single source of truth for app-level metadata. It's an xcconfig-style file consumed by both the Xcode build (via Darwin/ProjectName.xcconfig, which includes it) and the Gradle build (via Android/settings.gradle.kts, which parses it).

Installs
10
GitHub Stars
9
First Seen
May 10, 2026
skip-deployment — skiptools/skills