[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-expo-dev-client":3,"mdc-sjd56s-key":36,"related-repo-openai-expo-dev-client":1400,"related-org-openai-expo-dev-client":1522},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"expo-dev-client","build and distribute Expo development clients","Build and distribute Expo development clients locally or via TestFlight",{"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,19,22],{"name":13,"slug":14,"type":15},"Expo","expo","tag",{"name":17,"slug":18,"type":15},"Mobile","mobile",{"name":20,"slug":21,"type":15},"Deployment","deployment",{"name":23,"slug":24,"type":15},"Testing","testing",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-17T05:07:23.894993","MIT",465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fexpo\u002Fskills\u002Fexpo-dev-client","---\nname: expo-dev-client\ndescription: Build and distribute Expo development clients locally or via TestFlight\nversion: 1.0.0\nlicense: MIT\n---\n\nUse EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app.\n\n## Important: When Development Clients Are Needed\n\n**Only create development clients when your app requires custom native code.** Most apps work fine in Expo Go.\n\nYou need a dev client ONLY when using:\n- Local Expo modules (custom native code)\n- Apple targets (widgets, app clips, extensions)\n- Third-party native modules not in Expo Go\n\n**Try Expo Go first** with `npx expo start`. If everything works, you don't need a dev client.\n\n## EAS Configuration\n\nEnsure `eas.json` has a development profile:\n\n```json\n{\n  \"cli\": {\n    \"version\": \">= 16.0.1\",\n    \"appVersionSource\": \"remote\"\n  },\n  \"build\": {\n    \"production\": {\n      \"autoIncrement\": true\n    },\n    \"development\": {\n      \"autoIncrement\": true,\n      \"developmentClient\": true\n    }\n  },\n  \"submit\": {\n    \"production\": {},\n    \"development\": {}\n  }\n}\n```\n\nKey settings:\n- `developmentClient: true` - Bundles expo-dev-client for development builds\n- `autoIncrement: true` - Automatically increments build numbers\n- `appVersionSource: \"remote\"` - Uses EAS as the source of truth for version numbers\n\n## Building for TestFlight\n\nBuild iOS dev client and submit to TestFlight in one command:\n\n```bash\neas build -p ios --profile development --submit\n```\n\nThis will:\n1. Build the development client in the cloud\n2. Automatically submit to App Store Connect\n3. Send you an email when the build is ready in TestFlight\n\nAfter receiving the TestFlight email:\n1. Download the build from TestFlight on your device\n2. Launch the app to see the expo-dev-client UI\n3. Connect to your local Metro bundler or scan a QR code\n\n## Building Locally\n\nBuild a development client on your machine:\n\n```bash\n# iOS (requires Xcode)\neas build -p ios --profile development --local\n\n# Android\neas build -p android --profile development --local\n```\n\nLocal builds output:\n- iOS: `.ipa` file\n- Android: `.apk` or `.aab` file\n\n## Installing Local Builds\n\nInstall iOS build on simulator:\n\n```bash\n# Find the .app in the .tar.gz output\ntar -xzf build-*.tar.gz\nxcrun simctl install booted .\u002Fpath\u002Fto\u002FApp.app\n```\n\nInstall iOS build on device (requires signing):\n\n```bash\n# Use Xcode Devices window or ideviceinstaller\nideviceinstaller -i build.ipa\n```\n\nInstall Android build:\n\n```bash\nadb install build.apk\n```\n\n## Building for Specific Platform\n\n```bash\n# iOS only\neas build -p ios --profile development\n\n# Android only\neas build -p android --profile development\n\n# Both platforms\neas build --profile development\n```\n\n## Checking Build Status\n\n```bash\n# List recent builds\neas build:list\n\n# View build details\neas build:view\n```\n\n## Using the Dev Client\n\nOnce installed, the dev client provides:\n- **Development server connection** - Enter your Metro bundler URL or scan QR\n- **Build information** - View native build details\n- **Launcher UI** - Switch between development servers\n\nConnect to local development:\n\n```bash\n# Start Metro bundler\nnpx expo start --dev-client\n\n# Scan QR code with dev client or enter URL manually\n```\n\n## Troubleshooting\n\n**Build fails with signing errors:**\n```bash\neas credentials\n```\n\n**Clear build cache:**\n```bash\neas build -p ios --profile development --clear-cache\n```\n\n**Check EAS CLI version:**\n```bash\neas --version\neas update\n```\n",{"data":37,"body":39},{"name":4,"description":6,"version":38,"license":28},"1.0.0",{"type":40,"children":41},"root",[42,50,57,68,73,93,112,118,131,543,548,584,590,595,642,647,666,671,689,695,700,797,802,838,844,849,921,926,959,964,988,994,1113,1119,1173,1179,1184,1217,1222,1275,1281,1289,1308,1316,1355,1363,1394],{"type":43,"tag":44,"props":45,"children":46},"element","p",{},[47],{"type":48,"value":49},"text","Use EAS Build to create development clients for testing native code changes on physical devices. Use this for creating custom Expo Go clients for testing branches of your app.",{"type":43,"tag":51,"props":52,"children":54},"h2",{"id":53},"important-when-development-clients-are-needed",[55],{"type":48,"value":56},"Important: When Development Clients Are Needed",{"type":43,"tag":44,"props":58,"children":59},{},[60,66],{"type":43,"tag":61,"props":62,"children":63},"strong",{},[64],{"type":48,"value":65},"Only create development clients when your app requires custom native code.",{"type":48,"value":67}," Most apps work fine in Expo Go.",{"type":43,"tag":44,"props":69,"children":70},{},[71],{"type":48,"value":72},"You need a dev client ONLY when using:",{"type":43,"tag":74,"props":75,"children":76},"ul",{},[77,83,88],{"type":43,"tag":78,"props":79,"children":80},"li",{},[81],{"type":48,"value":82},"Local Expo modules (custom native code)",{"type":43,"tag":78,"props":84,"children":85},{},[86],{"type":48,"value":87},"Apple targets (widgets, app clips, extensions)",{"type":43,"tag":78,"props":89,"children":90},{},[91],{"type":48,"value":92},"Third-party native modules not in Expo Go",{"type":43,"tag":44,"props":94,"children":95},{},[96,101,103,110],{"type":43,"tag":61,"props":97,"children":98},{},[99],{"type":48,"value":100},"Try Expo Go first",{"type":48,"value":102}," with ",{"type":43,"tag":104,"props":105,"children":107},"code",{"className":106},[],[108],{"type":48,"value":109},"npx expo start",{"type":48,"value":111},". If everything works, you don't need a dev client.",{"type":43,"tag":51,"props":113,"children":115},{"id":114},"eas-configuration",[116],{"type":48,"value":117},"EAS Configuration",{"type":43,"tag":44,"props":119,"children":120},{},[121,123,129],{"type":48,"value":122},"Ensure ",{"type":43,"tag":104,"props":124,"children":126},{"className":125},[],[127],{"type":48,"value":128},"eas.json",{"type":48,"value":130}," has a development profile:",{"type":43,"tag":132,"props":133,"children":138},"pre",{"className":134,"code":135,"language":136,"meta":137,"style":137},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"cli\": {\n    \"version\": \">= 16.0.1\",\n    \"appVersionSource\": \"remote\"\n  },\n  \"build\": {\n    \"production\": {\n      \"autoIncrement\": true\n    },\n    \"development\": {\n      \"autoIncrement\": true,\n      \"developmentClient\": true\n    }\n  },\n  \"submit\": {\n    \"production\": {},\n    \"development\": {}\n  }\n}\n","json","",[139],{"type":43,"tag":104,"props":140,"children":141},{"__ignoreMap":137},[142,154,184,227,262,271,296,321,349,358,383,408,433,442,450,475,500,525,534],{"type":43,"tag":143,"props":144,"children":147},"span",{"class":145,"line":146},"line",1,[148],{"type":43,"tag":143,"props":149,"children":151},{"style":150},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[152],{"type":48,"value":153},"{\n",{"type":43,"tag":143,"props":155,"children":157},{"class":145,"line":156},2,[158,163,169,174,179],{"type":43,"tag":143,"props":159,"children":160},{"style":150},[161],{"type":48,"value":162},"  \"",{"type":43,"tag":143,"props":164,"children":166},{"style":165},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[167],{"type":48,"value":168},"cli",{"type":43,"tag":143,"props":170,"children":171},{"style":150},[172],{"type":48,"value":173},"\"",{"type":43,"tag":143,"props":175,"children":176},{"style":150},[177],{"type":48,"value":178},":",{"type":43,"tag":143,"props":180,"children":181},{"style":150},[182],{"type":48,"value":183}," {\n",{"type":43,"tag":143,"props":185,"children":187},{"class":145,"line":186},3,[188,193,199,203,207,212,218,222],{"type":43,"tag":143,"props":189,"children":190},{"style":150},[191],{"type":48,"value":192},"    \"",{"type":43,"tag":143,"props":194,"children":196},{"style":195},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[197],{"type":48,"value":198},"version",{"type":43,"tag":143,"props":200,"children":201},{"style":150},[202],{"type":48,"value":173},{"type":43,"tag":143,"props":204,"children":205},{"style":150},[206],{"type":48,"value":178},{"type":43,"tag":143,"props":208,"children":209},{"style":150},[210],{"type":48,"value":211}," \"",{"type":43,"tag":143,"props":213,"children":215},{"style":214},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[216],{"type":48,"value":217},">= 16.0.1",{"type":43,"tag":143,"props":219,"children":220},{"style":150},[221],{"type":48,"value":173},{"type":43,"tag":143,"props":223,"children":224},{"style":150},[225],{"type":48,"value":226},",\n",{"type":43,"tag":143,"props":228,"children":230},{"class":145,"line":229},4,[231,235,240,244,248,252,257],{"type":43,"tag":143,"props":232,"children":233},{"style":150},[234],{"type":48,"value":192},{"type":43,"tag":143,"props":236,"children":237},{"style":195},[238],{"type":48,"value":239},"appVersionSource",{"type":43,"tag":143,"props":241,"children":242},{"style":150},[243],{"type":48,"value":173},{"type":43,"tag":143,"props":245,"children":246},{"style":150},[247],{"type":48,"value":178},{"type":43,"tag":143,"props":249,"children":250},{"style":150},[251],{"type":48,"value":211},{"type":43,"tag":143,"props":253,"children":254},{"style":214},[255],{"type":48,"value":256},"remote",{"type":43,"tag":143,"props":258,"children":259},{"style":150},[260],{"type":48,"value":261},"\"\n",{"type":43,"tag":143,"props":263,"children":265},{"class":145,"line":264},5,[266],{"type":43,"tag":143,"props":267,"children":268},{"style":150},[269],{"type":48,"value":270},"  },\n",{"type":43,"tag":143,"props":272,"children":274},{"class":145,"line":273},6,[275,279,284,288,292],{"type":43,"tag":143,"props":276,"children":277},{"style":150},[278],{"type":48,"value":162},{"type":43,"tag":143,"props":280,"children":281},{"style":165},[282],{"type":48,"value":283},"build",{"type":43,"tag":143,"props":285,"children":286},{"style":150},[287],{"type":48,"value":173},{"type":43,"tag":143,"props":289,"children":290},{"style":150},[291],{"type":48,"value":178},{"type":43,"tag":143,"props":293,"children":294},{"style":150},[295],{"type":48,"value":183},{"type":43,"tag":143,"props":297,"children":299},{"class":145,"line":298},7,[300,304,309,313,317],{"type":43,"tag":143,"props":301,"children":302},{"style":150},[303],{"type":48,"value":192},{"type":43,"tag":143,"props":305,"children":306},{"style":195},[307],{"type":48,"value":308},"production",{"type":43,"tag":143,"props":310,"children":311},{"style":150},[312],{"type":48,"value":173},{"type":43,"tag":143,"props":314,"children":315},{"style":150},[316],{"type":48,"value":178},{"type":43,"tag":143,"props":318,"children":319},{"style":150},[320],{"type":48,"value":183},{"type":43,"tag":143,"props":322,"children":324},{"class":145,"line":323},8,[325,330,336,340,344],{"type":43,"tag":143,"props":326,"children":327},{"style":150},[328],{"type":48,"value":329},"      \"",{"type":43,"tag":143,"props":331,"children":333},{"style":332},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[334],{"type":48,"value":335},"autoIncrement",{"type":43,"tag":143,"props":337,"children":338},{"style":150},[339],{"type":48,"value":173},{"type":43,"tag":143,"props":341,"children":342},{"style":150},[343],{"type":48,"value":178},{"type":43,"tag":143,"props":345,"children":346},{"style":150},[347],{"type":48,"value":348}," true\n",{"type":43,"tag":143,"props":350,"children":352},{"class":145,"line":351},9,[353],{"type":43,"tag":143,"props":354,"children":355},{"style":150},[356],{"type":48,"value":357},"    },\n",{"type":43,"tag":143,"props":359,"children":361},{"class":145,"line":360},10,[362,366,371,375,379],{"type":43,"tag":143,"props":363,"children":364},{"style":150},[365],{"type":48,"value":192},{"type":43,"tag":143,"props":367,"children":368},{"style":195},[369],{"type":48,"value":370},"development",{"type":43,"tag":143,"props":372,"children":373},{"style":150},[374],{"type":48,"value":173},{"type":43,"tag":143,"props":376,"children":377},{"style":150},[378],{"type":48,"value":178},{"type":43,"tag":143,"props":380,"children":381},{"style":150},[382],{"type":48,"value":183},{"type":43,"tag":143,"props":384,"children":386},{"class":145,"line":385},11,[387,391,395,399,403],{"type":43,"tag":143,"props":388,"children":389},{"style":150},[390],{"type":48,"value":329},{"type":43,"tag":143,"props":392,"children":393},{"style":332},[394],{"type":48,"value":335},{"type":43,"tag":143,"props":396,"children":397},{"style":150},[398],{"type":48,"value":173},{"type":43,"tag":143,"props":400,"children":401},{"style":150},[402],{"type":48,"value":178},{"type":43,"tag":143,"props":404,"children":405},{"style":150},[406],{"type":48,"value":407}," true,\n",{"type":43,"tag":143,"props":409,"children":411},{"class":145,"line":410},12,[412,416,421,425,429],{"type":43,"tag":143,"props":413,"children":414},{"style":150},[415],{"type":48,"value":329},{"type":43,"tag":143,"props":417,"children":418},{"style":332},[419],{"type":48,"value":420},"developmentClient",{"type":43,"tag":143,"props":422,"children":423},{"style":150},[424],{"type":48,"value":173},{"type":43,"tag":143,"props":426,"children":427},{"style":150},[428],{"type":48,"value":178},{"type":43,"tag":143,"props":430,"children":431},{"style":150},[432],{"type":48,"value":348},{"type":43,"tag":143,"props":434,"children":436},{"class":145,"line":435},13,[437],{"type":43,"tag":143,"props":438,"children":439},{"style":150},[440],{"type":48,"value":441},"    }\n",{"type":43,"tag":143,"props":443,"children":445},{"class":145,"line":444},14,[446],{"type":43,"tag":143,"props":447,"children":448},{"style":150},[449],{"type":48,"value":270},{"type":43,"tag":143,"props":451,"children":453},{"class":145,"line":452},15,[454,458,463,467,471],{"type":43,"tag":143,"props":455,"children":456},{"style":150},[457],{"type":48,"value":162},{"type":43,"tag":143,"props":459,"children":460},{"style":165},[461],{"type":48,"value":462},"submit",{"type":43,"tag":143,"props":464,"children":465},{"style":150},[466],{"type":48,"value":173},{"type":43,"tag":143,"props":468,"children":469},{"style":150},[470],{"type":48,"value":178},{"type":43,"tag":143,"props":472,"children":473},{"style":150},[474],{"type":48,"value":183},{"type":43,"tag":143,"props":476,"children":478},{"class":145,"line":477},16,[479,483,487,491,495],{"type":43,"tag":143,"props":480,"children":481},{"style":150},[482],{"type":48,"value":192},{"type":43,"tag":143,"props":484,"children":485},{"style":195},[486],{"type":48,"value":308},{"type":43,"tag":143,"props":488,"children":489},{"style":150},[490],{"type":48,"value":173},{"type":43,"tag":143,"props":492,"children":493},{"style":150},[494],{"type":48,"value":178},{"type":43,"tag":143,"props":496,"children":497},{"style":150},[498],{"type":48,"value":499}," {},\n",{"type":43,"tag":143,"props":501,"children":503},{"class":145,"line":502},17,[504,508,512,516,520],{"type":43,"tag":143,"props":505,"children":506},{"style":150},[507],{"type":48,"value":192},{"type":43,"tag":143,"props":509,"children":510},{"style":195},[511],{"type":48,"value":370},{"type":43,"tag":143,"props":513,"children":514},{"style":150},[515],{"type":48,"value":173},{"type":43,"tag":143,"props":517,"children":518},{"style":150},[519],{"type":48,"value":178},{"type":43,"tag":143,"props":521,"children":522},{"style":150},[523],{"type":48,"value":524}," {}\n",{"type":43,"tag":143,"props":526,"children":528},{"class":145,"line":527},18,[529],{"type":43,"tag":143,"props":530,"children":531},{"style":150},[532],{"type":48,"value":533},"  }\n",{"type":43,"tag":143,"props":535,"children":537},{"class":145,"line":536},19,[538],{"type":43,"tag":143,"props":539,"children":540},{"style":150},[541],{"type":48,"value":542},"}\n",{"type":43,"tag":44,"props":544,"children":545},{},[546],{"type":48,"value":547},"Key settings:",{"type":43,"tag":74,"props":549,"children":550},{},[551,562,573],{"type":43,"tag":78,"props":552,"children":553},{},[554,560],{"type":43,"tag":104,"props":555,"children":557},{"className":556},[],[558],{"type":48,"value":559},"developmentClient: true",{"type":48,"value":561}," - Bundles expo-dev-client for development builds",{"type":43,"tag":78,"props":563,"children":564},{},[565,571],{"type":43,"tag":104,"props":566,"children":568},{"className":567},[],[569],{"type":48,"value":570},"autoIncrement: true",{"type":48,"value":572}," - Automatically increments build numbers",{"type":43,"tag":78,"props":574,"children":575},{},[576,582],{"type":43,"tag":104,"props":577,"children":579},{"className":578},[],[580],{"type":48,"value":581},"appVersionSource: \"remote\"",{"type":48,"value":583}," - Uses EAS as the source of truth for version numbers",{"type":43,"tag":51,"props":585,"children":587},{"id":586},"building-for-testflight",[588],{"type":48,"value":589},"Building for TestFlight",{"type":43,"tag":44,"props":591,"children":592},{},[593],{"type":48,"value":594},"Build iOS dev client and submit to TestFlight in one command:",{"type":43,"tag":132,"props":596,"children":600},{"className":597,"code":598,"language":599,"meta":137,"style":137},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","eas build -p ios --profile development --submit\n","bash",[601],{"type":43,"tag":104,"props":602,"children":603},{"__ignoreMap":137},[604],{"type":43,"tag":143,"props":605,"children":606},{"class":145,"line":146},[607,612,617,622,627,632,637],{"type":43,"tag":143,"props":608,"children":609},{"style":195},[610],{"type":48,"value":611},"eas",{"type":43,"tag":143,"props":613,"children":614},{"style":214},[615],{"type":48,"value":616}," build",{"type":43,"tag":143,"props":618,"children":619},{"style":214},[620],{"type":48,"value":621}," -p",{"type":43,"tag":143,"props":623,"children":624},{"style":214},[625],{"type":48,"value":626}," ios",{"type":43,"tag":143,"props":628,"children":629},{"style":214},[630],{"type":48,"value":631}," --profile",{"type":43,"tag":143,"props":633,"children":634},{"style":214},[635],{"type":48,"value":636}," development",{"type":43,"tag":143,"props":638,"children":639},{"style":214},[640],{"type":48,"value":641}," --submit\n",{"type":43,"tag":44,"props":643,"children":644},{},[645],{"type":48,"value":646},"This will:",{"type":43,"tag":648,"props":649,"children":650},"ol",{},[651,656,661],{"type":43,"tag":78,"props":652,"children":653},{},[654],{"type":48,"value":655},"Build the development client in the cloud",{"type":43,"tag":78,"props":657,"children":658},{},[659],{"type":48,"value":660},"Automatically submit to App Store Connect",{"type":43,"tag":78,"props":662,"children":663},{},[664],{"type":48,"value":665},"Send you an email when the build is ready in TestFlight",{"type":43,"tag":44,"props":667,"children":668},{},[669],{"type":48,"value":670},"After receiving the TestFlight email:",{"type":43,"tag":648,"props":672,"children":673},{},[674,679,684],{"type":43,"tag":78,"props":675,"children":676},{},[677],{"type":48,"value":678},"Download the build from TestFlight on your device",{"type":43,"tag":78,"props":680,"children":681},{},[682],{"type":48,"value":683},"Launch the app to see the expo-dev-client UI",{"type":43,"tag":78,"props":685,"children":686},{},[687],{"type":48,"value":688},"Connect to your local Metro bundler or scan a QR code",{"type":43,"tag":51,"props":690,"children":692},{"id":691},"building-locally",[693],{"type":48,"value":694},"Building Locally",{"type":43,"tag":44,"props":696,"children":697},{},[698],{"type":48,"value":699},"Build a development client on your machine:",{"type":43,"tag":132,"props":701,"children":703},{"className":597,"code":702,"language":599,"meta":137,"style":137},"# iOS (requires Xcode)\neas build -p ios --profile development --local\n\n# Android\neas build -p android --profile development --local\n",[704],{"type":43,"tag":104,"props":705,"children":706},{"__ignoreMap":137},[707,716,748,757,765],{"type":43,"tag":143,"props":708,"children":709},{"class":145,"line":146},[710],{"type":43,"tag":143,"props":711,"children":713},{"style":712},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[714],{"type":48,"value":715},"# iOS (requires Xcode)\n",{"type":43,"tag":143,"props":717,"children":718},{"class":145,"line":156},[719,723,727,731,735,739,743],{"type":43,"tag":143,"props":720,"children":721},{"style":195},[722],{"type":48,"value":611},{"type":43,"tag":143,"props":724,"children":725},{"style":214},[726],{"type":48,"value":616},{"type":43,"tag":143,"props":728,"children":729},{"style":214},[730],{"type":48,"value":621},{"type":43,"tag":143,"props":732,"children":733},{"style":214},[734],{"type":48,"value":626},{"type":43,"tag":143,"props":736,"children":737},{"style":214},[738],{"type":48,"value":631},{"type":43,"tag":143,"props":740,"children":741},{"style":214},[742],{"type":48,"value":636},{"type":43,"tag":143,"props":744,"children":745},{"style":214},[746],{"type":48,"value":747}," --local\n",{"type":43,"tag":143,"props":749,"children":750},{"class":145,"line":186},[751],{"type":43,"tag":143,"props":752,"children":754},{"emptyLinePlaceholder":753},true,[755],{"type":48,"value":756},"\n",{"type":43,"tag":143,"props":758,"children":759},{"class":145,"line":229},[760],{"type":43,"tag":143,"props":761,"children":762},{"style":712},[763],{"type":48,"value":764},"# Android\n",{"type":43,"tag":143,"props":766,"children":767},{"class":145,"line":264},[768,772,776,780,785,789,793],{"type":43,"tag":143,"props":769,"children":770},{"style":195},[771],{"type":48,"value":611},{"type":43,"tag":143,"props":773,"children":774},{"style":214},[775],{"type":48,"value":616},{"type":43,"tag":143,"props":777,"children":778},{"style":214},[779],{"type":48,"value":621},{"type":43,"tag":143,"props":781,"children":782},{"style":214},[783],{"type":48,"value":784}," android",{"type":43,"tag":143,"props":786,"children":787},{"style":214},[788],{"type":48,"value":631},{"type":43,"tag":143,"props":790,"children":791},{"style":214},[792],{"type":48,"value":636},{"type":43,"tag":143,"props":794,"children":795},{"style":214},[796],{"type":48,"value":747},{"type":43,"tag":44,"props":798,"children":799},{},[800],{"type":48,"value":801},"Local builds output:",{"type":43,"tag":74,"props":803,"children":804},{},[805,818],{"type":43,"tag":78,"props":806,"children":807},{},[808,810,816],{"type":48,"value":809},"iOS: ",{"type":43,"tag":104,"props":811,"children":813},{"className":812},[],[814],{"type":48,"value":815},".ipa",{"type":48,"value":817}," file",{"type":43,"tag":78,"props":819,"children":820},{},[821,823,829,831,837],{"type":48,"value":822},"Android: ",{"type":43,"tag":104,"props":824,"children":826},{"className":825},[],[827],{"type":48,"value":828},".apk",{"type":48,"value":830}," or ",{"type":43,"tag":104,"props":832,"children":834},{"className":833},[],[835],{"type":48,"value":836},".aab",{"type":48,"value":817},{"type":43,"tag":51,"props":839,"children":841},{"id":840},"installing-local-builds",[842],{"type":48,"value":843},"Installing Local Builds",{"type":43,"tag":44,"props":845,"children":846},{},[847],{"type":48,"value":848},"Install iOS build on simulator:",{"type":43,"tag":132,"props":850,"children":852},{"className":597,"code":851,"language":599,"meta":137,"style":137},"# Find the .app in the .tar.gz output\ntar -xzf build-*.tar.gz\nxcrun simctl install booted .\u002Fpath\u002Fto\u002FApp.app\n",[853],{"type":43,"tag":104,"props":854,"children":855},{"__ignoreMap":137},[856,864,893],{"type":43,"tag":143,"props":857,"children":858},{"class":145,"line":146},[859],{"type":43,"tag":143,"props":860,"children":861},{"style":712},[862],{"type":48,"value":863},"# Find the .app in the .tar.gz output\n",{"type":43,"tag":143,"props":865,"children":866},{"class":145,"line":156},[867,872,877,882,888],{"type":43,"tag":143,"props":868,"children":869},{"style":195},[870],{"type":48,"value":871},"tar",{"type":43,"tag":143,"props":873,"children":874},{"style":214},[875],{"type":48,"value":876}," -xzf",{"type":43,"tag":143,"props":878,"children":879},{"style":214},[880],{"type":48,"value":881}," build-",{"type":43,"tag":143,"props":883,"children":885},{"style":884},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[886],{"type":48,"value":887},"*",{"type":43,"tag":143,"props":889,"children":890},{"style":214},[891],{"type":48,"value":892},".tar.gz\n",{"type":43,"tag":143,"props":894,"children":895},{"class":145,"line":186},[896,901,906,911,916],{"type":43,"tag":143,"props":897,"children":898},{"style":195},[899],{"type":48,"value":900},"xcrun",{"type":43,"tag":143,"props":902,"children":903},{"style":214},[904],{"type":48,"value":905}," simctl",{"type":43,"tag":143,"props":907,"children":908},{"style":214},[909],{"type":48,"value":910}," install",{"type":43,"tag":143,"props":912,"children":913},{"style":214},[914],{"type":48,"value":915}," booted",{"type":43,"tag":143,"props":917,"children":918},{"style":214},[919],{"type":48,"value":920}," .\u002Fpath\u002Fto\u002FApp.app\n",{"type":43,"tag":44,"props":922,"children":923},{},[924],{"type":48,"value":925},"Install iOS build on device (requires signing):",{"type":43,"tag":132,"props":927,"children":929},{"className":597,"code":928,"language":599,"meta":137,"style":137},"# Use Xcode Devices window or ideviceinstaller\nideviceinstaller -i build.ipa\n",[930],{"type":43,"tag":104,"props":931,"children":932},{"__ignoreMap":137},[933,941],{"type":43,"tag":143,"props":934,"children":935},{"class":145,"line":146},[936],{"type":43,"tag":143,"props":937,"children":938},{"style":712},[939],{"type":48,"value":940},"# Use Xcode Devices window or ideviceinstaller\n",{"type":43,"tag":143,"props":942,"children":943},{"class":145,"line":156},[944,949,954],{"type":43,"tag":143,"props":945,"children":946},{"style":195},[947],{"type":48,"value":948},"ideviceinstaller",{"type":43,"tag":143,"props":950,"children":951},{"style":214},[952],{"type":48,"value":953}," -i",{"type":43,"tag":143,"props":955,"children":956},{"style":214},[957],{"type":48,"value":958}," build.ipa\n",{"type":43,"tag":44,"props":960,"children":961},{},[962],{"type":48,"value":963},"Install Android build:",{"type":43,"tag":132,"props":965,"children":967},{"className":597,"code":966,"language":599,"meta":137,"style":137},"adb install build.apk\n",[968],{"type":43,"tag":104,"props":969,"children":970},{"__ignoreMap":137},[971],{"type":43,"tag":143,"props":972,"children":973},{"class":145,"line":146},[974,979,983],{"type":43,"tag":143,"props":975,"children":976},{"style":195},[977],{"type":48,"value":978},"adb",{"type":43,"tag":143,"props":980,"children":981},{"style":214},[982],{"type":48,"value":910},{"type":43,"tag":143,"props":984,"children":985},{"style":214},[986],{"type":48,"value":987}," build.apk\n",{"type":43,"tag":51,"props":989,"children":991},{"id":990},"building-for-specific-platform",[992],{"type":48,"value":993},"Building for Specific Platform",{"type":43,"tag":132,"props":995,"children":997},{"className":597,"code":996,"language":599,"meta":137,"style":137},"# iOS only\neas build -p ios --profile development\n\n# Android only\neas build -p android --profile development\n\n# Both platforms\neas build --profile development\n",[998],{"type":43,"tag":104,"props":999,"children":1000},{"__ignoreMap":137},[1001,1009,1037,1044,1052,1079,1086,1094],{"type":43,"tag":143,"props":1002,"children":1003},{"class":145,"line":146},[1004],{"type":43,"tag":143,"props":1005,"children":1006},{"style":712},[1007],{"type":48,"value":1008},"# iOS only\n",{"type":43,"tag":143,"props":1010,"children":1011},{"class":145,"line":156},[1012,1016,1020,1024,1028,1032],{"type":43,"tag":143,"props":1013,"children":1014},{"style":195},[1015],{"type":48,"value":611},{"type":43,"tag":143,"props":1017,"children":1018},{"style":214},[1019],{"type":48,"value":616},{"type":43,"tag":143,"props":1021,"children":1022},{"style":214},[1023],{"type":48,"value":621},{"type":43,"tag":143,"props":1025,"children":1026},{"style":214},[1027],{"type":48,"value":626},{"type":43,"tag":143,"props":1029,"children":1030},{"style":214},[1031],{"type":48,"value":631},{"type":43,"tag":143,"props":1033,"children":1034},{"style":214},[1035],{"type":48,"value":1036}," development\n",{"type":43,"tag":143,"props":1038,"children":1039},{"class":145,"line":186},[1040],{"type":43,"tag":143,"props":1041,"children":1042},{"emptyLinePlaceholder":753},[1043],{"type":48,"value":756},{"type":43,"tag":143,"props":1045,"children":1046},{"class":145,"line":229},[1047],{"type":43,"tag":143,"props":1048,"children":1049},{"style":712},[1050],{"type":48,"value":1051},"# Android only\n",{"type":43,"tag":143,"props":1053,"children":1054},{"class":145,"line":264},[1055,1059,1063,1067,1071,1075],{"type":43,"tag":143,"props":1056,"children":1057},{"style":195},[1058],{"type":48,"value":611},{"type":43,"tag":143,"props":1060,"children":1061},{"style":214},[1062],{"type":48,"value":616},{"type":43,"tag":143,"props":1064,"children":1065},{"style":214},[1066],{"type":48,"value":621},{"type":43,"tag":143,"props":1068,"children":1069},{"style":214},[1070],{"type":48,"value":784},{"type":43,"tag":143,"props":1072,"children":1073},{"style":214},[1074],{"type":48,"value":631},{"type":43,"tag":143,"props":1076,"children":1077},{"style":214},[1078],{"type":48,"value":1036},{"type":43,"tag":143,"props":1080,"children":1081},{"class":145,"line":273},[1082],{"type":43,"tag":143,"props":1083,"children":1084},{"emptyLinePlaceholder":753},[1085],{"type":48,"value":756},{"type":43,"tag":143,"props":1087,"children":1088},{"class":145,"line":298},[1089],{"type":43,"tag":143,"props":1090,"children":1091},{"style":712},[1092],{"type":48,"value":1093},"# Both platforms\n",{"type":43,"tag":143,"props":1095,"children":1096},{"class":145,"line":323},[1097,1101,1105,1109],{"type":43,"tag":143,"props":1098,"children":1099},{"style":195},[1100],{"type":48,"value":611},{"type":43,"tag":143,"props":1102,"children":1103},{"style":214},[1104],{"type":48,"value":616},{"type":43,"tag":143,"props":1106,"children":1107},{"style":214},[1108],{"type":48,"value":631},{"type":43,"tag":143,"props":1110,"children":1111},{"style":214},[1112],{"type":48,"value":1036},{"type":43,"tag":51,"props":1114,"children":1116},{"id":1115},"checking-build-status",[1117],{"type":48,"value":1118},"Checking Build Status",{"type":43,"tag":132,"props":1120,"children":1122},{"className":597,"code":1121,"language":599,"meta":137,"style":137},"# List recent builds\neas build:list\n\n# View build details\neas build:view\n",[1123],{"type":43,"tag":104,"props":1124,"children":1125},{"__ignoreMap":137},[1126,1134,1146,1153,1161],{"type":43,"tag":143,"props":1127,"children":1128},{"class":145,"line":146},[1129],{"type":43,"tag":143,"props":1130,"children":1131},{"style":712},[1132],{"type":48,"value":1133},"# List recent builds\n",{"type":43,"tag":143,"props":1135,"children":1136},{"class":145,"line":156},[1137,1141],{"type":43,"tag":143,"props":1138,"children":1139},{"style":195},[1140],{"type":48,"value":611},{"type":43,"tag":143,"props":1142,"children":1143},{"style":214},[1144],{"type":48,"value":1145}," build:list\n",{"type":43,"tag":143,"props":1147,"children":1148},{"class":145,"line":186},[1149],{"type":43,"tag":143,"props":1150,"children":1151},{"emptyLinePlaceholder":753},[1152],{"type":48,"value":756},{"type":43,"tag":143,"props":1154,"children":1155},{"class":145,"line":229},[1156],{"type":43,"tag":143,"props":1157,"children":1158},{"style":712},[1159],{"type":48,"value":1160},"# View build details\n",{"type":43,"tag":143,"props":1162,"children":1163},{"class":145,"line":264},[1164,1168],{"type":43,"tag":143,"props":1165,"children":1166},{"style":195},[1167],{"type":48,"value":611},{"type":43,"tag":143,"props":1169,"children":1170},{"style":214},[1171],{"type":48,"value":1172}," build:view\n",{"type":43,"tag":51,"props":1174,"children":1176},{"id":1175},"using-the-dev-client",[1177],{"type":48,"value":1178},"Using the Dev Client",{"type":43,"tag":44,"props":1180,"children":1181},{},[1182],{"type":48,"value":1183},"Once installed, the dev client provides:",{"type":43,"tag":74,"props":1185,"children":1186},{},[1187,1197,1207],{"type":43,"tag":78,"props":1188,"children":1189},{},[1190,1195],{"type":43,"tag":61,"props":1191,"children":1192},{},[1193],{"type":48,"value":1194},"Development server connection",{"type":48,"value":1196}," - Enter your Metro bundler URL or scan QR",{"type":43,"tag":78,"props":1198,"children":1199},{},[1200,1205],{"type":43,"tag":61,"props":1201,"children":1202},{},[1203],{"type":48,"value":1204},"Build information",{"type":48,"value":1206}," - View native build details",{"type":43,"tag":78,"props":1208,"children":1209},{},[1210,1215],{"type":43,"tag":61,"props":1211,"children":1212},{},[1213],{"type":48,"value":1214},"Launcher UI",{"type":48,"value":1216}," - Switch between development servers",{"type":43,"tag":44,"props":1218,"children":1219},{},[1220],{"type":48,"value":1221},"Connect to local development:",{"type":43,"tag":132,"props":1223,"children":1225},{"className":597,"code":1224,"language":599,"meta":137,"style":137},"# Start Metro bundler\nnpx expo start --dev-client\n\n# Scan QR code with dev client or enter URL manually\n",[1226],{"type":43,"tag":104,"props":1227,"children":1228},{"__ignoreMap":137},[1229,1237,1260,1267],{"type":43,"tag":143,"props":1230,"children":1231},{"class":145,"line":146},[1232],{"type":43,"tag":143,"props":1233,"children":1234},{"style":712},[1235],{"type":48,"value":1236},"# Start Metro bundler\n",{"type":43,"tag":143,"props":1238,"children":1239},{"class":145,"line":156},[1240,1245,1250,1255],{"type":43,"tag":143,"props":1241,"children":1242},{"style":195},[1243],{"type":48,"value":1244},"npx",{"type":43,"tag":143,"props":1246,"children":1247},{"style":214},[1248],{"type":48,"value":1249}," expo",{"type":43,"tag":143,"props":1251,"children":1252},{"style":214},[1253],{"type":48,"value":1254}," start",{"type":43,"tag":143,"props":1256,"children":1257},{"style":214},[1258],{"type":48,"value":1259}," --dev-client\n",{"type":43,"tag":143,"props":1261,"children":1262},{"class":145,"line":186},[1263],{"type":43,"tag":143,"props":1264,"children":1265},{"emptyLinePlaceholder":753},[1266],{"type":48,"value":756},{"type":43,"tag":143,"props":1268,"children":1269},{"class":145,"line":229},[1270],{"type":43,"tag":143,"props":1271,"children":1272},{"style":712},[1273],{"type":48,"value":1274},"# Scan QR code with dev client or enter URL manually\n",{"type":43,"tag":51,"props":1276,"children":1278},{"id":1277},"troubleshooting",[1279],{"type":48,"value":1280},"Troubleshooting",{"type":43,"tag":44,"props":1282,"children":1283},{},[1284],{"type":43,"tag":61,"props":1285,"children":1286},{},[1287],{"type":48,"value":1288},"Build fails with signing errors:",{"type":43,"tag":132,"props":1290,"children":1292},{"className":597,"code":1291,"language":599,"meta":137,"style":137},"eas credentials\n",[1293],{"type":43,"tag":104,"props":1294,"children":1295},{"__ignoreMap":137},[1296],{"type":43,"tag":143,"props":1297,"children":1298},{"class":145,"line":146},[1299,1303],{"type":43,"tag":143,"props":1300,"children":1301},{"style":195},[1302],{"type":48,"value":611},{"type":43,"tag":143,"props":1304,"children":1305},{"style":214},[1306],{"type":48,"value":1307}," credentials\n",{"type":43,"tag":44,"props":1309,"children":1310},{},[1311],{"type":43,"tag":61,"props":1312,"children":1313},{},[1314],{"type":48,"value":1315},"Clear build cache:",{"type":43,"tag":132,"props":1317,"children":1319},{"className":597,"code":1318,"language":599,"meta":137,"style":137},"eas build -p ios --profile development --clear-cache\n",[1320],{"type":43,"tag":104,"props":1321,"children":1322},{"__ignoreMap":137},[1323],{"type":43,"tag":143,"props":1324,"children":1325},{"class":145,"line":146},[1326,1330,1334,1338,1342,1346,1350],{"type":43,"tag":143,"props":1327,"children":1328},{"style":195},[1329],{"type":48,"value":611},{"type":43,"tag":143,"props":1331,"children":1332},{"style":214},[1333],{"type":48,"value":616},{"type":43,"tag":143,"props":1335,"children":1336},{"style":214},[1337],{"type":48,"value":621},{"type":43,"tag":143,"props":1339,"children":1340},{"style":214},[1341],{"type":48,"value":626},{"type":43,"tag":143,"props":1343,"children":1344},{"style":214},[1345],{"type":48,"value":631},{"type":43,"tag":143,"props":1347,"children":1348},{"style":214},[1349],{"type":48,"value":636},{"type":43,"tag":143,"props":1351,"children":1352},{"style":214},[1353],{"type":48,"value":1354}," --clear-cache\n",{"type":43,"tag":44,"props":1356,"children":1357},{},[1358],{"type":43,"tag":61,"props":1359,"children":1360},{},[1361],{"type":48,"value":1362},"Check EAS CLI version:",{"type":43,"tag":132,"props":1364,"children":1366},{"className":597,"code":1365,"language":599,"meta":137,"style":137},"eas --version\neas update\n",[1367],{"type":43,"tag":104,"props":1368,"children":1369},{"__ignoreMap":137},[1370,1382],{"type":43,"tag":143,"props":1371,"children":1372},{"class":145,"line":146},[1373,1377],{"type":43,"tag":143,"props":1374,"children":1375},{"style":195},[1376],{"type":48,"value":611},{"type":43,"tag":143,"props":1378,"children":1379},{"style":214},[1380],{"type":48,"value":1381}," --version\n",{"type":43,"tag":143,"props":1383,"children":1384},{"class":145,"line":156},[1385,1389],{"type":43,"tag":143,"props":1386,"children":1387},{"style":195},[1388],{"type":48,"value":611},{"type":43,"tag":143,"props":1390,"children":1391},{"style":214},[1392],{"type":48,"value":1393}," update\n",{"type":43,"tag":1395,"props":1396,"children":1397},"style",{},[1398],{"type":48,"value":1399},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1401,"total":1521},[1402,1421,1435,1447,1467,1489,1509],{"slug":1403,"name":1403,"fn":1404,"description":1405,"org":1406,"tags":1407,"stars":25,"repoUrl":26,"updatedAt":1420},"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},[1408,1411,1414,1417],{"name":1409,"slug":1410,"type":15},"Accessibility","accessibility",{"name":1412,"slug":1413,"type":15},"Charts","charts",{"name":1415,"slug":1416,"type":15},"Data Visualization","data-visualization",{"name":1418,"slug":1419,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":1422,"name":1422,"fn":1423,"description":1424,"org":1425,"tags":1426,"stars":25,"repoUrl":26,"updatedAt":1434},"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},[1427,1430,1433],{"name":1428,"slug":1429,"type":15},"Agents","agents",{"name":1431,"slug":1432,"type":15},"Browser Automation","browser-automation",{"name":23,"slug":24,"type":15},"2026-04-06T18:41:03.44016",{"slug":1436,"name":1436,"fn":1437,"description":1438,"org":1439,"tags":1440,"stars":25,"repoUrl":26,"updatedAt":1446},"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},[1441,1442,1445],{"name":1431,"slug":1432,"type":15},{"name":1443,"slug":1444,"type":15},"Local Development","local-development",{"name":23,"slug":24,"type":15},"2026-04-06T18:41:17.526867",{"slug":1448,"name":1448,"fn":1449,"description":1450,"org":1451,"tags":1452,"stars":25,"repoUrl":26,"updatedAt":1466},"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},[1453,1454,1457,1460,1463],{"name":1428,"slug":1429,"type":15},{"name":1455,"slug":1456,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1458,"slug":1459,"type":15},"SDK","sdk",{"name":1461,"slug":1462,"type":15},"Serverless","serverless",{"name":1464,"slug":1465,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1468,"name":1468,"fn":1469,"description":1470,"org":1471,"tags":1472,"stars":25,"repoUrl":26,"updatedAt":1488},"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},[1473,1476,1479,1482,1485],{"name":1474,"slug":1475,"type":15},"Frontend","frontend",{"name":1477,"slug":1478,"type":15},"React","react",{"name":1480,"slug":1481,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1483,"slug":1484,"type":15},"UI Components","ui-components",{"name":1486,"slug":1487,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1490,"name":1490,"fn":1491,"description":1492,"org":1493,"tags":1494,"stars":25,"repoUrl":26,"updatedAt":1508},"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},[1495,1498,1501,1504,1507],{"name":1496,"slug":1497,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1499,"slug":1500,"type":15},"Cost Optimization","cost-optimization",{"name":1502,"slug":1503,"type":15},"LLM","llm",{"name":1505,"slug":1506,"type":15},"Performance","performance",{"name":1486,"slug":1487,"type":15},"2026-04-06T18:40:44.377464",{"slug":1510,"name":1510,"fn":1511,"description":1512,"org":1513,"tags":1514,"stars":25,"repoUrl":26,"updatedAt":1520},"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},[1515,1516,1519],{"name":1499,"slug":1500,"type":15},{"name":1517,"slug":1518,"type":15},"Database","database",{"name":1502,"slug":1503,"type":15},"2026-04-06T18:41:08.513425",600,{"items":1523,"total":1717},[1524,1545,1568,1585,1600,1615,1634,1646,1660,1674,1686,1701],{"slug":1525,"name":1525,"fn":1526,"description":1527,"org":1528,"tags":1529,"stars":1542,"repoUrl":1543,"updatedAt":1544},"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},[1530,1533,1536,1539],{"name":1531,"slug":1532,"type":15},"Documents","documents",{"name":1534,"slug":1535,"type":15},"Healthcare","healthcare",{"name":1537,"slug":1538,"type":15},"Insurance","insurance",{"name":1540,"slug":1541,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1546,"name":1546,"fn":1547,"description":1548,"org":1549,"tags":1550,"stars":1565,"repoUrl":1566,"updatedAt":1567},"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},[1551,1554,1556,1559,1562],{"name":1552,"slug":1553,"type":15},".NET","dotnet",{"name":1555,"slug":1546,"type":15},"ASP.NET Core",{"name":1557,"slug":1558,"type":15},"Blazor","blazor",{"name":1560,"slug":1561,"type":15},"C#","csharp",{"name":1563,"slug":1564,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1569,"name":1569,"fn":1570,"description":1571,"org":1572,"tags":1573,"stars":1565,"repoUrl":1566,"updatedAt":1584},"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},[1574,1577,1580,1583],{"name":1575,"slug":1576,"type":15},"Apps SDK","apps-sdk",{"name":1578,"slug":1579,"type":15},"ChatGPT","chatgpt",{"name":1581,"slug":1582,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1586,"name":1586,"fn":1587,"description":1588,"org":1589,"tags":1590,"stars":1565,"repoUrl":1566,"updatedAt":1599},"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},[1591,1594,1596],{"name":1592,"slug":1593,"type":15},"API Development","api-development",{"name":1595,"slug":168,"type":15},"CLI",{"name":1597,"slug":1598,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1601,"name":1601,"fn":1602,"description":1603,"org":1604,"tags":1605,"stars":1565,"repoUrl":1566,"updatedAt":1614},"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},[1606,1609,1612,1613],{"name":1607,"slug":1608,"type":15},"Cloudflare","cloudflare",{"name":1610,"slug":1611,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1455,"slug":1456,"type":15},{"name":20,"slug":21,"type":15},"2026-04-12T05:07:14.275118",{"slug":1616,"name":1616,"fn":1617,"description":1618,"org":1619,"tags":1620,"stars":1565,"repoUrl":1566,"updatedAt":1633},"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},[1621,1624,1627,1630],{"name":1622,"slug":1623,"type":15},"Productivity","productivity",{"name":1625,"slug":1626,"type":15},"Project Management","project-management",{"name":1628,"slug":1629,"type":15},"Strategy","strategy",{"name":1631,"slug":1632,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1635,"name":1635,"fn":1636,"description":1637,"org":1638,"tags":1639,"stars":1565,"repoUrl":1566,"updatedAt":1645},"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},[1640,1641,1643,1644],{"name":1418,"slug":1419,"type":15},{"name":1642,"slug":1635,"type":15},"Figma",{"name":1474,"slug":1475,"type":15},{"name":1581,"slug":1582,"type":15},"2026-04-12T05:06:47.939943",{"slug":1647,"name":1647,"fn":1648,"description":1649,"org":1650,"tags":1651,"stars":1565,"repoUrl":1566,"updatedAt":1659},"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},[1652,1653,1656,1657,1658],{"name":1418,"slug":1419,"type":15},{"name":1654,"slug":1655,"type":15},"Design System","design-system",{"name":1642,"slug":1635,"type":15},{"name":1474,"slug":1475,"type":15},{"name":1483,"slug":1484,"type":15},"2026-05-10T05:59:52.971881",{"slug":1661,"name":1661,"fn":1662,"description":1663,"org":1664,"tags":1665,"stars":1565,"repoUrl":1566,"updatedAt":1673},"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},[1666,1667,1668,1671,1672],{"name":1418,"slug":1419,"type":15},{"name":1654,"slug":1655,"type":15},{"name":1669,"slug":1670,"type":15},"Documentation","documentation",{"name":1642,"slug":1635,"type":15},{"name":1474,"slug":1475,"type":15},"2026-05-16T06:07:47.821474",{"slug":1675,"name":1675,"fn":1676,"description":1677,"org":1678,"tags":1679,"stars":1565,"repoUrl":1566,"updatedAt":1685},"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},[1680,1681,1682,1683,1684],{"name":1418,"slug":1419,"type":15},{"name":1642,"slug":1635,"type":15},{"name":1474,"slug":1475,"type":15},{"name":1483,"slug":1484,"type":15},{"name":1563,"slug":1564,"type":15},"2026-05-16T06:07:40.583615",{"slug":1687,"name":1687,"fn":1688,"description":1689,"org":1690,"tags":1691,"stars":1565,"repoUrl":1566,"updatedAt":1700},"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},[1692,1695,1696,1699],{"name":1693,"slug":1694,"type":15},"Animation","animation",{"name":1597,"slug":1598,"type":15},{"name":1697,"slug":1698,"type":15},"Creative","creative",{"name":1418,"slug":1419,"type":15},"2026-05-02T05:31:48.48485",{"slug":1702,"name":1702,"fn":1703,"description":1704,"org":1705,"tags":1706,"stars":1565,"repoUrl":1566,"updatedAt":1716},"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},[1707,1708,1709,1712,1715],{"name":1697,"slug":1698,"type":15},{"name":1418,"slug":1419,"type":15},{"name":1710,"slug":1711,"type":15},"Image Generation","image-generation",{"name":1713,"slug":1714,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]