remo-setup

Installation
SKILL.md

Remo Setup

Use this skill once per project to get the CLI and SDK wired up correctly.

Read references/cli.md before running install or verification commands, or when you need exact flag syntax, binary resolution, or current CLI caveats.

Workflow

  1. Confirm the app already builds and launches on a simulator.
  2. Install the Remo CLI, preferring a project-local binary at .remo/bin/remo.
  3. Add the Remo SDK dependency with SPM or CocoaPods.
  4. Call Remo.start() from the app lifecycle in #if DEBUG.
  5. Verify the app is discoverable and reachable from the CLI.
  6. Hand off to remo for day-to-day verification and remo-capabilities for app-specific automation.

Step 1: Install the CLI

Prefer a project-local install so the CLI version stays pinned to the project. Use REMO_INSTALL_PREFIX="$PWD/.remo" with the release install script when you want the binary to land at .remo/bin/remo.

Installs
1
Repository
yjmeqt/remo
GitHub Stars
4
First Seen
Jun 23, 2026
remo-setup — yjmeqt/remo