[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-callstack-rozenite-agent":3,"mdc--aeevdh-key":35,"related-org-callstack-rozenite-agent":632,"related-repo-callstack-rozenite-agent":805},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":30,"sourceUrl":33,"mdContent":34},"rozenite-agent","use Rozenite plugins for React Native devtools","Use Rozenite for Agents through CLI-driven `rozenite agent` commands to inspect React Native DevTools data and Rozenite plugins on a live app target. Trigger this skill for shell-based debugging and live session work. For Node.js or TypeScript scripts, wrappers, automations, or other programmatic SDK usage, use `rozenite-agent-sdk` instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"callstack","Callstack","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcallstack.png","callstackincubator",[13,17,20],{"name":14,"slug":15,"type":16},"React Native","react-native","tag",{"name":18,"slug":19,"type":16},"Mobile","mobile",{"name":21,"slug":22,"type":16},"Plugin Development","plugin-development",633,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Frozenite","2026-07-31T05:52:54.56302",null,47,[29,15],"devtools",{"repoUrl":24,"stars":23,"forks":27,"topics":31,"description":32},[29,15],"Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.","https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Frozenite\u002Ftree\u002FHEAD\u002Fpackages\u002Fcli\u002Fskills\u002Frozenite-agent","---\nname: rozenite-agent\ndescription: Use Rozenite for Agents through CLI-driven `rozenite agent` commands to inspect React Native DevTools data and Rozenite plugins on a live app target. Trigger this skill for shell-based debugging and live session work. For Node.js or TypeScript scripts, wrappers, automations, or other programmatic SDK usage, use `rozenite-agent-sdk` instead.\n---\n\n## CLI\n\n- Use `npx rozenite` for Rozenite commands.\n- Run `npx rozenite` from the app root where Metro is started for the target app. In monorepos, this is usually the app package root, not the repository root.\n\n## Handoff\n\n- Keep this skill for shell-driven `rozenite agent ...` workflows.\n- If the user wants code instead of shell commands, or asks for a Node.js or TypeScript script, wrapper, benchmark, automation, or agent runtime built on top of Rozenite, switch to `rozenite-agent-sdk`.\n\n## Rules\n\n- Agent work is session-scoped. Reuse one session across related commands.\n- Always run Rozenite commands in serial. Never issue Rozenite agent commands in parallel.\n- Start with `npx rozenite agent session create`. It creates or reuses the device session and returns when ready. Stop the session when done with `npx rozenite agent session stop \u003CsessionId>`.\n- If `session create` fails because multiple devices are connected, run `npx rozenite agent targets`, choose the right `id`, then retry with `--deviceId \u003Cid>`.\n- Treat `npx rozenite agent targets` as the source of truth for available targets. If the expected target is missing, ask the user to run the app on a device.\n- Pass `--session \u003Cid>` on every domain command.\n- Treat the Rozenite session ID as a public runtime identifier, not a secret, credential, or token.\n- Use this skill and its `domains\u002F*.md` references as the source of truth for workflow, tool choice, and tool arguments.\n- 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.\n- Discover domains from the live session with `npx rozenite agent domains --session \u003Cid>` only if a domain call fails, the expected domain is unclear, or you need to confirm what is currently registered.\n- Do not call `npx rozenite agent \u003Cdomain> tools` or fetch tool schema when this skill or its references already provide the needed tool name and arguments.\n- Check `npx rozenite agent \u003Cdomain> tools --session \u003Cid>` or `npx rozenite agent \u003Cdomain> schema --tool \u003Cname> --session \u003Cid>` 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.\n- Skip confirmation or discovery steps that do not add new information.\n- For live app inspection, Rozenite session data is the source of truth. Use the relevant live domain before exploring source code.\n- Trust that Rozenite is correctly installed. Do not explore the codebase for setup unless the Rozenite CLI fails.\n- Do not explore the codebase to infer live runtime state when Rozenite can answer directly.\n- 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.\n- 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.\n- When referring to plugin domains in user-facing output, use the plugin's `pluginId` instead of the domain token.\n- When making Rozenite calls against a discovered plugin domain, use the live domain token returned by Rozenite.\n- Built-in domains are `console`, `network`, `react`, `performance`, and `memory`.\n- Additional domains can appear at runtime from the app or installed plugins. Plugin domain tokens are short, derived names, not the npm package name: `@rozenite\u002Fmmkv-plugin` becomes `mmkv`, `@avasapp\u002Frozenite-plugin-ably` becomes `avasapp\u002Fably`.\n- Domain token shape tells you provenance: a bare word (`mmkv`) is a built-in or an official `@rozenite\u002F*` plugin; `scope\u002Fname` (`avasapp\u002Fably`) is a third-party scoped plugin; a verbatim `rozenite-*` name is a third-party unscoped plugin. `evil\u002Fmmkv` and `mmkv` are never the same plugin.\n\n## Calls\n\n- Do not pass domain tool names as direct CLI subcommands.\n- Always invoke domain tools with `npx rozenite agent \u003Cdomain> call --tool \u003CtoolName> --args '\u003Cjson>' --session \u003Cid>`.\n- If a domain reference lists only tool names, treat them as tool names, not CLI actions.\n- Example: `npx rozenite agent mmkv call --tool list-storages --args '{}' --session \u003Cid>`.\n- If a command fails with `Unknown domain action`, check the CLI syntax and retry with `call --tool \u003CtoolName> --session \u003Cid>`.\n\n## Flow\n\n1. Run Rozenite commands one at a time.\n2. Use `npx rozenite agent targets` as 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.\n3. Run `npx rozenite agent session create`.\n4. If a matching file exists under `domains\u002F*.md`, read it.\n5. If the reference already lists the needed tool and arguments for the expected domain, call it directly.\n6. Run `npx rozenite agent domains --session \u003Cid>` only if the call fails, the expected domain is unclear, or you need to confirm what is currently registered.\n7. If the expected plugin domain is missing, tell the user to install and register the corresponding plugin in the app.\n8. Check `npx rozenite agent \u003Cdomain> tools --session \u003Cid>` or `npx rozenite agent \u003Cdomain> schema --tool \u003Cname> --session \u003Cid>` only if the reference is insufficient, the call fails, or you need to confirm a live mismatch.\n9. Fall back to source-code exploration only if no relevant domain exists or the task is about implementation or setup.\n10. When no further Rozenite calls are needed, stop the session with `npx rozenite agent session stop \u003CsessionId>`.\n",{"data":36,"body":37},{"name":4,"description":6},{"type":38,"children":39},"root",[40,49,80,86,115,121,467,473,530,536],{"type":41,"tag":42,"props":43,"children":45},"element","h2",{"id":44},"cli",[46],{"type":47,"value":48},"text","CLI",{"type":41,"tag":50,"props":51,"children":52},"ul",{},[53,68],{"type":41,"tag":54,"props":55,"children":56},"li",{},[57,59,66],{"type":47,"value":58},"Use ",{"type":41,"tag":60,"props":61,"children":63},"code",{"className":62},[],[64],{"type":47,"value":65},"npx rozenite",{"type":47,"value":67}," for Rozenite commands.",{"type":41,"tag":54,"props":69,"children":70},{},[71,73,78],{"type":47,"value":72},"Run ",{"type":41,"tag":60,"props":74,"children":76},{"className":75},[],[77],{"type":47,"value":65},{"type":47,"value":79}," from the app root where Metro is started for the target app. In monorepos, this is usually the app package root, not the repository root.",{"type":41,"tag":42,"props":81,"children":83},{"id":82},"handoff",[84],{"type":47,"value":85},"Handoff",{"type":41,"tag":50,"props":87,"children":88},{},[89,102],{"type":41,"tag":54,"props":90,"children":91},{},[92,94,100],{"type":47,"value":93},"Keep this skill for shell-driven ",{"type":41,"tag":60,"props":95,"children":97},{"className":96},[],[98],{"type":47,"value":99},"rozenite agent ...",{"type":47,"value":101}," workflows.",{"type":41,"tag":54,"props":103,"children":104},{},[105,107,113],{"type":47,"value":106},"If the user wants code instead of shell commands, or asks for a Node.js or TypeScript script, wrapper, benchmark, automation, or agent runtime built on top of Rozenite, switch to ",{"type":41,"tag":60,"props":108,"children":110},{"className":109},[],[111],{"type":47,"value":112},"rozenite-agent-sdk",{"type":47,"value":114},".",{"type":41,"tag":42,"props":116,"children":118},{"id":117},"rules",[119],{"type":47,"value":120},"Rules",{"type":41,"tag":50,"props":122,"children":123},{},[124,129,134,154,190,202,215,220,233,238,251,264,285,290,295,300,305,310,315,328,333,375,409],{"type":41,"tag":54,"props":125,"children":126},{},[127],{"type":47,"value":128},"Agent work is session-scoped. Reuse one session across related commands.",{"type":41,"tag":54,"props":130,"children":131},{},[132],{"type":47,"value":133},"Always run Rozenite commands in serial. Never issue Rozenite agent commands in parallel.",{"type":41,"tag":54,"props":135,"children":136},{},[137,139,145,147,153],{"type":47,"value":138},"Start with ",{"type":41,"tag":60,"props":140,"children":142},{"className":141},[],[143],{"type":47,"value":144},"npx rozenite agent session create",{"type":47,"value":146},". It creates or reuses the device session and returns when ready. Stop the session when done with ",{"type":41,"tag":60,"props":148,"children":150},{"className":149},[],[151],{"type":47,"value":152},"npx rozenite agent session stop \u003CsessionId>",{"type":47,"value":114},{"type":41,"tag":54,"props":155,"children":156},{},[157,159,165,167,173,175,181,183,189],{"type":47,"value":158},"If ",{"type":41,"tag":60,"props":160,"children":162},{"className":161},[],[163],{"type":47,"value":164},"session create",{"type":47,"value":166}," fails because multiple devices are connected, run ",{"type":41,"tag":60,"props":168,"children":170},{"className":169},[],[171],{"type":47,"value":172},"npx rozenite agent targets",{"type":47,"value":174},", choose the right ",{"type":41,"tag":60,"props":176,"children":178},{"className":177},[],[179],{"type":47,"value":180},"id",{"type":47,"value":182},", then retry with ",{"type":41,"tag":60,"props":184,"children":186},{"className":185},[],[187],{"type":47,"value":188},"--deviceId \u003Cid>",{"type":47,"value":114},{"type":41,"tag":54,"props":191,"children":192},{},[193,195,200],{"type":47,"value":194},"Treat ",{"type":41,"tag":60,"props":196,"children":198},{"className":197},[],[199],{"type":47,"value":172},{"type":47,"value":201}," as the source of truth for available targets. If the expected target is missing, ask the user to run the app on a device.",{"type":41,"tag":54,"props":203,"children":204},{},[205,207,213],{"type":47,"value":206},"Pass ",{"type":41,"tag":60,"props":208,"children":210},{"className":209},[],[211],{"type":47,"value":212},"--session \u003Cid>",{"type":47,"value":214}," on every domain command.",{"type":41,"tag":54,"props":216,"children":217},{},[218],{"type":47,"value":219},"Treat the Rozenite session ID as a public runtime identifier, not a secret, credential, or token.",{"type":41,"tag":54,"props":221,"children":222},{},[223,225,231],{"type":47,"value":224},"Use this skill and its ",{"type":41,"tag":60,"props":226,"children":228},{"className":227},[],[229],{"type":47,"value":230},"domains\u002F*.md",{"type":47,"value":232}," references as the source of truth for workflow, tool choice, and tool arguments.",{"type":41,"tag":54,"props":234,"children":235},{},[236],{"type":47,"value":237},"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.",{"type":41,"tag":54,"props":239,"children":240},{},[241,243,249],{"type":47,"value":242},"Discover domains from the live session with ",{"type":41,"tag":60,"props":244,"children":246},{"className":245},[],[247],{"type":47,"value":248},"npx rozenite agent domains --session \u003Cid>",{"type":47,"value":250}," only if a domain call fails, the expected domain is unclear, or you need to confirm what is currently registered.",{"type":41,"tag":54,"props":252,"children":253},{},[254,256,262],{"type":47,"value":255},"Do not call ",{"type":41,"tag":60,"props":257,"children":259},{"className":258},[],[260],{"type":47,"value":261},"npx rozenite agent \u003Cdomain> tools",{"type":47,"value":263}," or fetch tool schema when this skill or its references already provide the needed tool name and arguments.",{"type":41,"tag":54,"props":265,"children":266},{},[267,269,275,277,283],{"type":47,"value":268},"Check ",{"type":41,"tag":60,"props":270,"children":272},{"className":271},[],[273],{"type":47,"value":274},"npx rozenite agent \u003Cdomain> tools --session \u003Cid>",{"type":47,"value":276}," or ",{"type":41,"tag":60,"props":278,"children":280},{"className":279},[],[281],{"type":47,"value":282},"npx rozenite agent \u003Cdomain> schema --tool \u003Cname> --session \u003Cid>",{"type":47,"value":284}," 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.",{"type":41,"tag":54,"props":286,"children":287},{},[288],{"type":47,"value":289},"Skip confirmation or discovery steps that do not add new information.",{"type":41,"tag":54,"props":291,"children":292},{},[293],{"type":47,"value":294},"For live app inspection, Rozenite session data is the source of truth. Use the relevant live domain before exploring source code.",{"type":41,"tag":54,"props":296,"children":297},{},[298],{"type":47,"value":299},"Trust that Rozenite is correctly installed. Do not explore the codebase for setup unless the Rozenite CLI fails.",{"type":41,"tag":54,"props":301,"children":302},{},[303],{"type":47,"value":304},"Do not explore the codebase to infer live runtime state when Rozenite can answer directly.",{"type":41,"tag":54,"props":306,"children":307},{},[308],{"type":47,"value":309},"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.",{"type":41,"tag":54,"props":311,"children":312},{},[313],{"type":47,"value":314},"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.",{"type":41,"tag":54,"props":316,"children":317},{},[318,320,326],{"type":47,"value":319},"When referring to plugin domains in user-facing output, use the plugin's ",{"type":41,"tag":60,"props":321,"children":323},{"className":322},[],[324],{"type":47,"value":325},"pluginId",{"type":47,"value":327}," instead of the domain token.",{"type":41,"tag":54,"props":329,"children":330},{},[331],{"type":47,"value":332},"When making Rozenite calls against a discovered plugin domain, use the live domain token returned by Rozenite.",{"type":41,"tag":54,"props":334,"children":335},{},[336,338,344,346,352,353,359,360,366,368,374],{"type":47,"value":337},"Built-in domains are ",{"type":41,"tag":60,"props":339,"children":341},{"className":340},[],[342],{"type":47,"value":343},"console",{"type":47,"value":345},", ",{"type":41,"tag":60,"props":347,"children":349},{"className":348},[],[350],{"type":47,"value":351},"network",{"type":47,"value":345},{"type":41,"tag":60,"props":354,"children":356},{"className":355},[],[357],{"type":47,"value":358},"react",{"type":47,"value":345},{"type":41,"tag":60,"props":361,"children":363},{"className":362},[],[364],{"type":47,"value":365},"performance",{"type":47,"value":367},", and ",{"type":41,"tag":60,"props":369,"children":371},{"className":370},[],[372],{"type":47,"value":373},"memory",{"type":47,"value":114},{"type":41,"tag":54,"props":376,"children":377},{},[378,380,386,388,394,395,401,402,408],{"type":47,"value":379},"Additional domains can appear at runtime from the app or installed plugins. Plugin domain tokens are short, derived names, not the npm package name: ",{"type":41,"tag":60,"props":381,"children":383},{"className":382},[],[384],{"type":47,"value":385},"@rozenite\u002Fmmkv-plugin",{"type":47,"value":387}," becomes ",{"type":41,"tag":60,"props":389,"children":391},{"className":390},[],[392],{"type":47,"value":393},"mmkv",{"type":47,"value":345},{"type":41,"tag":60,"props":396,"children":398},{"className":397},[],[399],{"type":47,"value":400},"@avasapp\u002Frozenite-plugin-ably",{"type":47,"value":387},{"type":41,"tag":60,"props":403,"children":405},{"className":404},[],[406],{"type":47,"value":407},"avasapp\u002Fably",{"type":47,"value":114},{"type":41,"tag":54,"props":410,"children":411},{},[412,414,419,421,427,429,435,437,442,444,450,452,458,460,465],{"type":47,"value":413},"Domain token shape tells you provenance: a bare word (",{"type":41,"tag":60,"props":415,"children":417},{"className":416},[],[418],{"type":47,"value":393},{"type":47,"value":420},") is a built-in or an official ",{"type":41,"tag":60,"props":422,"children":424},{"className":423},[],[425],{"type":47,"value":426},"@rozenite\u002F*",{"type":47,"value":428}," plugin; ",{"type":41,"tag":60,"props":430,"children":432},{"className":431},[],[433],{"type":47,"value":434},"scope\u002Fname",{"type":47,"value":436}," (",{"type":41,"tag":60,"props":438,"children":440},{"className":439},[],[441],{"type":47,"value":407},{"type":47,"value":443},") is a third-party scoped plugin; a verbatim ",{"type":41,"tag":60,"props":445,"children":447},{"className":446},[],[448],{"type":47,"value":449},"rozenite-*",{"type":47,"value":451}," name is a third-party unscoped plugin. ",{"type":41,"tag":60,"props":453,"children":455},{"className":454},[],[456],{"type":47,"value":457},"evil\u002Fmmkv",{"type":47,"value":459}," and ",{"type":41,"tag":60,"props":461,"children":463},{"className":462},[],[464],{"type":47,"value":393},{"type":47,"value":466}," are never the same plugin.",{"type":41,"tag":42,"props":468,"children":470},{"id":469},"calls",[471],{"type":47,"value":472},"Calls",{"type":41,"tag":50,"props":474,"children":475},{},[476,481,493,498,510],{"type":41,"tag":54,"props":477,"children":478},{},[479],{"type":47,"value":480},"Do not pass domain tool names as direct CLI subcommands.",{"type":41,"tag":54,"props":482,"children":483},{},[484,486,492],{"type":47,"value":485},"Always invoke domain tools with ",{"type":41,"tag":60,"props":487,"children":489},{"className":488},[],[490],{"type":47,"value":491},"npx rozenite agent \u003Cdomain> call --tool \u003CtoolName> --args '\u003Cjson>' --session \u003Cid>",{"type":47,"value":114},{"type":41,"tag":54,"props":494,"children":495},{},[496],{"type":47,"value":497},"If a domain reference lists only tool names, treat them as tool names, not CLI actions.",{"type":41,"tag":54,"props":499,"children":500},{},[501,503,509],{"type":47,"value":502},"Example: ",{"type":41,"tag":60,"props":504,"children":506},{"className":505},[],[507],{"type":47,"value":508},"npx rozenite agent mmkv call --tool list-storages --args '{}' --session \u003Cid>",{"type":47,"value":114},{"type":41,"tag":54,"props":511,"children":512},{},[513,515,521,523,529],{"type":47,"value":514},"If a command fails with ",{"type":41,"tag":60,"props":516,"children":518},{"className":517},[],[519],{"type":47,"value":520},"Unknown domain action",{"type":47,"value":522},", check the CLI syntax and retry with ",{"type":41,"tag":60,"props":524,"children":526},{"className":525},[],[527],{"type":47,"value":528},"call --tool \u003CtoolName> --session \u003Cid>",{"type":47,"value":114},{"type":41,"tag":42,"props":531,"children":533},{"id":532},"flow",[534],{"type":47,"value":535},"Flow",{"type":41,"tag":537,"props":538,"children":539},"ol",{},[540,545,556,566,578,583,594,599,616,621],{"type":41,"tag":54,"props":541,"children":542},{},[543],{"type":47,"value":544},"Run Rozenite commands one at a time.",{"type":41,"tag":54,"props":546,"children":547},{},[548,549,554],{"type":47,"value":58},{"type":41,"tag":60,"props":550,"children":552},{"className":551},[],[553],{"type":47,"value":172},{"type":47,"value":555}," as 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.",{"type":41,"tag":54,"props":557,"children":558},{},[559,560,565],{"type":47,"value":72},{"type":41,"tag":60,"props":561,"children":563},{"className":562},[],[564],{"type":47,"value":144},{"type":47,"value":114},{"type":41,"tag":54,"props":567,"children":568},{},[569,571,576],{"type":47,"value":570},"If a matching file exists under ",{"type":41,"tag":60,"props":572,"children":574},{"className":573},[],[575],{"type":47,"value":230},{"type":47,"value":577},", read it.",{"type":41,"tag":54,"props":579,"children":580},{},[581],{"type":47,"value":582},"If the reference already lists the needed tool and arguments for the expected domain, call it directly.",{"type":41,"tag":54,"props":584,"children":585},{},[586,587,592],{"type":47,"value":72},{"type":41,"tag":60,"props":588,"children":590},{"className":589},[],[591],{"type":47,"value":248},{"type":47,"value":593}," only if the call fails, the expected domain is unclear, or you need to confirm what is currently registered.",{"type":41,"tag":54,"props":595,"children":596},{},[597],{"type":47,"value":598},"If the expected plugin domain is missing, tell the user to install and register the corresponding plugin in the app.",{"type":41,"tag":54,"props":600,"children":601},{},[602,603,608,609,614],{"type":47,"value":268},{"type":41,"tag":60,"props":604,"children":606},{"className":605},[],[607],{"type":47,"value":274},{"type":47,"value":276},{"type":41,"tag":60,"props":610,"children":612},{"className":611},[],[613],{"type":47,"value":282},{"type":47,"value":615}," only if the reference is insufficient, the call fails, or you need to confirm a live mismatch.",{"type":41,"tag":54,"props":617,"children":618},{},[619],{"type":47,"value":620},"Fall back to source-code exploration only if no relevant domain exists or the task is about implementation or setup.",{"type":41,"tag":54,"props":622,"children":623},{},[624,626,631],{"type":47,"value":625},"When no further Rozenite calls are needed, stop the session with ",{"type":41,"tag":60,"props":627,"children":629},{"className":628},[],[630],{"type":47,"value":152},{"type":47,"value":114},{"items":633,"total":804},[634,654,666,682,696,707,722,741,755,767,784,798],{"slug":635,"name":635,"fn":636,"description":637,"org":638,"tags":639,"stars":651,"repoUrl":652,"updatedAt":653},"assess-react-native-migration","assess mobile product React Native migration","Assesses whether and how an existing mobile product should migrate to React Native. Use when auditing one or more product repositories for migration readiness, including products whose iOS, Android, and other clients live in separate directories or repositories; choosing brownfield, greenfield, or a checkpoint-based path; defining a representative trial; or preparing a baseline and ROI decision before implementation. When product scope or material evidence is unavailable, grills the stakeholder with exactly one question per turn instead of sending a questionnaire.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[640,643,646,649,650],{"name":641,"slug":642,"type":16},"Android","android",{"name":644,"slug":645,"type":16},"iOS","ios",{"name":647,"slug":648,"type":16},"Migration","migration",{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},1527,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fagent-skills","2026-07-11T05:40:57.94641",{"slug":655,"name":655,"fn":656,"description":657,"org":658,"tags":659,"stars":651,"repoUrl":652,"updatedAt":665},"create-react-native-library","scaffold React Native libraries","Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[660,663,664],{"name":661,"slug":662,"type":16},"Engineering","engineering",{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-06-26T07:57:53.098041",{"slug":667,"name":667,"fn":668,"description":669,"org":670,"tags":671,"stars":651,"repoUrl":652,"updatedAt":681},"github","manage GitHub PRs with gh CLI","GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[672,673,676,678],{"name":48,"slug":44,"type":16},{"name":674,"slug":675,"type":16},"Code Review","code-review",{"name":677,"slug":667,"type":16},"GitHub",{"name":679,"slug":680,"type":16},"Pull Requests","pull-requests","2026-04-06T18:06:37.430056",{"slug":683,"name":683,"fn":684,"description":685,"org":686,"tags":687,"stars":651,"repoUrl":652,"updatedAt":695},"github-actions","build React Native apps in GitHub Actions","GitHub Actions workflow patterns for React Native iOS simulator and Android emulator cloud builds with downloadable artifacts. Use when setting up CI build pipelines or downloading GitHub Actions artifacts via gh CLI and GitHub API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[688,691,693,694],{"name":689,"slug":690,"type":16},"CI\u002FCD","cicd",{"name":692,"slug":683,"type":16},"GitHub Actions",{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-04-06T18:06:38.661459",{"slug":697,"name":697,"fn":698,"description":699,"org":700,"tags":701,"stars":651,"repoUrl":652,"updatedAt":706},"react-native-best-practices","optimize React Native app performance","Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[702,703,705],{"name":18,"slug":19,"type":16},{"name":704,"slug":365,"type":16},"Performance",{"name":14,"slug":15,"type":16},"2026-04-06T18:06:41.158478",{"slug":708,"name":708,"fn":709,"description":710,"org":711,"tags":712,"stars":651,"repoUrl":652,"updatedAt":721},"react-native-brownfield-migration","migrate native apps to React Native","Implements an accepted incremental brownfield migration from native iOS or Android to React Native or Expo using @callstack\u002Freact-native-brownfield. Use after the brownfield path has been selected, when setting up the integration, packaging XCFramework or AAR artifacts, or adding React Native surfaces to native hosts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[713,714,717,718,719,720],{"name":641,"slug":642,"type":16},{"name":715,"slug":716,"type":16},"Expo","expo",{"name":644,"slug":645,"type":16},{"name":647,"slug":648,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-04-06T18:06:42.392689",{"slug":723,"name":723,"fn":724,"description":725,"org":726,"tags":727,"stars":651,"repoUrl":652,"updatedAt":740},"react-native-tv-best-practices","review React Native TV application quality","Reviews React Native TV apps for focus\u002FD-pad navigation, 10-foot UI layout, TV playback\u002FDRM integration, low-memory TV performance, and TV accessibility. Use when building, debugging, or reviewing react-native-tvos, Expo TV, Amazon Vega\u002FKepler, or React Native web TV targets where the issue depends on remote input, TV focus, TV packaging, TV hardware, or TV playback constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[728,731,734,735,736,737],{"name":729,"slug":730,"type":16},"Accessibility","accessibility",{"name":732,"slug":733,"type":16},"Frontend","frontend",{"name":18,"slug":19,"type":16},{"name":704,"slug":365,"type":16},{"name":14,"slug":15,"type":16},{"name":738,"slug":739,"type":16},"UI Components","ui-components","2026-06-28T08:04:16.29881",{"slug":742,"name":742,"fn":743,"description":744,"org":745,"tags":746,"stars":651,"repoUrl":652,"updatedAt":754},"react-navigation","configure React Navigation UI patterns","Provides React Navigation UI patterns for stacks, tabs, drawers etc. Use when building navigation UIs with React Navigation, configuring headers, bottom sheets or handling safe areas and insets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[747,748,749,752],{"name":732,"slug":733,"type":16},{"name":18,"slug":19,"type":16},{"name":750,"slug":751,"type":16},"Navigation","navigation",{"name":753,"slug":358,"type":16},"React","2026-06-26T07:57:54.478042",{"slug":756,"name":756,"fn":757,"description":758,"org":759,"tags":760,"stars":651,"repoUrl":652,"updatedAt":766},"upgrading-react-native","upgrade React Native apps","Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x to 0.y, or migrating Expo SDK alongside a React Native upgrade.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[761,762,763,764,765],{"name":641,"slug":642,"type":16},{"name":644,"slug":645,"type":16},{"name":647,"slug":648,"type":16},{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},"2026-04-06T18:06:39.914409",{"slug":768,"name":768,"fn":769,"description":770,"org":771,"tags":772,"stars":781,"repoUrl":782,"updatedAt":783},"react-native-ai-skills","integrate on-device AI in React Native","Provides integration recipes for the React Native AI @react-native-ai packages that wrap the Llama.rn (Llama.cpp), MLC-LLM, Apple Foundation backends. Use when integrating local on-device AI in React Native, setting up providers, model management.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[773,776,779,780],{"name":774,"slug":775,"type":16},"AI Infrastructure","ai-infrastructure",{"name":777,"slug":778,"type":16},"LLM","llm",{"name":18,"slug":19,"type":16},{"name":14,"slug":15,"type":16},1371,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fai","2026-04-06T18:06:48.66379",{"slug":785,"name":785,"fn":786,"description":787,"org":788,"tags":789,"stars":795,"repoUrl":796,"updatedAt":797},"voltra","build Voltra iOS widgets and charts","Build, review, refactor, configure, or debug Voltra code using Voltra JSX, Voltra JS APIs, the Expo config plugin, and the Voltra CLI. Use when the user asks about charts, Live Activities, Dynamic Island UI, iOS widgets, scheduled widgets, Android widgets, ongoing notifications, image handling, app.json plugin config, React Native CLI setup, or Voltra push update flows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[790,791,792,793],{"name":715,"slug":716,"type":16},{"name":644,"slug":645,"type":16},{"name":18,"slug":19,"type":16},{"name":794,"slug":785,"type":16},"Voltra",787,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fvoltra","2026-04-06T18:06:47.399012",{"slug":4,"name":4,"fn":5,"description":6,"org":799,"tags":800,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[801,802,803],{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},15,{"items":806,"total":834},[807,813],{"slug":4,"name":4,"fn":5,"description":6,"org":808,"tags":809,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[810,811,812],{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"slug":112,"name":112,"fn":814,"description":815,"org":816,"tags":817,"stars":23,"repoUrl":24,"updatedAt":833},"build agent automations with Rozenite SDK","Use Rozenite for Agents through `@rozenite\u002Fagent-sdk` in Node.js or TypeScript code. Trigger this skill when Codex needs to write or run scripts, wrappers, automations, benchmarks, or agent runtimes that call Rozenite programmatically instead of driving the `rozenite agent` CLI directly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[818,821,824,827,830],{"name":819,"slug":820,"type":16},"Agents","agents",{"name":822,"slug":823,"type":16},"Node.js","node-js",{"name":825,"slug":826,"type":16},"Rozenite","rozenite",{"name":828,"slug":829,"type":16},"SDK","sdk",{"name":831,"slug":832,"type":16},"TypeScript","typescript","2026-07-31T05:52:55.557308",2]