Agent Skills

SootSim skills are repo-installed skill files for AI coding agents. They are not a runtime /api/skills service.

Install them with the standard skills CLI:

terminal

npx skills add <owner>/<repo>
npx skills add <owner>/<repo> --skill sootsim-debug

The skills CLI downloads the skill files into your repo and configures them for compatible agent tools. See the skills CLI docs for the generic install flow.

What the SootSim skills cover

  • sootsim-debug: inspection-first debugging with describe, find, get errors, snapshots, traces, performance checks, and accessibility review
  • sootsim-setup: connect and pin a driveable sim
  • sootsim-visual: visual review against native iOS output
  • sootsim-test: flow authoring, Maestro drop-in, and Detox drop-in
  • soot: generated index of Soot and SootSim commands and skills

Local repo helper

If you are working from a local checkout of the Soot repo, sootsim skill installs the bundled files in the agent skill layout (<skill>/SKILL.md):

terminal

sootsim skill install
sootsim skill install codex
sootsim skill install --target .claude/skills sootsim-debug

install with no target installs into every supported local agent home SootSim can resolve today: Codex ($CODEX_HOME/skills, or ~/.codex/skills) and Claude Code ($CLAUDE_CONFIG_DIR/skills, or ~/.claude/skills). Restart the agent session after installing new skills.

Ready to build?

Run your React Native app in the browser. No simulators, no native toolchain, no waiting.

curl -fsSL https://sootsim.com/install.sh | sh