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, and tracessootsim-a11y— accessibility reviewsootsim-perf— frame timing and layout profilingsootsim-visual— visual review against native iOS outputsootsim-test-flow— flow authoring and replaysootsim-maestro— existing Maestro workflowssootsim-detox— existing Detox workflows
Local repo helper
If you are working from a local checkout of the Soot repo, sootsim skills <target-dir> can still copy the bundled markdown files directly. For normal
distribution, prefer the standard npx skills flow above.