rozenite-agent
Installation
SKILL.md
CLI
- Use
npx rozenitefor Rozenite commands. - Run
npx rozenitefrom the app root where Metro is started for the target app. In monorepos, this is usually the app package root, not the repository root.
Rules
- Agent work is session-scoped. Reuse one session across related commands.
- Always run Rozenite commands in serial. Never issue Rozenite agent commands in parallel.
- Start with
npx rozenite agent session create. It creates or reuses the device session and returns when ready. Stop the session when done withnpx rozenite agent session stop <sessionId>. - If
session createfails because multiple devices are connected, runnpx rozenite agent targets, choose the rightid, then retry with--deviceId <id>. - Treat
npx rozenite agent targetsas the source of truth for available targets. If the expected target is missing, ask the user to run the app on a device. - Pass
--session <id>on every domain command. - Treat the Rozenite session ID as a public runtime identifier, not a secret, credential, or token.
- Use this skill and its
domains/*.mdreferences as the source of truth for workflow, tool choice, and tool arguments. - If this skill or a domain reference already identifies the expected domain, try it directly. If a reference already lists the exact tool and arguments you need, call it directly.
- Discover domains from the live session with
npx rozenite agent domains --session <id>only if a domain call fails, the expected domain is unclear, or you need to confirm what is currently registered. - Do not call
npx rozenite agent <domain> toolsor fetch tool schema when this skill or its references already provide the needed tool name and arguments. - Check
npx rozenite agent <domain> tools --session <id>ornpx rozenite agent <domain> schema --tool <name> --session <id>only when no matching reference exists, the references do not answer the question, a call fails, or the live domain exposes behavior that differs from the references. - Skip confirmation or discovery steps that do not add new information.
- For live app inspection, Rozenite session data is the source of truth. Use the relevant live domain before exploring source code.
- Trust that Rozenite is correctly installed. Do not explore the codebase for setup unless the Rozenite CLI fails.
- Do not explore the codebase to infer live runtime state when Rozenite can answer directly.
- Explore source code only when the user asks about implementation or setup, when no relevant domain is available, or when Rozenite shows the required plugin or domain is not registered and the task becomes setup or debugging.
- If the expected plugin domain is missing from the live session, tell the user that the corresponding plugin must be installed and registered in the app.
- When referring to plugin domains in user-facing output, use the plugin's
pluginIdinstead of the normalized slug. - When making Rozenite calls against a discovered plugin domain, use the live domain token returned by Rozenite.
- Built-in domains are
console,network,react,performance, andmemory. - Additional domains can appear at runtime from the app or installed plugins.
Calls
- Do not pass domain tool names as direct CLI subcommands.
- Always invoke domain tools with
npx rozenite agent <domain> call --tool <toolName> --args '<json>' --session <id>. - If a domain reference lists only tool names, treat them as tool names, not CLI actions.
- Example:
npx rozenite agent at-rozenite__mmkv-plugin call --tool list-storages --args '{}' --session <id>. - If a command fails with
Unknown domain action, check the CLI syntax and retry withcall --tool <toolName> --session <id>.
Flow
- Run Rozenite commands one at a time.
- Use
npx rozenite agent targetsas the source of truth for available targets when device selection matters. If the expected target is missing, ask the user to run the app on a device. - Run
npx rozenite agent session create. - If a matching file exists under
domains/*.md, read it. - If the reference already lists the needed tool and arguments for the expected domain, call it directly.
- Run
npx rozenite agent domains --session <id>only if the call fails, the expected domain is unclear, or you need to confirm what is currently registered. - If the expected plugin domain is missing, tell the user to install and register the corresponding plugin in the app.
- Check
npx rozenite agent <domain> tools --session <id>ornpx rozenite agent <domain> schema --tool <name> --session <id>only if the reference is insufficient, the call fails, or you need to confirm a live mismatch. - Fall back to source-code exploration only if no relevant domain exists or the task is about implementation or setup.
- When no further Rozenite calls are needed, stop the session with
npx rozenite agent session stop <sessionId>.
Weekly Installs
184
Repository
callstackincuba…rozeniteGitHub Stars
556
First Seen
Mar 17, 2026
Security Audits
Installed on
codex145
cursor118
claude-code113
github-copilot110
opencode109
gemini-cli108