This is the CLI-focused skill for running Rozenite agent commands against a live React Native app. You use it when you want shell-driven debugging: inspecting DevTools data, calling into built-in domains like console and network, or hitting plugin domains like MMKV storage. It walks you through session create, serial command execution, and proper handoff to the SDK skill when someone asks for a Node.js script or automation instead of raw CLI work. The rules are opinionated about flow: check the domain references first, call tools directly when you already know the syntax, and only discover or fetch schemas when something fails or the references don't cover it. Good for live inspection, not for building wrappers.
npx skills add https://github.com/callstackincubator/rozenite --skill rozenite-agent