From 154de3ccfa7221759c44320f11ea3fe84f52125b Mon Sep 17 00:00:00 2001 From: Anton Kuznetsov <1788245+isnifer@users.noreply.github.com> Date: Fri, 6 Feb 2026 18:22:22 +0400 Subject: [PATCH] Update README with skill installation and session info Add usage instructions for adding skills and session commands. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 089c2da74c..8651d8e38c 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ Flags: ## Skills Install the automation skills listed in [SKILL.md](skills/agent-device/SKILL.md). +```bash +npx skills add https://github.com/callstackincubator/agent-device --skill agent-device +``` + Sessions: - `open` starts a session. Without args boots/activates the target device/simulator without launching an app. - All interaction commands require an open session.