[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-callstack-voltra":3,"mdc-ny128w-key":39,"related-repo-callstack-voltra":745,"related-org-callstack-voltra":755},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":34,"sourceUrl":37,"mdContent":38},"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},"callstack","Callstack","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fcallstack.png","callstackincubator",[13,17,20,23],{"name":14,"slug":15,"type":16},"Expo","expo","tag",{"name":18,"slug":19,"type":16},"iOS","ios",{"name":21,"slug":22,"type":16},"Mobile","mobile",{"name":24,"slug":4,"type":16},"Voltra",787,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fvoltra","2026-04-06T18:06:47.399012",null,37,[19,31,32,33],"live-activity","react-native","widget",{"repoUrl":26,"stars":25,"forks":29,"topics":35,"description":36},[19,31,32,33],"Voltra lets React Native developers build native iOS Live Activities, Dynamic Island layouts, and widgets as React components without writing Swift. It supports hot reload, push updates, and includes a config plugin that wires everything automatically.","https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fvoltra\u002Ftree\u002FHEAD\u002Fskills\u002Fvoltra","---\nname: voltra\ndescription: 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.\nmetadata:\n  author: 'Saúl Sharma (https:\u002F\u002Fx.com\u002Fsaul_sharma), Szymon Chmal (https:\u002F\u002Fx.com\u002Fchmalszymon)'\n  version: 2.0.0\n---\n\n# Voltra\n\nUse this as the single Voltra skill entrypoint. Keep all product-wide ground truth here and load references from `references\u002F` as needed.\n\n## Voltra-Wide Ground Truth\n\n- Never generate native platform UI code for Voltra tasks. Use Voltra JSX and Voltra JS APIs.\n- Do not generate Swift, Kotlin, Java, Objective-C, or platform XML unless the user explicitly asks to edit an existing Voltra-supported Android widget preview XML file.\n- Always solve Voltra tasks through Voltra JavaScript or TypeScript APIs, JSX components, and the Expo config plugin first.\n- If a task appears to require native code, first check whether Voltra already exposes a JS API or config option. Prefer that path.\n- Do not scaffold native extension code manually. Voltra's config plugin owns native target setup.\n- Do not use plain React Native primitives inside Voltra-rendered trees. Avoid `View`, `Text`, `Pressable`, `TouchableOpacity`, and similar RN UI primitives for Live Activity or Android widget content.\n- For iOS app code, import `Voltra` from `@use-voltra\u002Fios` and runtime APIs from `@use-voltra\u002Fios-client`.\n- For Android app code, import `VoltraAndroid` from `@use-voltra\u002Fandroid` and runtime APIs from `@use-voltra\u002Fandroid-client`.\n- Keep iOS and Android authoring paths separate unless the user explicitly asks for a shared abstraction.\n- Update config before writing registration-dependent UI code.\n- Treat images as a Voltra concern, not a native-code concern. Prefer Voltra image props, Voltra asset directories, and Voltra preloading APIs.\n- When guidance conflicts, prefer this skill's internal references first, then hosted docs on `use-voltra.dev`.\n- Use hosted docs on `https:\u002F\u002Fuse-voltra.dev` when deeper documentation is needed.\n\n## Reference Routing\n\nRead only the references needed for the current task:\n\n- Setup, install, Expo Dev Client, `expo prebuild`: `references\u002Fsetup.md`\n- React Native CLI projects and `voltra apply`: `references\u002Freact-native-cli.md`\n- `app.json`, `app.config.*`, plugin keys, widget registration, `groupIdentifier`, `enablePushNotifications`: `references\u002Fapp-config.md`\n- Exact plugin fields and widget registration schema: `references\u002Fplugin-schema.md`\n- iOS Live Activities, Dynamic Island, lock screen variants, supplemental activity families: `references\u002Fios-live-activities.md`\n- Exact Live Activity variant shapes: `references\u002Fvariant-shapes.md`\n- iOS Home Screen widgets, accessory widgets, scheduled widgets, widget timelines, widget families, `VoltraWidgetPreview`, `updateWidget`, `scheduleWidget`, `reloadWidgets`, `getActiveWidgets`: `references\u002Fios-widgets.md`\n- Exact iOS widget families and fallback behavior: `references\u002Fwidget-families.md`\n- Charts for iOS widgets, Live Activities, and Android widgets: `references\u002Fcharts.md`\n- Android widgets, Android widget previews, pre-rendering, widget updates: `references\u002Fandroid-widgets.md`\n- Android ongoing notifications, notification channels, and background-task updates: `references\u002Fandroid-ongoing-notifications.md`\n- Server-driven widgets, `serverUpdate`, widget polling flows, `createWidgetUpdateHandler`, `setWidgetServerCredentials`, `clearWidgetServerCredentials`: `references\u002Fserver-driven-widgets.md`\n- Android component choices and widget API checklist: `references\u002Fcomponent-mapping.md`, `references\u002Fruntime-api-checklist.md`\n- APNS, push tokens, push-to-start, channel IDs, server-rendered Live Activity payloads: `references\u002Fios-server-updates.md` and usually `references\u002Fios-live-activities.md`\n- Exact APNS flow details: `references\u002Fpush-flow.md`\n- Image handling for Voltra surfaces: `references\u002Fimages.md` plus the target surface reference\n\n## Working Style\n\n1. Identify the target platform and surface first.\n2. Confirm the correct Voltra namespace and JS entrypoint.\n3. If the task involves charts, verify the public JSX props and platform behavior before writing code or docs.\n4. Update config before writing registration-dependent UI code.\n5. Read only the domain references needed for the task.\n6. Use Voltra APIs that already exist in the repo before inventing new abstractions.\n7. Keep answers scoped to the requested platform.\n\n## Reference Index\n\n- `references\u002Fsource-of-truth.md`\n- `references\u002Fimages.md`\n- `references\u002Fsetup.md`\n- `references\u002Freact-native-cli.md`\n- `references\u002Fapp-config.md`\n- `references\u002Fplugin-schema.md`\n- `references\u002Fios-live-activities.md`\n- `references\u002Fvariant-shapes.md`\n- `references\u002Fios-widgets.md`\n- `references\u002Fwidget-families.md`\n- `references\u002Fcharts.md`\n- `references\u002Fandroid-widgets.md`\n- `references\u002Fandroid-ongoing-notifications.md`\n- `references\u002Fserver-driven-widgets.md`\n- `references\u002Fcomponent-mapping.md`\n- `references\u002Fruntime-api-checklist.md`\n- `references\u002Fios-server-updates.md`\n- `references\u002Fpush-flow.md`\n",{"data":40,"body":44},{"name":4,"description":6,"metadata":41},{"author":42,"version":43},"Saúl Sharma (https:\u002F\u002Fx.com\u002Fsaul_sharma), Szymon Chmal (https:\u002F\u002Fx.com\u002Fchmalszymon)","2.0.0",{"type":45,"children":46},"root",[47,54,69,76,235,241,246,547,553,591,597],{"type":48,"tag":49,"props":50,"children":51},"element","h1",{"id":4},[52],{"type":53,"value":24},"text",{"type":48,"tag":55,"props":56,"children":57},"p",{},[58,60,67],{"type":53,"value":59},"Use this as the single Voltra skill entrypoint. Keep all product-wide ground truth here and load references from ",{"type":48,"tag":61,"props":62,"children":64},"code",{"className":63},[],[65],{"type":53,"value":66},"references\u002F",{"type":53,"value":68}," as needed.",{"type":48,"tag":70,"props":71,"children":73},"h2",{"id":72},"voltra-wide-ground-truth",[74],{"type":53,"value":75},"Voltra-Wide Ground Truth",{"type":48,"tag":77,"props":78,"children":79},"ul",{},[80,86,91,96,101,106,141,169,195,200,205,210,222],{"type":48,"tag":81,"props":82,"children":83},"li",{},[84],{"type":53,"value":85},"Never generate native platform UI code for Voltra tasks. Use Voltra JSX and Voltra JS APIs.",{"type":48,"tag":81,"props":87,"children":88},{},[89],{"type":53,"value":90},"Do not generate Swift, Kotlin, Java, Objective-C, or platform XML unless the user explicitly asks to edit an existing Voltra-supported Android widget preview XML file.",{"type":48,"tag":81,"props":92,"children":93},{},[94],{"type":53,"value":95},"Always solve Voltra tasks through Voltra JavaScript or TypeScript APIs, JSX components, and the Expo config plugin first.",{"type":48,"tag":81,"props":97,"children":98},{},[99],{"type":53,"value":100},"If a task appears to require native code, first check whether Voltra already exposes a JS API or config option. Prefer that path.",{"type":48,"tag":81,"props":102,"children":103},{},[104],{"type":53,"value":105},"Do not scaffold native extension code manually. Voltra's config plugin owns native target setup.",{"type":48,"tag":81,"props":107,"children":108},{},[109,111,117,119,125,126,132,133,139],{"type":53,"value":110},"Do not use plain React Native primitives inside Voltra-rendered trees. Avoid ",{"type":48,"tag":61,"props":112,"children":114},{"className":113},[],[115],{"type":53,"value":116},"View",{"type":53,"value":118},", ",{"type":48,"tag":61,"props":120,"children":122},{"className":121},[],[123],{"type":53,"value":124},"Text",{"type":53,"value":118},{"type":48,"tag":61,"props":127,"children":129},{"className":128},[],[130],{"type":53,"value":131},"Pressable",{"type":53,"value":118},{"type":48,"tag":61,"props":134,"children":136},{"className":135},[],[137],{"type":53,"value":138},"TouchableOpacity",{"type":53,"value":140},", and similar RN UI primitives for Live Activity or Android widget content.",{"type":48,"tag":81,"props":142,"children":143},{},[144,146,151,153,159,161,167],{"type":53,"value":145},"For iOS app code, import ",{"type":48,"tag":61,"props":147,"children":149},{"className":148},[],[150],{"type":53,"value":24},{"type":53,"value":152}," from ",{"type":48,"tag":61,"props":154,"children":156},{"className":155},[],[157],{"type":53,"value":158},"@use-voltra\u002Fios",{"type":53,"value":160}," and runtime APIs from ",{"type":48,"tag":61,"props":162,"children":164},{"className":163},[],[165],{"type":53,"value":166},"@use-voltra\u002Fios-client",{"type":53,"value":168},".",{"type":48,"tag":81,"props":170,"children":171},{},[172,174,180,181,187,188,194],{"type":53,"value":173},"For Android app code, import ",{"type":48,"tag":61,"props":175,"children":177},{"className":176},[],[178],{"type":53,"value":179},"VoltraAndroid",{"type":53,"value":152},{"type":48,"tag":61,"props":182,"children":184},{"className":183},[],[185],{"type":53,"value":186},"@use-voltra\u002Fandroid",{"type":53,"value":160},{"type":48,"tag":61,"props":189,"children":191},{"className":190},[],[192],{"type":53,"value":193},"@use-voltra\u002Fandroid-client",{"type":53,"value":168},{"type":48,"tag":81,"props":196,"children":197},{},[198],{"type":53,"value":199},"Keep iOS and Android authoring paths separate unless the user explicitly asks for a shared abstraction.",{"type":48,"tag":81,"props":201,"children":202},{},[203],{"type":53,"value":204},"Update config before writing registration-dependent UI code.",{"type":48,"tag":81,"props":206,"children":207},{},[208],{"type":53,"value":209},"Treat images as a Voltra concern, not a native-code concern. Prefer Voltra image props, Voltra asset directories, and Voltra preloading APIs.",{"type":48,"tag":81,"props":211,"children":212},{},[213,215,221],{"type":53,"value":214},"When guidance conflicts, prefer this skill's internal references first, then hosted docs on ",{"type":48,"tag":61,"props":216,"children":218},{"className":217},[],[219],{"type":53,"value":220},"use-voltra.dev",{"type":53,"value":168},{"type":48,"tag":81,"props":223,"children":224},{},[225,227,233],{"type":53,"value":226},"Use hosted docs on ",{"type":48,"tag":61,"props":228,"children":230},{"className":229},[],[231],{"type":53,"value":232},"https:\u002F\u002Fuse-voltra.dev",{"type":53,"value":234}," when deeper documentation is needed.",{"type":48,"tag":70,"props":236,"children":238},{"id":237},"reference-routing",[239],{"type":53,"value":240},"Reference Routing",{"type":48,"tag":55,"props":242,"children":243},{},[244],{"type":53,"value":245},"Read only the references needed for the current task:",{"type":48,"tag":77,"props":247,"children":248},{},[249,268,286,324,335,346,357,403,414,425,436,447,487,505,523,534],{"type":48,"tag":81,"props":250,"children":251},{},[252,254,260,262],{"type":53,"value":253},"Setup, install, Expo Dev Client, ",{"type":48,"tag":61,"props":255,"children":257},{"className":256},[],[258],{"type":53,"value":259},"expo prebuild",{"type":53,"value":261},": ",{"type":48,"tag":61,"props":263,"children":265},{"className":264},[],[266],{"type":53,"value":267},"references\u002Fsetup.md",{"type":48,"tag":81,"props":269,"children":270},{},[271,273,279,280],{"type":53,"value":272},"React Native CLI projects and ",{"type":48,"tag":61,"props":274,"children":276},{"className":275},[],[277],{"type":53,"value":278},"voltra apply",{"type":53,"value":261},{"type":48,"tag":61,"props":281,"children":283},{"className":282},[],[284],{"type":53,"value":285},"references\u002Freact-native-cli.md",{"type":48,"tag":81,"props":287,"children":288},{},[289,295,296,302,304,310,311,317,318],{"type":48,"tag":61,"props":290,"children":292},{"className":291},[],[293],{"type":53,"value":294},"app.json",{"type":53,"value":118},{"type":48,"tag":61,"props":297,"children":299},{"className":298},[],[300],{"type":53,"value":301},"app.config.*",{"type":53,"value":303},", plugin keys, widget registration, ",{"type":48,"tag":61,"props":305,"children":307},{"className":306},[],[308],{"type":53,"value":309},"groupIdentifier",{"type":53,"value":118},{"type":48,"tag":61,"props":312,"children":314},{"className":313},[],[315],{"type":53,"value":316},"enablePushNotifications",{"type":53,"value":261},{"type":48,"tag":61,"props":319,"children":321},{"className":320},[],[322],{"type":53,"value":323},"references\u002Fapp-config.md",{"type":48,"tag":81,"props":325,"children":326},{},[327,329],{"type":53,"value":328},"Exact plugin fields and widget registration schema: ",{"type":48,"tag":61,"props":330,"children":332},{"className":331},[],[333],{"type":53,"value":334},"references\u002Fplugin-schema.md",{"type":48,"tag":81,"props":336,"children":337},{},[338,340],{"type":53,"value":339},"iOS Live Activities, Dynamic Island, lock screen variants, supplemental activity families: ",{"type":48,"tag":61,"props":341,"children":343},{"className":342},[],[344],{"type":53,"value":345},"references\u002Fios-live-activities.md",{"type":48,"tag":81,"props":347,"children":348},{},[349,351],{"type":53,"value":350},"Exact Live Activity variant shapes: ",{"type":48,"tag":61,"props":352,"children":354},{"className":353},[],[355],{"type":53,"value":356},"references\u002Fvariant-shapes.md",{"type":48,"tag":81,"props":358,"children":359},{},[360,362,368,369,375,376,382,383,389,390,396,397],{"type":53,"value":361},"iOS Home Screen widgets, accessory widgets, scheduled widgets, widget timelines, widget families, ",{"type":48,"tag":61,"props":363,"children":365},{"className":364},[],[366],{"type":53,"value":367},"VoltraWidgetPreview",{"type":53,"value":118},{"type":48,"tag":61,"props":370,"children":372},{"className":371},[],[373],{"type":53,"value":374},"updateWidget",{"type":53,"value":118},{"type":48,"tag":61,"props":377,"children":379},{"className":378},[],[380],{"type":53,"value":381},"scheduleWidget",{"type":53,"value":118},{"type":48,"tag":61,"props":384,"children":386},{"className":385},[],[387],{"type":53,"value":388},"reloadWidgets",{"type":53,"value":118},{"type":48,"tag":61,"props":391,"children":393},{"className":392},[],[394],{"type":53,"value":395},"getActiveWidgets",{"type":53,"value":261},{"type":48,"tag":61,"props":398,"children":400},{"className":399},[],[401],{"type":53,"value":402},"references\u002Fios-widgets.md",{"type":48,"tag":81,"props":404,"children":405},{},[406,408],{"type":53,"value":407},"Exact iOS widget families and fallback behavior: ",{"type":48,"tag":61,"props":409,"children":411},{"className":410},[],[412],{"type":53,"value":413},"references\u002Fwidget-families.md",{"type":48,"tag":81,"props":415,"children":416},{},[417,419],{"type":53,"value":418},"Charts for iOS widgets, Live Activities, and Android widgets: ",{"type":48,"tag":61,"props":420,"children":422},{"className":421},[],[423],{"type":53,"value":424},"references\u002Fcharts.md",{"type":48,"tag":81,"props":426,"children":427},{},[428,430],{"type":53,"value":429},"Android widgets, Android widget previews, pre-rendering, widget updates: ",{"type":48,"tag":61,"props":431,"children":433},{"className":432},[],[434],{"type":53,"value":435},"references\u002Fandroid-widgets.md",{"type":48,"tag":81,"props":437,"children":438},{},[439,441],{"type":53,"value":440},"Android ongoing notifications, notification channels, and background-task updates: ",{"type":48,"tag":61,"props":442,"children":444},{"className":443},[],[445],{"type":53,"value":446},"references\u002Fandroid-ongoing-notifications.md",{"type":48,"tag":81,"props":448,"children":449},{},[450,452,458,460,466,467,473,474,480,481],{"type":53,"value":451},"Server-driven widgets, ",{"type":48,"tag":61,"props":453,"children":455},{"className":454},[],[456],{"type":53,"value":457},"serverUpdate",{"type":53,"value":459},", widget polling flows, ",{"type":48,"tag":61,"props":461,"children":463},{"className":462},[],[464],{"type":53,"value":465},"createWidgetUpdateHandler",{"type":53,"value":118},{"type":48,"tag":61,"props":468,"children":470},{"className":469},[],[471],{"type":53,"value":472},"setWidgetServerCredentials",{"type":53,"value":118},{"type":48,"tag":61,"props":475,"children":477},{"className":476},[],[478],{"type":53,"value":479},"clearWidgetServerCredentials",{"type":53,"value":261},{"type":48,"tag":61,"props":482,"children":484},{"className":483},[],[485],{"type":53,"value":486},"references\u002Fserver-driven-widgets.md",{"type":48,"tag":81,"props":488,"children":489},{},[490,492,498,499],{"type":53,"value":491},"Android component choices and widget API checklist: ",{"type":48,"tag":61,"props":493,"children":495},{"className":494},[],[496],{"type":53,"value":497},"references\u002Fcomponent-mapping.md",{"type":53,"value":118},{"type":48,"tag":61,"props":500,"children":502},{"className":501},[],[503],{"type":53,"value":504},"references\u002Fruntime-api-checklist.md",{"type":48,"tag":81,"props":506,"children":507},{},[508,510,516,518],{"type":53,"value":509},"APNS, push tokens, push-to-start, channel IDs, server-rendered Live Activity payloads: ",{"type":48,"tag":61,"props":511,"children":513},{"className":512},[],[514],{"type":53,"value":515},"references\u002Fios-server-updates.md",{"type":53,"value":517}," and usually ",{"type":48,"tag":61,"props":519,"children":521},{"className":520},[],[522],{"type":53,"value":345},{"type":48,"tag":81,"props":524,"children":525},{},[526,528],{"type":53,"value":527},"Exact APNS flow details: ",{"type":48,"tag":61,"props":529,"children":531},{"className":530},[],[532],{"type":53,"value":533},"references\u002Fpush-flow.md",{"type":48,"tag":81,"props":535,"children":536},{},[537,539,545],{"type":53,"value":538},"Image handling for Voltra surfaces: ",{"type":48,"tag":61,"props":540,"children":542},{"className":541},[],[543],{"type":53,"value":544},"references\u002Fimages.md",{"type":53,"value":546}," plus the target surface reference",{"type":48,"tag":70,"props":548,"children":550},{"id":549},"working-style",[551],{"type":53,"value":552},"Working Style",{"type":48,"tag":554,"props":555,"children":556},"ol",{},[557,562,567,572,576,581,586],{"type":48,"tag":81,"props":558,"children":559},{},[560],{"type":53,"value":561},"Identify the target platform and surface first.",{"type":48,"tag":81,"props":563,"children":564},{},[565],{"type":53,"value":566},"Confirm the correct Voltra namespace and JS entrypoint.",{"type":48,"tag":81,"props":568,"children":569},{},[570],{"type":53,"value":571},"If the task involves charts, verify the public JSX props and platform behavior before writing code or docs.",{"type":48,"tag":81,"props":573,"children":574},{},[575],{"type":53,"value":204},{"type":48,"tag":81,"props":577,"children":578},{},[579],{"type":53,"value":580},"Read only the domain references needed for the task.",{"type":48,"tag":81,"props":582,"children":583},{},[584],{"type":53,"value":585},"Use Voltra APIs that already exist in the repo before inventing new abstractions.",{"type":48,"tag":81,"props":587,"children":588},{},[589],{"type":53,"value":590},"Keep answers scoped to the requested platform.",{"type":48,"tag":70,"props":592,"children":594},{"id":593},"reference-index",[595],{"type":53,"value":596},"Reference Index",{"type":48,"tag":77,"props":598,"children":599},{},[600,609,617,625,633,641,649,657,665,673,681,689,697,705,713,721,729,737],{"type":48,"tag":81,"props":601,"children":602},{},[603],{"type":48,"tag":61,"props":604,"children":606},{"className":605},[],[607],{"type":53,"value":608},"references\u002Fsource-of-truth.md",{"type":48,"tag":81,"props":610,"children":611},{},[612],{"type":48,"tag":61,"props":613,"children":615},{"className":614},[],[616],{"type":53,"value":544},{"type":48,"tag":81,"props":618,"children":619},{},[620],{"type":48,"tag":61,"props":621,"children":623},{"className":622},[],[624],{"type":53,"value":267},{"type":48,"tag":81,"props":626,"children":627},{},[628],{"type":48,"tag":61,"props":629,"children":631},{"className":630},[],[632],{"type":53,"value":285},{"type":48,"tag":81,"props":634,"children":635},{},[636],{"type":48,"tag":61,"props":637,"children":639},{"className":638},[],[640],{"type":53,"value":323},{"type":48,"tag":81,"props":642,"children":643},{},[644],{"type":48,"tag":61,"props":645,"children":647},{"className":646},[],[648],{"type":53,"value":334},{"type":48,"tag":81,"props":650,"children":651},{},[652],{"type":48,"tag":61,"props":653,"children":655},{"className":654},[],[656],{"type":53,"value":345},{"type":48,"tag":81,"props":658,"children":659},{},[660],{"type":48,"tag":61,"props":661,"children":663},{"className":662},[],[664],{"type":53,"value":356},{"type":48,"tag":81,"props":666,"children":667},{},[668],{"type":48,"tag":61,"props":669,"children":671},{"className":670},[],[672],{"type":53,"value":402},{"type":48,"tag":81,"props":674,"children":675},{},[676],{"type":48,"tag":61,"props":677,"children":679},{"className":678},[],[680],{"type":53,"value":413},{"type":48,"tag":81,"props":682,"children":683},{},[684],{"type":48,"tag":61,"props":685,"children":687},{"className":686},[],[688],{"type":53,"value":424},{"type":48,"tag":81,"props":690,"children":691},{},[692],{"type":48,"tag":61,"props":693,"children":695},{"className":694},[],[696],{"type":53,"value":435},{"type":48,"tag":81,"props":698,"children":699},{},[700],{"type":48,"tag":61,"props":701,"children":703},{"className":702},[],[704],{"type":53,"value":446},{"type":48,"tag":81,"props":706,"children":707},{},[708],{"type":48,"tag":61,"props":709,"children":711},{"className":710},[],[712],{"type":53,"value":486},{"type":48,"tag":81,"props":714,"children":715},{},[716],{"type":48,"tag":61,"props":717,"children":719},{"className":718},[],[720],{"type":53,"value":497},{"type":48,"tag":81,"props":722,"children":723},{},[724],{"type":48,"tag":61,"props":725,"children":727},{"className":726},[],[728],{"type":53,"value":504},{"type":48,"tag":81,"props":730,"children":731},{},[732],{"type":48,"tag":61,"props":733,"children":735},{"className":734},[],[736],{"type":53,"value":515},{"type":48,"tag":81,"props":738,"children":739},{},[740],{"type":48,"tag":61,"props":741,"children":743},{"className":742},[],[744],{"type":53,"value":533},{"items":746,"total":754},[747],{"slug":4,"name":4,"fn":5,"description":6,"org":748,"tags":749,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[750,751,752,753],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":24,"slug":4,"type":16},1,{"items":756,"total":929},[757,776,788,806,820,832,845,864,879,891,908,915],{"slug":758,"name":758,"fn":759,"description":760,"org":761,"tags":762,"stars":773,"repoUrl":774,"updatedAt":775},"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},[763,766,767,770,771],{"name":764,"slug":765,"type":16},"Android","android",{"name":18,"slug":19,"type":16},{"name":768,"slug":769,"type":16},"Migration","migration",{"name":21,"slug":22,"type":16},{"name":772,"slug":32,"type":16},"React Native",1527,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fagent-skills","2026-07-11T05:40:57.94641",{"slug":777,"name":777,"fn":778,"description":779,"org":780,"tags":781,"stars":773,"repoUrl":774,"updatedAt":787},"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},[782,785,786],{"name":783,"slug":784,"type":16},"Engineering","engineering",{"name":21,"slug":22,"type":16},{"name":772,"slug":32,"type":16},"2026-06-26T07:57:53.098041",{"slug":789,"name":789,"fn":790,"description":791,"org":792,"tags":793,"stars":773,"repoUrl":774,"updatedAt":805},"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},[794,797,800,802],{"name":795,"slug":796,"type":16},"CLI","cli",{"name":798,"slug":799,"type":16},"Code Review","code-review",{"name":801,"slug":789,"type":16},"GitHub",{"name":803,"slug":804,"type":16},"Pull Requests","pull-requests","2026-04-06T18:06:37.430056",{"slug":807,"name":807,"fn":808,"description":809,"org":810,"tags":811,"stars":773,"repoUrl":774,"updatedAt":819},"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},[812,815,817,818],{"name":813,"slug":814,"type":16},"CI\u002FCD","cicd",{"name":816,"slug":807,"type":16},"GitHub Actions",{"name":21,"slug":22,"type":16},{"name":772,"slug":32,"type":16},"2026-04-06T18:06:38.661459",{"slug":821,"name":821,"fn":822,"description":823,"org":824,"tags":825,"stars":773,"repoUrl":774,"updatedAt":831},"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},[826,827,830],{"name":21,"slug":22,"type":16},{"name":828,"slug":829,"type":16},"Performance","performance",{"name":772,"slug":32,"type":16},"2026-04-06T18:06:41.158478",{"slug":833,"name":833,"fn":834,"description":835,"org":836,"tags":837,"stars":773,"repoUrl":774,"updatedAt":844},"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},[838,839,840,841,842,843],{"name":764,"slug":765,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":768,"slug":769,"type":16},{"name":21,"slug":22,"type":16},{"name":772,"slug":32,"type":16},"2026-04-06T18:06:42.392689",{"slug":846,"name":846,"fn":847,"description":848,"org":849,"tags":850,"stars":773,"repoUrl":774,"updatedAt":863},"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},[851,854,857,858,859,860],{"name":852,"slug":853,"type":16},"Accessibility","accessibility",{"name":855,"slug":856,"type":16},"Frontend","frontend",{"name":21,"slug":22,"type":16},{"name":828,"slug":829,"type":16},{"name":772,"slug":32,"type":16},{"name":861,"slug":862,"type":16},"UI Components","ui-components","2026-06-28T08:04:16.29881",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":773,"repoUrl":774,"updatedAt":878},"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},[870,871,872,875],{"name":855,"slug":856,"type":16},{"name":21,"slug":22,"type":16},{"name":873,"slug":874,"type":16},"Navigation","navigation",{"name":876,"slug":877,"type":16},"React","react","2026-06-26T07:57:54.478042",{"slug":880,"name":880,"fn":881,"description":882,"org":883,"tags":884,"stars":773,"repoUrl":774,"updatedAt":890},"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},[885,886,887,888,889],{"name":764,"slug":765,"type":16},{"name":18,"slug":19,"type":16},{"name":768,"slug":769,"type":16},{"name":21,"slug":22,"type":16},{"name":772,"slug":32,"type":16},"2026-04-06T18:06:39.914409",{"slug":892,"name":892,"fn":893,"description":894,"org":895,"tags":896,"stars":905,"repoUrl":906,"updatedAt":907},"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},[897,900,903,904],{"name":898,"slug":899,"type":16},"AI Infrastructure","ai-infrastructure",{"name":901,"slug":902,"type":16},"LLM","llm",{"name":21,"slug":22,"type":16},{"name":772,"slug":32,"type":16},1371,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Fai","2026-04-06T18:06:48.66379",{"slug":4,"name":4,"fn":5,"description":6,"org":909,"tags":910,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[911,912,913,914],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":21,"slug":22,"type":16},{"name":24,"slug":4,"type":16},{"slug":916,"name":916,"fn":917,"description":918,"org":919,"tags":920,"stars":926,"repoUrl":927,"updatedAt":928},"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},[921,922,925],{"name":21,"slug":22,"type":16},{"name":923,"slug":924,"type":16},"Plugin Development","plugin-development",{"name":772,"slug":32,"type":16},633,"https:\u002F\u002Fgithub.com\u002Fcallstackincubator\u002Frozenite","2026-07-31T05:52:54.56302",15]