[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-omniverse-realtime-viewer":3,"mdc--edurwv-key":30,"related-repo-openai-omniverse-realtime-viewer":801,"related-org-openai-omniverse-realtime-viewer":922},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":19,"repoUrl":20,"updatedAt":21,"license":22,"forks":23,"topics":24,"repo":25,"sourceUrl":28,"mdContent":29},"omniverse-realtime-viewer","view and route Omniverse USD applications","Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16],{"name":13,"slug":14,"type":15},"Graphics","graphics","tag",{"name":17,"slug":18,"type":15},"Design","design",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102","Apache-2.0",465,[],{"repoUrl":20,"stars":19,"forks":23,"topics":26,"description":27},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fnvidia\u002Fskills\u002Fomniverse-realtime-viewer","---\nname: omniverse-realtime-viewer\ndescription: \"Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.\"\nversion: \"0.1.0\"\nlicense: Apache-2.0\ntools:\n  - Read\n  - Shell\n  - Write\ncompatibility: >\n  Orchestrator skill. Downstream focused references may require NVIDIA GPUs, ovrtx,\n  ovstream, ovui, OpenUSD, Python, Node\u002FReact, Tauri, Electron, C++, or cloud\n  GPU deployment access depending on the selected viewer path.\nmetadata:\n  author: NVIDIA Omniverse\n  tags:\n    - omniverse\n    - usd\n    - viewer\n    - workflow\n  domain: ai-ml\n  languages:\n    - python\n    - typescript\n    - cpp\n---\n\n\u003C!-- SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. -->\n\u003C!-- SPDX-License-Identifier: Apache-2.0 -->\n\n# Omniverse Realtime Viewer\n\nThis is the top-level entry point for the Omniverse Realtime Viewer skill package.\nIt is self-contained: all required routing, conventions, and validation\nguidance live in the selected references.\n\nUse the focused reference documents as implementation recipes. This file chooses the\nright recipes and preserves the architectural rules that must hold across all\ngenerated viewer apps.\n\n## Instructions\n\nStart by classifying the requested viewer, then read only the references needed\nfor that delivery path and feature set. Implement the render path first, layer\ninteraction and UI behavior on top of it, and finish by capturing validation\nevidence from `references\u002Fvalidation.md`.\n\n## Read Order\n\n1. Read `references\u002Frouting.md` to choose the delivery path and focused references.\n2. Read `references\u002Fconventions.md` before implementing camera, input,\n   selection, viewport, streaming protocol, scene loading, or environment\n   behavior.\n3. For broad viewer requests, read `references\u002Fusd-viewer-app\u002FREADME.md`.\n4. If the delivery path is unclear, read `references\u002Fstreaming-vs-local\u002FREADME.md`.\n5. If the prompt includes layout, panels, controls, inspectors, status, or UX,\n   read `references\u002Fviewer-ux-workflow\u002FREADME.md` and then the focused viewer UI references.\n   This applies to React\u002FWebRTC, Tauri, Electron, `ovui`, `ovwidgets`, and Dear\n   ImGui apps; \"frontend\" means user-facing UI, not only browser UI.\n6. For viewport interaction, read `references\u002Fviewer-input-routing\u002FREADME.md` before\n   `references\u002Fcamera-controls\u002FREADME.md`, `references\u002Fnative-picking-selection\u002FREADME.md`, or `references\u002Fobject-selection\u002FREADME.md`.\n7. Read only the focused capability references needed for the requested app.\n8. Use `references\u002Fvalidation.md` to capture review evidence before handoff.\n\n## Non-Negotiables\n\n- Use `ovrtx` for all USD and 3D rendering.\n- Browser apps display an `ovstream` WebRTC video stream plus UI. The browser\n  does not render USD geometry.\n- Do not substitute WebGL, Three.js, Babylon.js, PlayCanvas, A-Frame,\n  model-viewer, react-three-fiber, glTF browser viewers, or other client-side\n  3D renderers.\n- If local validation cannot run because the GPU\u002Fruntime environment is absent,\n  scaffold the `ovrtx` path and document the runtime requirement. Do not add a\n  browser-renderer fallback.\n- Keep user USD files unmodified. Viewer cameras, render products, render vars,\n  settings, selection metadata, and runtime state belong in session\u002Fcomposite\n  layers or app state.\n- Keep one owner for `renderer.step()`, stage mutation, native picking,\n  selection writes, and live attribute writes.\n- Keep dependency acquisition in `references\u002Fdependencies\u002FREADME.md` and deployment choices in\n  `references\u002Fcloud-deployment\u002FREADME.md`; do not duplicate package locations or deployment setup.\n\n## Focused Reference Families\n\n- Entry points and recipes: `references\u002Fusd-viewer-app\u002FREADME.md`, `references\u002Fstreaming-viewer-recipe\u002FREADME.md`,\n  `references\u002Fovui-local-viewer-recipe\u002FREADME.md`, `references\u002Fstreaming-vs-local\u002FREADME.md`, `references\u002Felectron-shm-viewer\u002FREADME.md`,\n  `references\u002Fovwidgets-editor-shell\u002FREADME.md`.\n- Rendering and stage: `references\u002Fovrtx-rendering\u002FREADME.md`, `references\u002Fstage-loading\u002FREADME.md`, `references\u002Fstage-management\u002FREADME.md`,\n  `references\u002Frender-settings\u002FREADME.md`, `references\u002Faov-switching\u002FREADME.md`, `references\u002Fstage-hierarchy\u002FREADME.md`, `references\u002Fstage-queries\u002FREADME.md`,\n  `references\u002Fstage-attribute-reads\u002FREADME.md`, `references\u002Fprim-transform-safety\u002FREADME.md`, `references\u002Fusd-sample-data\u002FREADME.md`.\n- Delivery and runtime: `references\u002Fstreaming-server\u002FREADME.md`, `references\u002Fstreaming-client\u002FREADME.md`,\n  `references\u002Fstreaming-messages\u002FREADME.md`, `references\u002Fstreaming-lifecycle\u002FREADME.md`, `references\u002Flocal-viewer\u002FREADME.md`,\n  `references\u002Ftauri-local-viewer\u002FREADME.md`, `references\u002Fcpp-native-viewer\u002FREADME.md`, `references\u002Fheadless-shm-cli\u002FREADME.md`,\n  `references\u002Fviewer-backend-interface\u002FREADME.md`, `references\u002Fwebgl-shm-transport\u002FREADME.md`.\n- Viewer UI\u002FUX: `references\u002Fviewer-ux-workflow\u002FREADME.md`, `references\u002Fviewer-layout-patterns\u002FREADME.md`,\n  `references\u002Fviewer-control-patterns\u002FREADME.md`, `references\u002Fviewer-data-view-patterns\u002FREADME.md`,\n  `references\u002Fviewer-feedback-status\u002FREADME.md`.\n- Interaction: `references\u002Fviewer-input-routing\u002FREADME.md`, `references\u002Fcamera-controls\u002FREADME.md`,\n  `references\u002Fobject-selection\u002FREADME.md`, `references\u002Fnative-picking-selection\u002FREADME.md`, `references\u002Fselection-feedback\u002FREADME.md`,\n  `references\u002Fselection-animation\u002FREADME.md`, `references\u002Ftransform-manipulator\u002FREADME.md`, `references\u002Fgl-viewport-overlay\u002FREADME.md`,\n  `references\u002Fovui-library\u002FREADME.md`, `references\u002Fprim-pick-effects\u002FREADME.md`, `references\u002Fprim-info-display\u002FREADME.md`,\n  `references\u002Fviewport-overlays\u002FREADME.md`.\n- Infrastructure: `references\u002Fdependencies\u002FREADME.md`, `references\u002Fwindows-native-setup\u002FREADME.md`, `references\u002Fcloud-assets\u002FREADME.md`,\n  `references\u002Fcloud-deployment\u002FREADME.md`, `references\u002Ftroubleshooting\u002FREADME.md`.\n\n## Build Workflow\n\n1. Classify the prompt by delivery path, target user, required capabilities,\n   runtime environment, validation needs, and explicit constraints.\n2. Select a small reference set. Start with the recipe or routing reference, then add\n   focused capabilities such as camera, picking, hierarchy, properties, render\n   settings, transform tools, cloud assets, or deployment.\n3. Read selected references before writing app code. Follow their build order,\n   import order, data-channel contracts, and renderer ownership rules.\n4. Implement the core render path first, then input routing and camera, then\n   selection and data panels, then scene\u002Fsettings features, then packaging or\n   deployment.\n5. Treat the selected references as the behavior contract for API shape,\n   compatibility, and generated project structure.\n6. Capture validation evidence before calling the viewer ready.\n\n## Examples\n\n- For a browser viewer request, use the streaming recipe references plus camera,\n  picking, hierarchy, properties, render settings, and stream-status references.\n- For a local workstation viewer request, use the local or native delivery\n  references plus renderer setup, stage loading, viewport input, and validation.\n\n## Completion Checklist\n\n- Selected references match the user's intent and delivery path.\n- No code path uses a browser-side 3D renderer for USD.\n- The generated app has one clear owner for render stepping and stage mutation.\n- User USD files remain untouched by viewer-owned session data.\n- Camera, input, selection, scene loading, and stream behavior follow\n  `references\u002Fconventions.md`.\n- Setup\u002Fbuild\u002Frun results and visual interaction evidence are captured with\n  `references\u002Fvalidation.md`.\n",{"data":31,"body":50},{"name":4,"description":6,"version":32,"license":22,"tools":33,"compatibility":37,"metadata":38},"0.1.0",[34,35,36],"Read","Shell","Write","Orchestrator skill. Downstream focused references may require NVIDIA GPUs, ovrtx, ovstream, ovui, OpenUSD, Python, Node\u002FReact, Tauri, Electron, C++, or cloud GPU deployment access depending on the selected viewer path.\n",{"author":39,"tags":40,"domain":45,"languages":46},"NVIDIA Omniverse",[41,42,43,44],"omniverse","usd","viewer","workflow","ai-ml",[47,48,49],"python","typescript","cpp",{"type":51,"children":52},"root",[53,61,67,72,79,93,99,234,240,325,331,692,698,731,737,750,756],{"type":54,"tag":55,"props":56,"children":57},"element","h1",{"id":4},[58],{"type":59,"value":60},"text","Omniverse Realtime Viewer",{"type":54,"tag":62,"props":63,"children":64},"p",{},[65],{"type":59,"value":66},"This is the top-level entry point for the Omniverse Realtime Viewer skill package.\nIt is self-contained: all required routing, conventions, and validation\nguidance live in the selected references.",{"type":54,"tag":62,"props":68,"children":69},{},[70],{"type":59,"value":71},"Use the focused reference documents as implementation recipes. This file chooses the\nright recipes and preserves the architectural rules that must hold across all\ngenerated viewer apps.",{"type":54,"tag":73,"props":74,"children":76},"h2",{"id":75},"instructions",[77],{"type":59,"value":78},"Instructions",{"type":54,"tag":62,"props":80,"children":81},{},[82,84,91],{"type":59,"value":83},"Start by classifying the requested viewer, then read only the references needed\nfor that delivery path and feature set. Implement the render path first, layer\ninteraction and UI behavior on top of it, and finish by capturing validation\nevidence from ",{"type":54,"tag":85,"props":86,"children":88},"code",{"className":87},[],[89],{"type":59,"value":90},"references\u002Fvalidation.md",{"type":59,"value":92},".",{"type":54,"tag":73,"props":94,"children":96},{"id":95},"read-order",[97],{"type":59,"value":98},"Read Order",{"type":54,"tag":100,"props":101,"children":102},"ol",{},[103,117,129,141,153,182,217,222],{"type":54,"tag":104,"props":105,"children":106},"li",{},[107,109,115],{"type":59,"value":108},"Read ",{"type":54,"tag":85,"props":110,"children":112},{"className":111},[],[113],{"type":59,"value":114},"references\u002Frouting.md",{"type":59,"value":116}," to choose the delivery path and focused references.",{"type":54,"tag":104,"props":118,"children":119},{},[120,121,127],{"type":59,"value":108},{"type":54,"tag":85,"props":122,"children":124},{"className":123},[],[125],{"type":59,"value":126},"references\u002Fconventions.md",{"type":59,"value":128}," before implementing camera, input,\nselection, viewport, streaming protocol, scene loading, or environment\nbehavior.",{"type":54,"tag":104,"props":130,"children":131},{},[132,134,140],{"type":59,"value":133},"For broad viewer requests, read ",{"type":54,"tag":85,"props":135,"children":137},{"className":136},[],[138],{"type":59,"value":139},"references\u002Fusd-viewer-app\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":142,"children":143},{},[144,146,152],{"type":59,"value":145},"If the delivery path is unclear, read ",{"type":54,"tag":85,"props":147,"children":149},{"className":148},[],[150],{"type":59,"value":151},"references\u002Fstreaming-vs-local\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":154,"children":155},{},[156,158,164,166,172,174,180],{"type":59,"value":157},"If the prompt includes layout, panels, controls, inspectors, status, or UX,\nread ",{"type":54,"tag":85,"props":159,"children":161},{"className":160},[],[162],{"type":59,"value":163},"references\u002Fviewer-ux-workflow\u002FREADME.md",{"type":59,"value":165}," and then the focused viewer UI references.\nThis applies to React\u002FWebRTC, Tauri, Electron, ",{"type":54,"tag":85,"props":167,"children":169},{"className":168},[],[170],{"type":59,"value":171},"ovui",{"type":59,"value":173},", ",{"type":54,"tag":85,"props":175,"children":177},{"className":176},[],[178],{"type":59,"value":179},"ovwidgets",{"type":59,"value":181},", and Dear\nImGui apps; \"frontend\" means user-facing UI, not only browser UI.",{"type":54,"tag":104,"props":183,"children":184},{},[185,187,193,195,201,202,208,210,216],{"type":59,"value":186},"For viewport interaction, read ",{"type":54,"tag":85,"props":188,"children":190},{"className":189},[],[191],{"type":59,"value":192},"references\u002Fviewer-input-routing\u002FREADME.md",{"type":59,"value":194}," before\n",{"type":54,"tag":85,"props":196,"children":198},{"className":197},[],[199],{"type":59,"value":200},"references\u002Fcamera-controls\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":203,"children":205},{"className":204},[],[206],{"type":59,"value":207},"references\u002Fnative-picking-selection\u002FREADME.md",{"type":59,"value":209},", or ",{"type":54,"tag":85,"props":211,"children":213},{"className":212},[],[214],{"type":59,"value":215},"references\u002Fobject-selection\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":218,"children":219},{},[220],{"type":59,"value":221},"Read only the focused capability references needed for the requested app.",{"type":54,"tag":104,"props":223,"children":224},{},[225,227,232],{"type":59,"value":226},"Use ",{"type":54,"tag":85,"props":228,"children":230},{"className":229},[],[231],{"type":59,"value":90},{"type":59,"value":233}," to capture review evidence before handoff.",{"type":54,"tag":73,"props":235,"children":237},{"id":236},"non-negotiables",[238],{"type":59,"value":239},"Non-Negotiables",{"type":54,"tag":241,"props":242,"children":243},"ul",{},[244,256,269,274,286,291,304],{"type":54,"tag":104,"props":245,"children":246},{},[247,248,254],{"type":59,"value":226},{"type":54,"tag":85,"props":249,"children":251},{"className":250},[],[252],{"type":59,"value":253},"ovrtx",{"type":59,"value":255}," for all USD and 3D rendering.",{"type":54,"tag":104,"props":257,"children":258},{},[259,261,267],{"type":59,"value":260},"Browser apps display an ",{"type":54,"tag":85,"props":262,"children":264},{"className":263},[],[265],{"type":59,"value":266},"ovstream",{"type":59,"value":268}," WebRTC video stream plus UI. The browser\ndoes not render USD geometry.",{"type":54,"tag":104,"props":270,"children":271},{},[272],{"type":59,"value":273},"Do not substitute WebGL, Three.js, Babylon.js, PlayCanvas, A-Frame,\nmodel-viewer, react-three-fiber, glTF browser viewers, or other client-side\n3D renderers.",{"type":54,"tag":104,"props":275,"children":276},{},[277,279,284],{"type":59,"value":278},"If local validation cannot run because the GPU\u002Fruntime environment is absent,\nscaffold the ",{"type":54,"tag":85,"props":280,"children":282},{"className":281},[],[283],{"type":59,"value":253},{"type":59,"value":285}," path and document the runtime requirement. Do not add a\nbrowser-renderer fallback.",{"type":54,"tag":104,"props":287,"children":288},{},[289],{"type":59,"value":290},"Keep user USD files unmodified. Viewer cameras, render products, render vars,\nsettings, selection metadata, and runtime state belong in session\u002Fcomposite\nlayers or app state.",{"type":54,"tag":104,"props":292,"children":293},{},[294,296,302],{"type":59,"value":295},"Keep one owner for ",{"type":54,"tag":85,"props":297,"children":299},{"className":298},[],[300],{"type":59,"value":301},"renderer.step()",{"type":59,"value":303},", stage mutation, native picking,\nselection writes, and live attribute writes.",{"type":54,"tag":104,"props":305,"children":306},{},[307,309,315,317,323],{"type":59,"value":308},"Keep dependency acquisition in ",{"type":54,"tag":85,"props":310,"children":312},{"className":311},[],[313],{"type":59,"value":314},"references\u002Fdependencies\u002FREADME.md",{"type":59,"value":316}," and deployment choices in\n",{"type":54,"tag":85,"props":318,"children":320},{"className":319},[],[321],{"type":59,"value":322},"references\u002Fcloud-deployment\u002FREADME.md",{"type":59,"value":324},"; do not duplicate package locations or deployment setup.",{"type":54,"tag":73,"props":326,"children":328},{"id":327},"focused-reference-families",[329],{"type":59,"value":330},"Focused Reference Families",{"type":54,"tag":241,"props":332,"children":333},{},[334,380,455,530,569,654],{"type":54,"tag":104,"props":335,"children":336},{},[337,339,344,345,351,353,359,360,365,366,372,373,379],{"type":59,"value":338},"Entry points and recipes: ",{"type":54,"tag":85,"props":340,"children":342},{"className":341},[],[343],{"type":59,"value":139},{"type":59,"value":173},{"type":54,"tag":85,"props":346,"children":348},{"className":347},[],[349],{"type":59,"value":350},"references\u002Fstreaming-viewer-recipe\u002FREADME.md",{"type":59,"value":352},",\n",{"type":54,"tag":85,"props":354,"children":356},{"className":355},[],[357],{"type":59,"value":358},"references\u002Fovui-local-viewer-recipe\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":361,"children":363},{"className":362},[],[364],{"type":59,"value":151},{"type":59,"value":173},{"type":54,"tag":85,"props":367,"children":369},{"className":368},[],[370],{"type":59,"value":371},"references\u002Felectron-shm-viewer\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":374,"children":376},{"className":375},[],[377],{"type":59,"value":378},"references\u002Fovwidgets-editor-shell\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":381,"children":382},{},[383,385,391,392,398,399,405,406,412,413,419,420,426,427,433,434,440,441,447,448,454],{"type":59,"value":384},"Rendering and stage: ",{"type":54,"tag":85,"props":386,"children":388},{"className":387},[],[389],{"type":59,"value":390},"references\u002Fovrtx-rendering\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":393,"children":395},{"className":394},[],[396],{"type":59,"value":397},"references\u002Fstage-loading\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":400,"children":402},{"className":401},[],[403],{"type":59,"value":404},"references\u002Fstage-management\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":407,"children":409},{"className":408},[],[410],{"type":59,"value":411},"references\u002Frender-settings\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":414,"children":416},{"className":415},[],[417],{"type":59,"value":418},"references\u002Faov-switching\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":421,"children":423},{"className":422},[],[424],{"type":59,"value":425},"references\u002Fstage-hierarchy\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":428,"children":430},{"className":429},[],[431],{"type":59,"value":432},"references\u002Fstage-queries\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":435,"children":437},{"className":436},[],[438],{"type":59,"value":439},"references\u002Fstage-attribute-reads\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":442,"children":444},{"className":443},[],[445],{"type":59,"value":446},"references\u002Fprim-transform-safety\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":449,"children":451},{"className":450},[],[452],{"type":59,"value":453},"references\u002Fusd-sample-data\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":456,"children":457},{},[458,460,466,467,473,474,480,481,487,488,494,495,501,502,508,509,515,516,522,523,529],{"type":59,"value":459},"Delivery and runtime: ",{"type":54,"tag":85,"props":461,"children":463},{"className":462},[],[464],{"type":59,"value":465},"references\u002Fstreaming-server\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":468,"children":470},{"className":469},[],[471],{"type":59,"value":472},"references\u002Fstreaming-client\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":475,"children":477},{"className":476},[],[478],{"type":59,"value":479},"references\u002Fstreaming-messages\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":482,"children":484},{"className":483},[],[485],{"type":59,"value":486},"references\u002Fstreaming-lifecycle\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":489,"children":491},{"className":490},[],[492],{"type":59,"value":493},"references\u002Flocal-viewer\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":496,"children":498},{"className":497},[],[499],{"type":59,"value":500},"references\u002Ftauri-local-viewer\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":503,"children":505},{"className":504},[],[506],{"type":59,"value":507},"references\u002Fcpp-native-viewer\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":510,"children":512},{"className":511},[],[513],{"type":59,"value":514},"references\u002Fheadless-shm-cli\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":517,"children":519},{"className":518},[],[520],{"type":59,"value":521},"references\u002Fviewer-backend-interface\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":524,"children":526},{"className":525},[],[527],{"type":59,"value":528},"references\u002Fwebgl-shm-transport\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":531,"children":532},{},[533,535,540,541,547,548,554,555,561,562,568],{"type":59,"value":534},"Viewer UI\u002FUX: ",{"type":54,"tag":85,"props":536,"children":538},{"className":537},[],[539],{"type":59,"value":163},{"type":59,"value":173},{"type":54,"tag":85,"props":542,"children":544},{"className":543},[],[545],{"type":59,"value":546},"references\u002Fviewer-layout-patterns\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":549,"children":551},{"className":550},[],[552],{"type":59,"value":553},"references\u002Fviewer-control-patterns\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":556,"children":558},{"className":557},[],[559],{"type":59,"value":560},"references\u002Fviewer-data-view-patterns\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":563,"children":565},{"className":564},[],[566],{"type":59,"value":567},"references\u002Fviewer-feedback-status\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":570,"children":571},{},[572,574,579,580,585,586,591,592,597,598,604,605,611,612,618,619,625,626,632,633,639,640,646,647,653],{"type":59,"value":573},"Interaction: ",{"type":54,"tag":85,"props":575,"children":577},{"className":576},[],[578],{"type":59,"value":192},{"type":59,"value":173},{"type":54,"tag":85,"props":581,"children":583},{"className":582},[],[584],{"type":59,"value":200},{"type":59,"value":352},{"type":54,"tag":85,"props":587,"children":589},{"className":588},[],[590],{"type":59,"value":215},{"type":59,"value":173},{"type":54,"tag":85,"props":593,"children":595},{"className":594},[],[596],{"type":59,"value":207},{"type":59,"value":173},{"type":54,"tag":85,"props":599,"children":601},{"className":600},[],[602],{"type":59,"value":603},"references\u002Fselection-feedback\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":606,"children":608},{"className":607},[],[609],{"type":59,"value":610},"references\u002Fselection-animation\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":613,"children":615},{"className":614},[],[616],{"type":59,"value":617},"references\u002Ftransform-manipulator\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":620,"children":622},{"className":621},[],[623],{"type":59,"value":624},"references\u002Fgl-viewport-overlay\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":627,"children":629},{"className":628},[],[630],{"type":59,"value":631},"references\u002Fovui-library\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":634,"children":636},{"className":635},[],[637],{"type":59,"value":638},"references\u002Fprim-pick-effects\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":641,"children":643},{"className":642},[],[644],{"type":59,"value":645},"references\u002Fprim-info-display\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":648,"children":650},{"className":649},[],[651],{"type":59,"value":652},"references\u002Fviewport-overlays\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":104,"props":655,"children":656},{},[657,659,664,665,671,672,678,679,684,685,691],{"type":59,"value":658},"Infrastructure: ",{"type":54,"tag":85,"props":660,"children":662},{"className":661},[],[663],{"type":59,"value":314},{"type":59,"value":173},{"type":54,"tag":85,"props":666,"children":668},{"className":667},[],[669],{"type":59,"value":670},"references\u002Fwindows-native-setup\u002FREADME.md",{"type":59,"value":173},{"type":54,"tag":85,"props":673,"children":675},{"className":674},[],[676],{"type":59,"value":677},"references\u002Fcloud-assets\u002FREADME.md",{"type":59,"value":352},{"type":54,"tag":85,"props":680,"children":682},{"className":681},[],[683],{"type":59,"value":322},{"type":59,"value":173},{"type":54,"tag":85,"props":686,"children":688},{"className":687},[],[689],{"type":59,"value":690},"references\u002Ftroubleshooting\u002FREADME.md",{"type":59,"value":92},{"type":54,"tag":73,"props":693,"children":695},{"id":694},"build-workflow",[696],{"type":59,"value":697},"Build Workflow",{"type":54,"tag":100,"props":699,"children":700},{},[701,706,711,716,721,726],{"type":54,"tag":104,"props":702,"children":703},{},[704],{"type":59,"value":705},"Classify the prompt by delivery path, target user, required capabilities,\nruntime environment, validation needs, and explicit constraints.",{"type":54,"tag":104,"props":707,"children":708},{},[709],{"type":59,"value":710},"Select a small reference set. Start with the recipe or routing reference, then add\nfocused capabilities such as camera, picking, hierarchy, properties, render\nsettings, transform tools, cloud assets, or deployment.",{"type":54,"tag":104,"props":712,"children":713},{},[714],{"type":59,"value":715},"Read selected references before writing app code. Follow their build order,\nimport order, data-channel contracts, and renderer ownership rules.",{"type":54,"tag":104,"props":717,"children":718},{},[719],{"type":59,"value":720},"Implement the core render path first, then input routing and camera, then\nselection and data panels, then scene\u002Fsettings features, then packaging or\ndeployment.",{"type":54,"tag":104,"props":722,"children":723},{},[724],{"type":59,"value":725},"Treat the selected references as the behavior contract for API shape,\ncompatibility, and generated project structure.",{"type":54,"tag":104,"props":727,"children":728},{},[729],{"type":59,"value":730},"Capture validation evidence before calling the viewer ready.",{"type":54,"tag":73,"props":732,"children":734},{"id":733},"examples",[735],{"type":59,"value":736},"Examples",{"type":54,"tag":241,"props":738,"children":739},{},[740,745],{"type":54,"tag":104,"props":741,"children":742},{},[743],{"type":59,"value":744},"For a browser viewer request, use the streaming recipe references plus camera,\npicking, hierarchy, properties, render settings, and stream-status references.",{"type":54,"tag":104,"props":746,"children":747},{},[748],{"type":59,"value":749},"For a local workstation viewer request, use the local or native delivery\nreferences plus renderer setup, stage loading, viewport input, and validation.",{"type":54,"tag":73,"props":751,"children":753},{"id":752},"completion-checklist",[754],{"type":59,"value":755},"Completion Checklist",{"type":54,"tag":241,"props":757,"children":758},{},[759,764,769,774,779,790],{"type":54,"tag":104,"props":760,"children":761},{},[762],{"type":59,"value":763},"Selected references match the user's intent and delivery path.",{"type":54,"tag":104,"props":765,"children":766},{},[767],{"type":59,"value":768},"No code path uses a browser-side 3D renderer for USD.",{"type":54,"tag":104,"props":770,"children":771},{},[772],{"type":59,"value":773},"The generated app has one clear owner for render stepping and stage mutation.",{"type":54,"tag":104,"props":775,"children":776},{},[777],{"type":59,"value":778},"User USD files remain untouched by viewer-owned session data.",{"type":54,"tag":104,"props":780,"children":781},{},[782,784,789],{"type":59,"value":783},"Camera, input, selection, scene loading, and stream behavior follow\n",{"type":54,"tag":85,"props":785,"children":787},{"className":786},[],[788],{"type":59,"value":126},{"type":59,"value":92},{"type":54,"tag":104,"props":791,"children":792},{},[793,795,800],{"type":59,"value":794},"Setup\u002Fbuild\u002Frun results and visual interaction evidence are captured with\n",{"type":54,"tag":85,"props":796,"children":798},{"className":797},[],[799],{"type":59,"value":90},{"type":59,"value":92},{"items":802,"total":921},[803,819,835,847,867,889,909],{"slug":804,"name":804,"fn":805,"description":806,"org":807,"tags":808,"stars":19,"repoUrl":20,"updatedAt":21},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[809,812,815,818],{"name":810,"slug":811,"type":15},"Accessibility","accessibility",{"name":813,"slug":814,"type":15},"Charts","charts",{"name":816,"slug":817,"type":15},"Data Visualization","data-visualization",{"name":17,"slug":18,"type":15},{"slug":820,"name":820,"fn":821,"description":822,"org":823,"tags":824,"stars":19,"repoUrl":20,"updatedAt":834},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[825,828,831],{"name":826,"slug":827,"type":15},"Agents","agents",{"name":829,"slug":830,"type":15},"Browser Automation","browser-automation",{"name":832,"slug":833,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":836,"name":836,"fn":837,"description":838,"org":839,"tags":840,"stars":19,"repoUrl":20,"updatedAt":846},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[841,842,845],{"name":829,"slug":830,"type":15},{"name":843,"slug":844,"type":15},"Local Development","local-development",{"name":832,"slug":833,"type":15},"2026-04-06T18:41:17.526867",{"slug":848,"name":848,"fn":849,"description":850,"org":851,"tags":852,"stars":19,"repoUrl":20,"updatedAt":866},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[853,854,857,860,863],{"name":826,"slug":827,"type":15},{"name":855,"slug":856,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":858,"slug":859,"type":15},"SDK","sdk",{"name":861,"slug":862,"type":15},"Serverless","serverless",{"name":864,"slug":865,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":868,"name":868,"fn":869,"description":870,"org":871,"tags":872,"stars":19,"repoUrl":20,"updatedAt":888},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[873,876,879,882,885],{"name":874,"slug":875,"type":15},"Frontend","frontend",{"name":877,"slug":878,"type":15},"React","react",{"name":880,"slug":881,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":883,"slug":884,"type":15},"UI Components","ui-components",{"name":886,"slug":887,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":890,"name":890,"fn":891,"description":892,"org":893,"tags":894,"stars":19,"repoUrl":20,"updatedAt":908},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[895,898,901,904,907],{"name":896,"slug":897,"type":15},"AI Infrastructure","ai-infrastructure",{"name":899,"slug":900,"type":15},"Cost Optimization","cost-optimization",{"name":902,"slug":903,"type":15},"LLM","llm",{"name":905,"slug":906,"type":15},"Performance","performance",{"name":886,"slug":887,"type":15},"2026-04-06T18:40:44.377464",{"slug":910,"name":910,"fn":911,"description":912,"org":913,"tags":914,"stars":19,"repoUrl":20,"updatedAt":920},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[915,916,919],{"name":899,"slug":900,"type":15},{"name":917,"slug":918,"type":15},"Database","database",{"name":902,"slug":903,"type":15},"2026-04-06T18:41:08.513425",600,{"items":923,"total":1120},[924,945,968,985,1001,1018,1037,1049,1063,1077,1089,1104],{"slug":925,"name":925,"fn":926,"description":927,"org":928,"tags":929,"stars":942,"repoUrl":943,"updatedAt":944},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[930,933,936,939],{"name":931,"slug":932,"type":15},"Documents","documents",{"name":934,"slug":935,"type":15},"Healthcare","healthcare",{"name":937,"slug":938,"type":15},"Insurance","insurance",{"name":940,"slug":941,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":946,"name":946,"fn":947,"description":948,"org":949,"tags":950,"stars":965,"repoUrl":966,"updatedAt":967},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[951,954,956,959,962],{"name":952,"slug":953,"type":15},".NET","dotnet",{"name":955,"slug":946,"type":15},"ASP.NET Core",{"name":957,"slug":958,"type":15},"Blazor","blazor",{"name":960,"slug":961,"type":15},"C#","csharp",{"name":963,"slug":964,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":969,"name":969,"fn":970,"description":971,"org":972,"tags":973,"stars":965,"repoUrl":966,"updatedAt":984},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[974,977,980,983],{"name":975,"slug":976,"type":15},"Apps SDK","apps-sdk",{"name":978,"slug":979,"type":15},"ChatGPT","chatgpt",{"name":981,"slug":982,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":986,"name":986,"fn":987,"description":988,"org":989,"tags":990,"stars":965,"repoUrl":966,"updatedAt":1000},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[991,994,997],{"name":992,"slug":993,"type":15},"API Development","api-development",{"name":995,"slug":996,"type":15},"CLI","cli",{"name":998,"slug":999,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1002,"name":1002,"fn":1003,"description":1004,"org":1005,"tags":1006,"stars":965,"repoUrl":966,"updatedAt":1017},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1007,1010,1013,1014],{"name":1008,"slug":1009,"type":15},"Cloudflare","cloudflare",{"name":1011,"slug":1012,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":855,"slug":856,"type":15},{"name":1015,"slug":1016,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1019,"name":1019,"fn":1020,"description":1021,"org":1022,"tags":1023,"stars":965,"repoUrl":966,"updatedAt":1036},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1024,1027,1030,1033],{"name":1025,"slug":1026,"type":15},"Productivity","productivity",{"name":1028,"slug":1029,"type":15},"Project Management","project-management",{"name":1031,"slug":1032,"type":15},"Strategy","strategy",{"name":1034,"slug":1035,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1038,"name":1038,"fn":1039,"description":1040,"org":1041,"tags":1042,"stars":965,"repoUrl":966,"updatedAt":1048},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1043,1044,1046,1047],{"name":17,"slug":18,"type":15},{"name":1045,"slug":1038,"type":15},"Figma",{"name":874,"slug":875,"type":15},{"name":981,"slug":982,"type":15},"2026-04-12T05:06:47.939943",{"slug":1050,"name":1050,"fn":1051,"description":1052,"org":1053,"tags":1054,"stars":965,"repoUrl":966,"updatedAt":1062},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1055,1056,1059,1060,1061],{"name":17,"slug":18,"type":15},{"name":1057,"slug":1058,"type":15},"Design System","design-system",{"name":1045,"slug":1038,"type":15},{"name":874,"slug":875,"type":15},{"name":883,"slug":884,"type":15},"2026-05-10T05:59:52.971881",{"slug":1064,"name":1064,"fn":1065,"description":1066,"org":1067,"tags":1068,"stars":965,"repoUrl":966,"updatedAt":1076},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1069,1070,1071,1074,1075],{"name":17,"slug":18,"type":15},{"name":1057,"slug":1058,"type":15},{"name":1072,"slug":1073,"type":15},"Documentation","documentation",{"name":1045,"slug":1038,"type":15},{"name":874,"slug":875,"type":15},"2026-05-16T06:07:47.821474",{"slug":1078,"name":1078,"fn":1079,"description":1080,"org":1081,"tags":1082,"stars":965,"repoUrl":966,"updatedAt":1088},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1083,1084,1085,1086,1087],{"name":17,"slug":18,"type":15},{"name":1045,"slug":1038,"type":15},{"name":874,"slug":875,"type":15},{"name":883,"slug":884,"type":15},{"name":963,"slug":964,"type":15},"2026-05-16T06:07:40.583615",{"slug":1090,"name":1090,"fn":1091,"description":1092,"org":1093,"tags":1094,"stars":965,"repoUrl":966,"updatedAt":1103},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1095,1098,1099,1102],{"name":1096,"slug":1097,"type":15},"Animation","animation",{"name":998,"slug":999,"type":15},{"name":1100,"slug":1101,"type":15},"Creative","creative",{"name":17,"slug":18,"type":15},"2026-05-02T05:31:48.48485",{"slug":1105,"name":1105,"fn":1106,"description":1107,"org":1108,"tags":1109,"stars":965,"repoUrl":966,"updatedAt":1119},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1110,1111,1112,1115,1118],{"name":1100,"slug":1101,"type":15},{"name":17,"slug":18,"type":15},{"name":1113,"slug":1114,"type":15},"Image Generation","image-generation",{"name":1116,"slug":1117,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]