This lets Claude record and replay sequences of mobile device actions as YAML flows stored in `.argent/flows/`. You build flows by executing steps live, so you verify each tap, type, or scroll before saving it. The recorder automatically converts coordinate taps into portable selectors when elements have stable text or IDs. Two modes: e2e flows start an app from scratch for deterministic CI runs, while fragments run against current device state and can be composed into larger flows. The runner interprets directives like `launch`, `tap`, `await`, and `assert` that hard-stop on failure. Selectors resolve against the full native hierarchy, not just what `describe` shows, so testIDs work even when the UI tree gets collapsed. Useful when you're scripting repetitive mobile testing or demo sequences and want something you can version and replay headlessly.
npx -y skills add software-mansion/argent --skill argent-create-flow --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills