skip-project-creation

Installation
SKILL.md

Skip Project Creation

Create new Skip apps and libraries using skip init, then optionally add framework dependencies with template code.

Prerequisites

brew install skiptools/skip/skip
skip checkup

You also need:

  • Xcode with Command Line Tools (for xcodebuild and the iOS Simulator).
  • Android Studio with at least one AVD created (for the SDK and an emulator). The Skip tooling assumes one is ready.
  • Maestro (brew install mobile-dev-inc/tap/maestro) if you intend to write UI flows — see skip-ui-automation.

Pre-flight: boot simulators yourself before launching

skip app launch does not boot the iOS Simulator for you, and does not start an Android emulator. If neither is running, the build succeeds and the install step silently fails. Start them yourself first:

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