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
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 withdescribe,find,get errors, snapshots, traces, performance checks, and accessibility reviewsootsim-setup: connect and pin a driveable simsootsim-visual: visual review against native iOS outputsootsim-test: flow authoring, Maestro drop-in, and Detox drop-insoot: 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
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.
