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
npx skills add <owner>/<repo> --skill sootsim-a11y

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, and traces
  • sootsim-a11y — accessibility review
  • sootsim-perf — frame timing and layout profiling
  • sootsim-visual — visual review against native iOS output
  • sootsim-test-flow — flow authoring and replay
  • sootsim-maestro — existing Maestro workflows
  • sootsim-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.