[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-callstack-rozenite-agent-sdk":3,"mdc--wah9fu-key":42,"related-repo-callstack-rozenite-agent-sdk":357,"related-org-callstack-rozenite-agent-sdk":382},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":29,"repoUrl":30,"updatedAt":31,"license":32,"forks":33,"topics":34,"repo":37,"sourceUrl":40,"mdContent":41},"rozenite-agent-sdk","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},"callstack","Callstack","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcallstack.png","callstackincubator",[13,17,20,23,26],{"name":14,"slug":15,"type":16},"Node.js","node-js","tag",{"name":18,"slug":19,"type":16},"TypeScript","typescript",{"name":21,"slug":22,"type":16},"Rozenite","rozenite",{"name":24,"slug":25,"type":16},"Agents","agents",{"name":27,"slug":28,"type":16},"SDK","sdk",633,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Frozenite","2026-07-31T05:52:55.557308",null,47,[35,36],"devtools","react-native",{"repoUrl":30,"stars":29,"forks":33,"topics":38,"description":39},[35,36],"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-sdk","---\nname: rozenite-agent-sdk\ndescription: 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.\n---\n\n# Rozenite Agent SDK\n\nUse this skill when the user wants code-first access to Rozenite for Agents.\n\nRead `references\u002Fcode-patterns.md` for copy-pastable examples.\n\n## Rules\n\n- Prefer throwaway Node ESM scripts that import `@rozenite\u002Fagent-sdk`.\n- Default flow: `createAgentClient()` -> `client.withSession(...)` -> inspect or call tools -> exit.\n- Use `session.domains.list()` as the source of truth for live built-in and runtime domains.\n- Use `session.tools.list({ domain })` and `session.tools.getSchema({ domain, tool })` only when you need live inspection or argument confirmation.\n- Prefer typed plugin SDK descriptors from any available official plugin `.\u002Fsdk` export and call tools as `session.tools.call(descriptor, args)`.\n- Fall back to `session.tools.call({ domain, tool, args })` only when no matching `.\u002Fsdk` descriptor is available or the tool is discovered dynamically at runtime.\n- When you discover tools through `session.tools.list({ domain })`, treat the returned `shortName` as the canonical tool name to pass back into a later call-by-name invocation. Do not invent camelCase aliases or normalize tool names yourself.\n- Prefer stable SDK domain identifiers such as built-in domain IDs (`network`, `react`, `memory`) and plugin IDs (`@rozenite\u002Fstorage-plugin`, `@rozenite\u002Ftanstack-query-plugin`) over the derived, CLI-facing domain token like `storage`.\n- If paged results should be merged automatically, use `autoPaginate`.\n- If a plugin only mounts after navigation, navigate first, then refresh the live view with `session.domains.list()` or `session.tools.list(...)` before calling the plugin tool.\n- For advanced session control with `client.openSession()` or `client.attachSession(sessionId)`, see the reference patterns.\n- If a script encounters an unexpected runtime error, let the script fail clearly. Do not hide the failure by printing placeholder JSON.\n\n## Handoff\n\n- Use `rozenite-agent` instead when the task is shell-driven, needs a reusable CLI session, operates directly through `rozenite agent ...`, or requires target enumeration before choosing a `deviceId`.\n",{"data":43,"body":44},{"name":4,"description":6},{"type":45,"children":46},"root",[47,55,61,75,82,321,327],{"type":48,"tag":49,"props":50,"children":51},"element","h1",{"id":4},[52],{"type":53,"value":54},"text","Rozenite Agent SDK",{"type":48,"tag":56,"props":57,"children":58},"p",{},[59],{"type":53,"value":60},"Use this skill when the user wants code-first access to Rozenite for Agents.",{"type":48,"tag":56,"props":62,"children":63},{},[64,66,73],{"type":53,"value":65},"Read ",{"type":48,"tag":67,"props":68,"children":70},"code",{"className":69},[],[71],{"type":53,"value":72},"references\u002Fcode-patterns.md",{"type":53,"value":74}," for copy-pastable examples.",{"type":48,"tag":76,"props":77,"children":79},"h2",{"id":78},"rules",[80],{"type":53,"value":81},"Rules",{"type":48,"tag":83,"props":84,"children":85},"ul",{},[86,100,121,134,154,174,194,214,264,276,296,316],{"type":48,"tag":87,"props":88,"children":89},"li",{},[90,92,98],{"type":53,"value":91},"Prefer throwaway Node ESM scripts that import ",{"type":48,"tag":67,"props":93,"children":95},{"className":94},[],[96],{"type":53,"value":97},"@rozenite\u002Fagent-sdk",{"type":53,"value":99},".",{"type":48,"tag":87,"props":101,"children":102},{},[103,105,111,113,119],{"type":53,"value":104},"Default flow: ",{"type":48,"tag":67,"props":106,"children":108},{"className":107},[],[109],{"type":53,"value":110},"createAgentClient()",{"type":53,"value":112}," -> ",{"type":48,"tag":67,"props":114,"children":116},{"className":115},[],[117],{"type":53,"value":118},"client.withSession(...)",{"type":53,"value":120}," -> inspect or call tools -> exit.",{"type":48,"tag":87,"props":122,"children":123},{},[124,126,132],{"type":53,"value":125},"Use ",{"type":48,"tag":67,"props":127,"children":129},{"className":128},[],[130],{"type":53,"value":131},"session.domains.list()",{"type":53,"value":133}," as the source of truth for live built-in and runtime domains.",{"type":48,"tag":87,"props":135,"children":136},{},[137,138,144,146,152],{"type":53,"value":125},{"type":48,"tag":67,"props":139,"children":141},{"className":140},[],[142],{"type":53,"value":143},"session.tools.list({ domain })",{"type":53,"value":145}," and ",{"type":48,"tag":67,"props":147,"children":149},{"className":148},[],[150],{"type":53,"value":151},"session.tools.getSchema({ domain, tool })",{"type":53,"value":153}," only when you need live inspection or argument confirmation.",{"type":48,"tag":87,"props":155,"children":156},{},[157,159,165,167,173],{"type":53,"value":158},"Prefer typed plugin SDK descriptors from any available official plugin ",{"type":48,"tag":67,"props":160,"children":162},{"className":161},[],[163],{"type":53,"value":164},".\u002Fsdk",{"type":53,"value":166}," export and call tools as ",{"type":48,"tag":67,"props":168,"children":170},{"className":169},[],[171],{"type":53,"value":172},"session.tools.call(descriptor, args)",{"type":53,"value":99},{"type":48,"tag":87,"props":175,"children":176},{},[177,179,185,187,192],{"type":53,"value":178},"Fall back to ",{"type":48,"tag":67,"props":180,"children":182},{"className":181},[],[183],{"type":53,"value":184},"session.tools.call({ domain, tool, args })",{"type":53,"value":186}," only when no matching ",{"type":48,"tag":67,"props":188,"children":190},{"className":189},[],[191],{"type":53,"value":164},{"type":53,"value":193}," descriptor is available or the tool is discovered dynamically at runtime.",{"type":48,"tag":87,"props":195,"children":196},{},[197,199,204,206,212],{"type":53,"value":198},"When you discover tools through ",{"type":48,"tag":67,"props":200,"children":202},{"className":201},[],[203],{"type":53,"value":143},{"type":53,"value":205},", treat the returned ",{"type":48,"tag":67,"props":207,"children":209},{"className":208},[],[210],{"type":53,"value":211},"shortName",{"type":53,"value":213}," as the canonical tool name to pass back into a later call-by-name invocation. Do not invent camelCase aliases or normalize tool names yourself.",{"type":48,"tag":87,"props":215,"children":216},{},[217,219,225,227,233,234,240,242,248,249,255,257,263],{"type":53,"value":218},"Prefer stable SDK domain identifiers such as built-in domain IDs (",{"type":48,"tag":67,"props":220,"children":222},{"className":221},[],[223],{"type":53,"value":224},"network",{"type":53,"value":226},", ",{"type":48,"tag":67,"props":228,"children":230},{"className":229},[],[231],{"type":53,"value":232},"react",{"type":53,"value":226},{"type":48,"tag":67,"props":235,"children":237},{"className":236},[],[238],{"type":53,"value":239},"memory",{"type":53,"value":241},") and plugin IDs (",{"type":48,"tag":67,"props":243,"children":245},{"className":244},[],[246],{"type":53,"value":247},"@rozenite\u002Fstorage-plugin",{"type":53,"value":226},{"type":48,"tag":67,"props":250,"children":252},{"className":251},[],[253],{"type":53,"value":254},"@rozenite\u002Ftanstack-query-plugin",{"type":53,"value":256},") over the derived, CLI-facing domain token like ",{"type":48,"tag":67,"props":258,"children":260},{"className":259},[],[261],{"type":53,"value":262},"storage",{"type":53,"value":99},{"type":48,"tag":87,"props":265,"children":266},{},[267,269,275],{"type":53,"value":268},"If paged results should be merged automatically, use ",{"type":48,"tag":67,"props":270,"children":272},{"className":271},[],[273],{"type":53,"value":274},"autoPaginate",{"type":53,"value":99},{"type":48,"tag":87,"props":277,"children":278},{},[279,281,286,288,294],{"type":53,"value":280},"If a plugin only mounts after navigation, navigate first, then refresh the live view with ",{"type":48,"tag":67,"props":282,"children":284},{"className":283},[],[285],{"type":53,"value":131},{"type":53,"value":287}," or ",{"type":48,"tag":67,"props":289,"children":291},{"className":290},[],[292],{"type":53,"value":293},"session.tools.list(...)",{"type":53,"value":295}," before calling the plugin tool.",{"type":48,"tag":87,"props":297,"children":298},{},[299,301,307,308,314],{"type":53,"value":300},"For advanced session control with ",{"type":48,"tag":67,"props":302,"children":304},{"className":303},[],[305],{"type":53,"value":306},"client.openSession()",{"type":53,"value":287},{"type":48,"tag":67,"props":309,"children":311},{"className":310},[],[312],{"type":53,"value":313},"client.attachSession(sessionId)",{"type":53,"value":315},", see the reference patterns.",{"type":48,"tag":87,"props":317,"children":318},{},[319],{"type":53,"value":320},"If a script encounters an unexpected runtime error, let the script fail clearly. Do not hide the failure by printing placeholder JSON.",{"type":48,"tag":76,"props":322,"children":324},{"id":323},"handoff",[325],{"type":53,"value":326},"Handoff",{"type":48,"tag":83,"props":328,"children":329},{},[330],{"type":48,"tag":87,"props":331,"children":332},{},[333,334,340,342,348,350,356],{"type":53,"value":125},{"type":48,"tag":67,"props":335,"children":337},{"className":336},[],[338],{"type":53,"value":339},"rozenite-agent",{"type":53,"value":341}," instead when the task is shell-driven, needs a reusable CLI session, operates directly through ",{"type":48,"tag":67,"props":343,"children":345},{"className":344},[],[346],{"type":53,"value":347},"rozenite agent ...",{"type":53,"value":349},", or requires target enumeration before choosing a ",{"type":48,"tag":67,"props":351,"children":353},{"className":352},[],[354],{"type":53,"value":355},"deviceId",{"type":53,"value":99},{"items":358,"total":381},[359,373],{"slug":339,"name":339,"fn":360,"description":361,"org":362,"tags":363,"stars":29,"repoUrl":30,"updatedAt":372},"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},[364,367,370],{"name":365,"slug":366,"type":16},"Mobile","mobile",{"name":368,"slug":369,"type":16},"Plugin Development","plugin-development",{"name":371,"slug":36,"type":16},"React Native","2026-07-31T05:52:54.56302",{"slug":4,"name":4,"fn":5,"description":6,"org":374,"tags":375,"stars":29,"repoUrl":30,"updatedAt":31},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[376,377,378,379,380],{"name":24,"slug":25,"type":16},{"name":14,"slug":15,"type":16},{"name":21,"slug":22,"type":16},{"name":27,"slug":28,"type":16},{"name":18,"slug":19,"type":16},2,{"items":383,"total":557},[384,404,416,434,448,460,475,494,508,520,537,551],{"slug":385,"name":385,"fn":386,"description":387,"org":388,"tags":389,"stars":401,"repoUrl":402,"updatedAt":403},"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},[390,393,396,399,400],{"name":391,"slug":392,"type":16},"Android","android",{"name":394,"slug":395,"type":16},"iOS","ios",{"name":397,"slug":398,"type":16},"Migration","migration",{"name":365,"slug":366,"type":16},{"name":371,"slug":36,"type":16},1527,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fagent-skills","2026-07-11T05:40:57.94641",{"slug":405,"name":405,"fn":406,"description":407,"org":408,"tags":409,"stars":401,"repoUrl":402,"updatedAt":415},"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},[410,413,414],{"name":411,"slug":412,"type":16},"Engineering","engineering",{"name":365,"slug":366,"type":16},{"name":371,"slug":36,"type":16},"2026-06-26T07:57:53.098041",{"slug":417,"name":417,"fn":418,"description":419,"org":420,"tags":421,"stars":401,"repoUrl":402,"updatedAt":433},"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},[422,425,428,430],{"name":423,"slug":424,"type":16},"CLI","cli",{"name":426,"slug":427,"type":16},"Code Review","code-review",{"name":429,"slug":417,"type":16},"GitHub",{"name":431,"slug":432,"type":16},"Pull Requests","pull-requests","2026-04-06T18:06:37.430056",{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":401,"repoUrl":402,"updatedAt":447},"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},[440,443,445,446],{"name":441,"slug":442,"type":16},"CI\u002FCD","cicd",{"name":444,"slug":435,"type":16},"GitHub Actions",{"name":365,"slug":366,"type":16},{"name":371,"slug":36,"type":16},"2026-04-06T18:06:38.661459",{"slug":449,"name":449,"fn":450,"description":451,"org":452,"tags":453,"stars":401,"repoUrl":402,"updatedAt":459},"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},[454,455,458],{"name":365,"slug":366,"type":16},{"name":456,"slug":457,"type":16},"Performance","performance",{"name":371,"slug":36,"type":16},"2026-04-06T18:06:41.158478",{"slug":461,"name":461,"fn":462,"description":463,"org":464,"tags":465,"stars":401,"repoUrl":402,"updatedAt":474},"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},[466,467,470,471,472,473],{"name":391,"slug":392,"type":16},{"name":468,"slug":469,"type":16},"Expo","expo",{"name":394,"slug":395,"type":16},{"name":397,"slug":398,"type":16},{"name":365,"slug":366,"type":16},{"name":371,"slug":36,"type":16},"2026-04-06T18:06:42.392689",{"slug":476,"name":476,"fn":477,"description":478,"org":479,"tags":480,"stars":401,"repoUrl":402,"updatedAt":493},"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},[481,484,487,488,489,490],{"name":482,"slug":483,"type":16},"Accessibility","accessibility",{"name":485,"slug":486,"type":16},"Frontend","frontend",{"name":365,"slug":366,"type":16},{"name":456,"slug":457,"type":16},{"name":371,"slug":36,"type":16},{"name":491,"slug":492,"type":16},"UI Components","ui-components","2026-06-28T08:04:16.29881",{"slug":495,"name":495,"fn":496,"description":497,"org":498,"tags":499,"stars":401,"repoUrl":402,"updatedAt":507},"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},[500,501,502,505],{"name":485,"slug":486,"type":16},{"name":365,"slug":366,"type":16},{"name":503,"slug":504,"type":16},"Navigation","navigation",{"name":506,"slug":232,"type":16},"React","2026-06-26T07:57:54.478042",{"slug":509,"name":509,"fn":510,"description":511,"org":512,"tags":513,"stars":401,"repoUrl":402,"updatedAt":519},"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},[514,515,516,517,518],{"name":391,"slug":392,"type":16},{"name":394,"slug":395,"type":16},{"name":397,"slug":398,"type":16},{"name":365,"slug":366,"type":16},{"name":371,"slug":36,"type":16},"2026-04-06T18:06:39.914409",{"slug":521,"name":521,"fn":522,"description":523,"org":524,"tags":525,"stars":534,"repoUrl":535,"updatedAt":536},"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},[526,529,532,533],{"name":527,"slug":528,"type":16},"AI Infrastructure","ai-infrastructure",{"name":530,"slug":531,"type":16},"LLM","llm",{"name":365,"slug":366,"type":16},{"name":371,"slug":36,"type":16},1371,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fai","2026-04-06T18:06:48.66379",{"slug":538,"name":538,"fn":539,"description":540,"org":541,"tags":542,"stars":548,"repoUrl":549,"updatedAt":550},"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},[543,544,545,546],{"name":468,"slug":469,"type":16},{"name":394,"slug":395,"type":16},{"name":365,"slug":366,"type":16},{"name":547,"slug":538,"type":16},"Voltra",787,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fvoltra","2026-04-06T18:06:47.399012",{"slug":339,"name":339,"fn":360,"description":361,"org":552,"tags":553,"stars":29,"repoUrl":30,"updatedAt":372},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[554,555,556],{"name":365,"slug":366,"type":16},{"name":368,"slug":369,"type":16},{"name":371,"slug":36,"type":16},15]