[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-image-to-code":3,"mdc-l50kkn-key":36,"related-repo-openai-image-to-code":795,"related-org-openai-image-to-code":908},{"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},"image-to-code","implement designs from images and mockups","Implement a selected image, screenshot, mockup, or Image Gen reference as a faithful, responsive frontend.",{"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},"Prototyping","prototyping","tag",{"name":17,"slug":18,"type":15},"Web Development","web-development",{"name":20,"slug":21,"type":15},"Frontend","frontend",{"name":23,"slug":24,"type":15},"Design","design",427,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins","2026-07-01T07:54:43.17872",null,65,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Role-specific Codex plugin templates","https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fproduct-design\u002Fskills\u002Fimage-to-code","---\nname: image-to-code\ndescription: \"Implement a selected image, screenshot, mockup, or Image Gen reference as a faithful, responsive frontend.\"\n---\n\n# Image to Code\n\nYou're tasked with translating the visual target image into a high-quality, interactive website or web app.\n\n## Critical Overrides\n\n- Refer to the Plugin router [$index](..\u002Findex\u002FSKILL.md) before proceeding.\n- Follow [$critical-overrides](..\u002F..\u002Freferences\u002Fcritical-overrides.md).\n\n## User Context\n\nBefore starting, load [$user-context](..\u002Fuser-context\u002FSKILL.md) and run its preflight script when local shell access is available.\n\nUse saved product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, component refs, browser preferences, and share targets as grounding material when relevant.\n\nDo not inspect every saved reference. Inspect only what the current task needs.\n\n### [IMPORTANT] Previewing prototypes in ChatGPT Work Mode\n\nStarting `sites-preview` is not verification. Verification requires opening `http:\u002F\u002Fterminal.local:4173\u002F` in the cloud browser, inspecting the rendered page, testing primary interactions, checking browser console errors, and passing design QA.\n\nDo not substitute HTTP health, build success, preview-service status, or deployment success for browser verification. If the cloud browser cannot be used, report verification as blocked.\n\nFor local prototype verification and design QA in ChatGPT Work Mode:\n\n1. Install dependencies if needed. The project must have an npm `dev` script.\n2. `sites-preview` runs `npm run dev -- --host 0.0.0.0 --port 4173 --strictPort`. The `dev` script must accept those flags.\n3. For Vite or Vinext projects, use `\"dev\": \"vite\"`. Do not use `vinext dev`. Configure Vite with `server.host: \"0.0.0.0\"` and `server.allowedHosts: [\"terminal.local\"]`.\n4. From the site root, run `sites-preview start \"$PWD\"`.\n5. Open `http:\u002F\u002Fterminal.local:4173\u002F` in the cloud browser. Do not use `localhost`, `127.0.0.1`, `0.0.0.0`, HTTPS, or another port.\n6. Verify the rendered site and its primary interactions before reporting completion.\n7. Never mention `terminal.local` or output that URL to the user. Deploy a checkpoint with `@Sites` and give the user only the deployed checkpoint URL.\n\n### Mobile prototypes\n\nFor a mobile app or phone prototype, build and verify at 390 × 844 unless the user names a device. Use the starter's `.mobile-prototype` wrapper. Do not use `min-height: 100vh` on the app shell. The app surface must end at the 390 × 844 frame. Every screen must fit 390px wide with no horizontal scroll, clipped text, clipped controls, or off-screen primary actions.\n\n## Workflow\n\nCRITICAL: THIS IS NOT GUIDANCE. THIS IS A CHECKLIST TO COMPLETE.\n\n1. Do not start unless you have a selected image, screenshot, mockup, or Image Gen result to recreate. A written brief is not enough.\n\n2. Resolve the exact selected visual target before building.\n\n    - If the user selected a numbered `$ideate` option, use the Nth displayed generated-image result from the most recent ideation set. Do not use the original concept planning order or Image Gen prompt submission order.\n    - Use the concept-name list from `$ideate` only when it was explicitly written in the same displayed-image order.\n    - A generated-image result ID, selected image attachment, screenshot, mockup, or Figma frame is stronger than a bare ordinal. Prefer that exact reference when available.\n    - If the selected result cannot be resolved unambiguously, stop before implementation and ask the user to name the concept or reattach\u002Fselect the image. Never guess and build a nearby option.\n\n3. Treat the resolved image as the design to recreate.\n\n4. If the provided design is a mobile viewport, build a mobile app. If it's unclear, default to desktop.\n\n5. Review the reference design, catalog every image asset in the design, and use the Image Gen tool to create individual images for each one. Zoom in so you can catch every asset that needs to be generated.\n\n    Examples include:\n\n    - Hero images including full bleed image backgrounds\n    - Featured article imagery\n    - Thumbnails\n    - Decorative illustrations\n    - Textures and background motifs\n    - Logos\n    - Product images\n    - Avatars\n\n    Rules:\n\n    - CRITICAL RULE: Do not create custom div art, CSS art, inline SVGs, handcrafted SVGs, HTML element drawings, div\u002Fspan shapes, CSS drawings, gradients, emoji, or text glyphs instead of real icons and image assets ever. Use the built-in Image Gen tool for images and the closest matching icon library for icons.\n    - If text is part of an image asset, keep it in the image asset. Examples include full bleed hero images, signs, posters, packaging, storefronts, article art, and illustrations where the type belongs to the visual itself. Do not crop the background image and recreate that text with transparent text boxes, HTML, CSS, or separate overlay layers unless the source clearly shows editable UI text sitting on top of the image.\n    - Do not use generic placeholders where the reference implies custom visual content.\n    - Generated assets must share the same art direction, palette, rendering style, and design language as the reference mockup.\n    - The built-in Image Gen tool does not support transparent images; post-process generated assets when transparency is required.\n\n### Parallel asset production\n\nAfter cataloging and measuring the reference assets, spawn up to three asset subagents while the main agent builds the app structure.\n\nGive each subagent one raster asset task at a time with its reference crop, exact dimensions, focal point, style, output path, and consuming component. Asset subagents generate, inspect, save, and report the asset path only. They must not edit source code, run the browser, or deploy.\n\nPrioritize critical above-the-fold assets first, then reuse agents for supporting assets. Do not delegate standard UI icons or supplied brand logos.\n\n6. Define all sections of the page. For each section, meticulously measure the layout, spacing between elements, and the size and space of the elements themselves.\n\n7. Find freely available fonts that match the target design.\n\n8. Find a freely available icon library that matches the target design. Do not default to Lucide icons. Search for the best match.\n\n    Rules:\n\n    - CRITICAL RULE: Do not create custom inline SVGs, handcrafted SVGs, HTML element drawings, div\u002Fspan shapes, CSS drawings, gradients, emoji, or text glyphs. Use the built-in Image Gen tool to generate assets and use the closest matching icon library for icons.\n\n9. Build the app starting with [local-prototype-preflight](..\u002F..\u002Freferences\u002Flocal-prototype-preflight.md). Unless the user asks for a static mock, full production behavior, or a different scope, bring the app or website to life with:\n\n    - Working navigation, links, tabs, menus, and primary CTAs.\n    - Functional inputs, filters, toggles, selections, and forms shown in the main experience.\n    - Visible UI states: hover, focus, selected, open\u002Fclosed, loading, empty, and success where relevant.\n    - The main task, conversion path, or user journey working from start to finish when the product has one.\n\n    Controls outside the core experience may be visual-only. Do not build auth, persistence, backend\u002FAPI calls, integrations, or exhaustive edge cases unless requested.\n\n    Rules:\n\n    - Place every image asset you generated into its position before proceeding. I repeat, replace all placeholders, including CSS\u002FSVG placeholders, before proceeding.\n    - Do not leave controls in the core experience as static chrome. Do not create new pages or routes unless the user asks for them.\n\n10. Run the local app.\n\n11. Capture the local app using the Browser Choice rule in [$index](..\u002Findex\u002FSKILL.md#browser-choice).\n\n12. Run [design-qa](..\u002Fdesign-qa\u002FSKILL.md) as the blocking build gate.\n\n    Steps:\n\n    - Open the reference image and the latest prototype screenshot before writing the QA report.\n    - Compare the same viewport and the same interaction state. If they do not match, capture the missing view first.\n    - Save the QA report as `design-qa.md` in the project root.\n    - Fix P0\u002FP1\u002FP2 issues, capture the app again, and repeat until the QA report says `final result: passed`.\n    - Do not keep looping on P3 polish. Include any remaining P3s as follow-up iteration notes.\n    - If source capture, prototype capture, or visual comparison is blocked, stop. `design-qa.md` must say `final result: blocked`.\n    - Do not hand off unless `design-qa.md` exists and says `final result: passed`.\n\n13. Handoff the app or website.\n\n    - Only hand off after [design-qa](..\u002Fdesign-qa\u002FSKILL.md) passes.\n    - Keep the prototype running locally.\n    - In Codex Desktop, provide the clickable local URL. In ChatGPT Work Mode, deploy a checkpoint with `@Sites` and provide only its deployed URL; never output `terminal.local`.\n    - After the prototype link, use the shared build handoff from `critical-overrides.md`. Do not add a different completion message.\n    - Include the post-build iteration and share nudge from [critical-overrides](..\u002F..\u002Freferences\u002Fcritical-overrides.md#build-handoff).\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,55,62,94,100,113,118,123,136,158,163,168,319,325,346,352,357,505,511,516,521,526],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Image to Code",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"You're tasked with translating the visual target image into a high-quality, interactive website or web app.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"critical-overrides",[60],{"type":47,"value":61},"Critical Overrides",{"type":42,"tag":63,"props":64,"children":65},"ul",{},[66,81],{"type":42,"tag":67,"props":68,"children":69},"li",{},[70,72,79],{"type":47,"value":71},"Refer to the Plugin router ",{"type":42,"tag":73,"props":74,"children":76},"a",{"href":75},"..\u002Findex\u002FSKILL.md",[77],{"type":47,"value":78},"$index",{"type":47,"value":80}," before proceeding.",{"type":42,"tag":67,"props":82,"children":83},{},[84,86,92],{"type":47,"value":85},"Follow ",{"type":42,"tag":73,"props":87,"children":89},{"href":88},"..\u002F..\u002Freferences\u002Fcritical-overrides.md",[90],{"type":47,"value":91},"$critical-overrides",{"type":47,"value":93},".",{"type":42,"tag":56,"props":95,"children":97},{"id":96},"user-context",[98],{"type":47,"value":99},"User Context",{"type":42,"tag":50,"props":101,"children":102},{},[103,105,111],{"type":47,"value":104},"Before starting, load ",{"type":42,"tag":73,"props":106,"children":108},{"href":107},"..\u002Fuser-context\u002FSKILL.md",[109],{"type":47,"value":110},"$user-context",{"type":47,"value":112}," and run its preflight script when local shell access is available.",{"type":42,"tag":50,"props":114,"children":115},{},[116],{"type":47,"value":117},"Use saved product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, component refs, browser preferences, and share targets as grounding material when relevant.",{"type":42,"tag":50,"props":119,"children":120},{},[121],{"type":47,"value":122},"Do not inspect every saved reference. Inspect only what the current task needs.",{"type":42,"tag":124,"props":125,"children":127},"h3",{"id":126},"important-previewing-prototypes-in-chatgpt-work-mode",[128,134],{"type":42,"tag":129,"props":130,"children":131},"span",{},[132],{"type":47,"value":133},"IMPORTANT",{"type":47,"value":135}," Previewing prototypes in ChatGPT Work Mode",{"type":42,"tag":50,"props":137,"children":138},{},[139,141,148,150,156],{"type":47,"value":140},"Starting ",{"type":42,"tag":142,"props":143,"children":145},"code",{"className":144},[],[146],{"type":47,"value":147},"sites-preview",{"type":47,"value":149}," is not verification. Verification requires opening ",{"type":42,"tag":142,"props":151,"children":153},{"className":152},[],[154],{"type":47,"value":155},"http:\u002F\u002Fterminal.local:4173\u002F",{"type":47,"value":157}," in the cloud browser, inspecting the rendered page, testing primary interactions, checking browser console errors, and passing design QA.",{"type":42,"tag":50,"props":159,"children":160},{},[161],{"type":47,"value":162},"Do not substitute HTTP health, build success, preview-service status, or deployment success for browser verification. If the cloud browser cannot be used, report verification as blocked.",{"type":42,"tag":50,"props":164,"children":165},{},[166],{"type":47,"value":167},"For local prototype verification and design QA in ChatGPT Work Mode:",{"type":42,"tag":169,"props":170,"children":171},"ol",{},[172,185,210,246,258,293,298],{"type":42,"tag":67,"props":173,"children":174},{},[175,177,183],{"type":47,"value":176},"Install dependencies if needed. The project must have an npm ",{"type":42,"tag":142,"props":178,"children":180},{"className":179},[],[181],{"type":47,"value":182},"dev",{"type":47,"value":184}," script.",{"type":42,"tag":67,"props":186,"children":187},{},[188,193,195,201,203,208],{"type":42,"tag":142,"props":189,"children":191},{"className":190},[],[192],{"type":47,"value":147},{"type":47,"value":194}," runs ",{"type":42,"tag":142,"props":196,"children":198},{"className":197},[],[199],{"type":47,"value":200},"npm run dev -- --host 0.0.0.0 --port 4173 --strictPort",{"type":47,"value":202},". The ",{"type":42,"tag":142,"props":204,"children":206},{"className":205},[],[207],{"type":47,"value":182},{"type":47,"value":209}," script must accept those flags.",{"type":42,"tag":67,"props":211,"children":212},{},[213,215,221,223,229,231,237,239,245],{"type":47,"value":214},"For Vite or Vinext projects, use ",{"type":42,"tag":142,"props":216,"children":218},{"className":217},[],[219],{"type":47,"value":220},"\"dev\": \"vite\"",{"type":47,"value":222},". Do not use ",{"type":42,"tag":142,"props":224,"children":226},{"className":225},[],[227],{"type":47,"value":228},"vinext dev",{"type":47,"value":230},". Configure Vite with ",{"type":42,"tag":142,"props":232,"children":234},{"className":233},[],[235],{"type":47,"value":236},"server.host: \"0.0.0.0\"",{"type":47,"value":238}," and ",{"type":42,"tag":142,"props":240,"children":242},{"className":241},[],[243],{"type":47,"value":244},"server.allowedHosts: [\"terminal.local\"]",{"type":47,"value":93},{"type":42,"tag":67,"props":247,"children":248},{},[249,251,257],{"type":47,"value":250},"From the site root, run ",{"type":42,"tag":142,"props":252,"children":254},{"className":253},[],[255],{"type":47,"value":256},"sites-preview start \"$PWD\"",{"type":47,"value":93},{"type":42,"tag":67,"props":259,"children":260},{},[261,263,268,270,276,278,284,285,291],{"type":47,"value":262},"Open ",{"type":42,"tag":142,"props":264,"children":266},{"className":265},[],[267],{"type":47,"value":155},{"type":47,"value":269}," in the cloud browser. Do not use ",{"type":42,"tag":142,"props":271,"children":273},{"className":272},[],[274],{"type":47,"value":275},"localhost",{"type":47,"value":277},", ",{"type":42,"tag":142,"props":279,"children":281},{"className":280},[],[282],{"type":47,"value":283},"127.0.0.1",{"type":47,"value":277},{"type":42,"tag":142,"props":286,"children":288},{"className":287},[],[289],{"type":47,"value":290},"0.0.0.0",{"type":47,"value":292},", HTTPS, or another port.",{"type":42,"tag":67,"props":294,"children":295},{},[296],{"type":47,"value":297},"Verify the rendered site and its primary interactions before reporting completion.",{"type":42,"tag":67,"props":299,"children":300},{},[301,303,309,311,317],{"type":47,"value":302},"Never mention ",{"type":42,"tag":142,"props":304,"children":306},{"className":305},[],[307],{"type":47,"value":308},"terminal.local",{"type":47,"value":310}," or output that URL to the user. Deploy a checkpoint with ",{"type":42,"tag":142,"props":312,"children":314},{"className":313},[],[315],{"type":47,"value":316},"@Sites",{"type":47,"value":318}," and give the user only the deployed checkpoint URL.",{"type":42,"tag":124,"props":320,"children":322},{"id":321},"mobile-prototypes",[323],{"type":47,"value":324},"Mobile prototypes",{"type":42,"tag":50,"props":326,"children":327},{},[328,330,336,338,344],{"type":47,"value":329},"For a mobile app or phone prototype, build and verify at 390 × 844 unless the user names a device. Use the starter's ",{"type":42,"tag":142,"props":331,"children":333},{"className":332},[],[334],{"type":47,"value":335},".mobile-prototype",{"type":47,"value":337}," wrapper. Do not use ",{"type":42,"tag":142,"props":339,"children":341},{"className":340},[],[342],{"type":47,"value":343},"min-height: 100vh",{"type":47,"value":345}," on the app shell. The app surface must end at the 390 × 844 frame. Every screen must fit 390px wide with no horizontal scroll, clipped text, clipped controls, or off-screen primary actions.",{"type":42,"tag":56,"props":347,"children":349},{"id":348},"workflow",[350],{"type":47,"value":351},"Workflow",{"type":42,"tag":50,"props":353,"children":354},{},[355],{"type":47,"value":356},"CRITICAL: THIS IS NOT GUIDANCE. THIS IS A CHECKLIST TO COMPLETE.",{"type":42,"tag":169,"props":358,"children":359},{},[360,365,408,413,418],{"type":42,"tag":67,"props":361,"children":362},{},[363],{"type":47,"value":364},"Do not start unless you have a selected image, screenshot, mockup, or Image Gen result to recreate. A written brief is not enough.",{"type":42,"tag":67,"props":366,"children":367},{},[368,370],{"type":47,"value":369},"Resolve the exact selected visual target before building.",{"type":42,"tag":63,"props":371,"children":372},{},[373,386,398,403],{"type":42,"tag":67,"props":374,"children":375},{},[376,378,384],{"type":47,"value":377},"If the user selected a numbered ",{"type":42,"tag":142,"props":379,"children":381},{"className":380},[],[382],{"type":47,"value":383},"$ideate",{"type":47,"value":385}," option, use the Nth displayed generated-image result from the most recent ideation set. Do not use the original concept planning order or Image Gen prompt submission order.",{"type":42,"tag":67,"props":387,"children":388},{},[389,391,396],{"type":47,"value":390},"Use the concept-name list from ",{"type":42,"tag":142,"props":392,"children":394},{"className":393},[],[395],{"type":47,"value":383},{"type":47,"value":397}," only when it was explicitly written in the same displayed-image order.",{"type":42,"tag":67,"props":399,"children":400},{},[401],{"type":47,"value":402},"A generated-image result ID, selected image attachment, screenshot, mockup, or Figma frame is stronger than a bare ordinal. Prefer that exact reference when available.",{"type":42,"tag":67,"props":404,"children":405},{},[406],{"type":47,"value":407},"If the selected result cannot be resolved unambiguously, stop before implementation and ask the user to name the concept or reattach\u002Fselect the image. Never guess and build a nearby option.",{"type":42,"tag":67,"props":409,"children":410},{},[411],{"type":47,"value":412},"Treat the resolved image as the design to recreate.",{"type":42,"tag":67,"props":414,"children":415},{},[416],{"type":47,"value":417},"If the provided design is a mobile viewport, build a mobile app. If it's unclear, default to desktop.",{"type":42,"tag":67,"props":419,"children":420},{},[421,423,427,429,472,475,477],{"type":47,"value":422},"Review the reference design, catalog every image asset in the design, and use the Image Gen tool to create individual images for each one. Zoom in so you can catch every asset that needs to be generated.",{"type":42,"tag":424,"props":425,"children":426},"br",{},[],{"type":47,"value":428},"Examples include:",{"type":42,"tag":63,"props":430,"children":431},{},[432,437,442,447,452,457,462,467],{"type":42,"tag":67,"props":433,"children":434},{},[435],{"type":47,"value":436},"Hero images including full bleed image backgrounds",{"type":42,"tag":67,"props":438,"children":439},{},[440],{"type":47,"value":441},"Featured article imagery",{"type":42,"tag":67,"props":443,"children":444},{},[445],{"type":47,"value":446},"Thumbnails",{"type":42,"tag":67,"props":448,"children":449},{},[450],{"type":47,"value":451},"Decorative illustrations",{"type":42,"tag":67,"props":453,"children":454},{},[455],{"type":47,"value":456},"Textures and background motifs",{"type":42,"tag":67,"props":458,"children":459},{},[460],{"type":47,"value":461},"Logos",{"type":42,"tag":67,"props":463,"children":464},{},[465],{"type":47,"value":466},"Product images",{"type":42,"tag":67,"props":468,"children":469},{},[470],{"type":47,"value":471},"Avatars",{"type":42,"tag":424,"props":473,"children":474},{},[],{"type":47,"value":476},"Rules:",{"type":42,"tag":63,"props":478,"children":479},{},[480,485,490,495,500],{"type":42,"tag":67,"props":481,"children":482},{},[483],{"type":47,"value":484},"CRITICAL RULE: Do not create custom div art, CSS art, inline SVGs, handcrafted SVGs, HTML element drawings, div\u002Fspan shapes, CSS drawings, gradients, emoji, or text glyphs instead of real icons and image assets ever. Use the built-in Image Gen tool for images and the closest matching icon library for icons.",{"type":42,"tag":67,"props":486,"children":487},{},[488],{"type":47,"value":489},"If text is part of an image asset, keep it in the image asset. Examples include full bleed hero images, signs, posters, packaging, storefronts, article art, and illustrations where the type belongs to the visual itself. Do not crop the background image and recreate that text with transparent text boxes, HTML, CSS, or separate overlay layers unless the source clearly shows editable UI text sitting on top of the image.",{"type":42,"tag":67,"props":491,"children":492},{},[493],{"type":47,"value":494},"Do not use generic placeholders where the reference implies custom visual content.",{"type":42,"tag":67,"props":496,"children":497},{},[498],{"type":47,"value":499},"Generated assets must share the same art direction, palette, rendering style, and design language as the reference mockup.",{"type":42,"tag":67,"props":501,"children":502},{},[503],{"type":47,"value":504},"The built-in Image Gen tool does not support transparent images; post-process generated assets when transparency is required.",{"type":42,"tag":124,"props":506,"children":508},{"id":507},"parallel-asset-production",[509],{"type":47,"value":510},"Parallel asset production",{"type":42,"tag":50,"props":512,"children":513},{},[514],{"type":47,"value":515},"After cataloging and measuring the reference assets, spawn up to three asset subagents while the main agent builds the app structure.",{"type":42,"tag":50,"props":517,"children":518},{},[519],{"type":47,"value":520},"Give each subagent one raster asset task at a time with its reference crop, exact dimensions, focal point, style, output path, and consuming component. Asset subagents generate, inspect, save, and report the asset path only. They must not edit source code, run the browser, or deploy.",{"type":42,"tag":50,"props":522,"children":523},{},[524],{"type":47,"value":525},"Prioritize critical above-the-fold assets first, then reuse agents for supporting assets. Do not delegate standard UI icons or supplied brand logos.",{"type":42,"tag":169,"props":527,"children":529},{"start":528},6,[530,535,540,557,615,620,631,729],{"type":42,"tag":67,"props":531,"children":532},{},[533],{"type":47,"value":534},"Define all sections of the page. For each section, meticulously measure the layout, spacing between elements, and the size and space of the elements themselves.",{"type":42,"tag":67,"props":536,"children":537},{},[538],{"type":47,"value":539},"Find freely available fonts that match the target design.",{"type":42,"tag":67,"props":541,"children":542},{},[543,545,548,549],{"type":47,"value":544},"Find a freely available icon library that matches the target design. Do not default to Lucide icons. Search for the best match.",{"type":42,"tag":424,"props":546,"children":547},{},[],{"type":47,"value":476},{"type":42,"tag":63,"props":550,"children":551},{},[552],{"type":42,"tag":67,"props":553,"children":554},{},[555],{"type":47,"value":556},"CRITICAL RULE: Do not create custom inline SVGs, handcrafted SVGs, HTML element drawings, div\u002Fspan shapes, CSS drawings, gradients, emoji, or text glyphs. Use the built-in Image Gen tool to generate assets and use the closest matching icon library for icons.",{"type":42,"tag":67,"props":558,"children":559},{},[560,562,568,570,593,596,598,601,602],{"type":47,"value":561},"Build the app starting with ",{"type":42,"tag":73,"props":563,"children":565},{"href":564},"..\u002F..\u002Freferences\u002Flocal-prototype-preflight.md",[566],{"type":47,"value":567},"local-prototype-preflight",{"type":47,"value":569},". Unless the user asks for a static mock, full production behavior, or a different scope, bring the app or website to life with:",{"type":42,"tag":63,"props":571,"children":572},{},[573,578,583,588],{"type":42,"tag":67,"props":574,"children":575},{},[576],{"type":47,"value":577},"Working navigation, links, tabs, menus, and primary CTAs.",{"type":42,"tag":67,"props":579,"children":580},{},[581],{"type":47,"value":582},"Functional inputs, filters, toggles, selections, and forms shown in the main experience.",{"type":42,"tag":67,"props":584,"children":585},{},[586],{"type":47,"value":587},"Visible UI states: hover, focus, selected, open\u002Fclosed, loading, empty, and success where relevant.",{"type":42,"tag":67,"props":589,"children":590},{},[591],{"type":47,"value":592},"The main task, conversion path, or user journey working from start to finish when the product has one.",{"type":42,"tag":424,"props":594,"children":595},{},[],{"type":47,"value":597},"Controls outside the core experience may be visual-only. Do not build auth, persistence, backend\u002FAPI calls, integrations, or exhaustive edge cases unless requested.",{"type":42,"tag":424,"props":599,"children":600},{},[],{"type":47,"value":476},{"type":42,"tag":63,"props":603,"children":604},{},[605,610],{"type":42,"tag":67,"props":606,"children":607},{},[608],{"type":47,"value":609},"Place every image asset you generated into its position before proceeding. I repeat, replace all placeholders, including CSS\u002FSVG placeholders, before proceeding.",{"type":42,"tag":67,"props":611,"children":612},{},[613],{"type":47,"value":614},"Do not leave controls in the core experience as static chrome. Do not create new pages or routes unless the user asks for them.",{"type":42,"tag":67,"props":616,"children":617},{},[618],{"type":47,"value":619},"Run the local app.",{"type":42,"tag":67,"props":621,"children":622},{},[623,625,630],{"type":47,"value":624},"Capture the local app using the Browser Choice rule in ",{"type":42,"tag":73,"props":626,"children":628},{"href":627},"..\u002Findex\u002FSKILL.md#browser-choice",[629],{"type":47,"value":78},{"type":47,"value":93},{"type":42,"tag":67,"props":632,"children":633},{},[634,636,642,644,647,649],{"type":47,"value":635},"Run ",{"type":42,"tag":73,"props":637,"children":639},{"href":638},"..\u002Fdesign-qa\u002FSKILL.md",[640],{"type":47,"value":641},"design-qa",{"type":47,"value":643}," as the blocking build gate.",{"type":42,"tag":424,"props":645,"children":646},{},[],{"type":47,"value":648},"Steps:",{"type":42,"tag":63,"props":650,"children":651},{},[652,657,662,675,687,692,711],{"type":42,"tag":67,"props":653,"children":654},{},[655],{"type":47,"value":656},"Open the reference image and the latest prototype screenshot before writing the QA report.",{"type":42,"tag":67,"props":658,"children":659},{},[660],{"type":47,"value":661},"Compare the same viewport and the same interaction state. If they do not match, capture the missing view first.",{"type":42,"tag":67,"props":663,"children":664},{},[665,667,673],{"type":47,"value":666},"Save the QA report as ",{"type":42,"tag":142,"props":668,"children":670},{"className":669},[],[671],{"type":47,"value":672},"design-qa.md",{"type":47,"value":674}," in the project root.",{"type":42,"tag":67,"props":676,"children":677},{},[678,680,686],{"type":47,"value":679},"Fix P0\u002FP1\u002FP2 issues, capture the app again, and repeat until the QA report says ",{"type":42,"tag":142,"props":681,"children":683},{"className":682},[],[684],{"type":47,"value":685},"final result: passed",{"type":47,"value":93},{"type":42,"tag":67,"props":688,"children":689},{},[690],{"type":47,"value":691},"Do not keep looping on P3 polish. Include any remaining P3s as follow-up iteration notes.",{"type":42,"tag":67,"props":693,"children":694},{},[695,697,702,704,710],{"type":47,"value":696},"If source capture, prototype capture, or visual comparison is blocked, stop. ",{"type":42,"tag":142,"props":698,"children":700},{"className":699},[],[701],{"type":47,"value":672},{"type":47,"value":703}," must say ",{"type":42,"tag":142,"props":705,"children":707},{"className":706},[],[708],{"type":47,"value":709},"final result: blocked",{"type":47,"value":93},{"type":42,"tag":67,"props":712,"children":713},{},[714,716,721,723,728],{"type":47,"value":715},"Do not hand off unless ",{"type":42,"tag":142,"props":717,"children":719},{"className":718},[],[720],{"type":47,"value":672},{"type":47,"value":722}," exists and says ",{"type":42,"tag":142,"props":724,"children":726},{"className":725},[],[727],{"type":47,"value":685},{"type":47,"value":93},{"type":42,"tag":67,"props":730,"children":731},{},[732,734],{"type":47,"value":733},"Handoff the app or website.",{"type":42,"tag":63,"props":735,"children":736},{},[737,748,753,771,784],{"type":42,"tag":67,"props":738,"children":739},{},[740,742,746],{"type":47,"value":741},"Only hand off after ",{"type":42,"tag":73,"props":743,"children":744},{"href":638},[745],{"type":47,"value":641},{"type":47,"value":747}," passes.",{"type":42,"tag":67,"props":749,"children":750},{},[751],{"type":47,"value":752},"Keep the prototype running locally.",{"type":42,"tag":67,"props":754,"children":755},{},[756,758,763,765,770],{"type":47,"value":757},"In Codex Desktop, provide the clickable local URL. In ChatGPT Work Mode, deploy a checkpoint with ",{"type":42,"tag":142,"props":759,"children":761},{"className":760},[],[762],{"type":47,"value":316},{"type":47,"value":764}," and provide only its deployed URL; never output ",{"type":42,"tag":142,"props":766,"children":768},{"className":767},[],[769],{"type":47,"value":308},{"type":47,"value":93},{"type":42,"tag":67,"props":772,"children":773},{},[774,776,782],{"type":47,"value":775},"After the prototype link, use the shared build handoff from ",{"type":42,"tag":142,"props":777,"children":779},{"className":778},[],[780],{"type":47,"value":781},"critical-overrides.md",{"type":47,"value":783},". Do not add a different completion message.",{"type":42,"tag":67,"props":785,"children":786},{},[787,789,794],{"type":47,"value":788},"Include the post-build iteration and share nudge from ",{"type":42,"tag":73,"props":790,"children":792},{"href":791},"..\u002F..\u002Freferences\u002Fcritical-overrides.md#build-handoff",[793],{"type":47,"value":58},{"type":47,"value":93},{"items":796,"total":907},[797,816,832,845,861,875,892],{"slug":798,"name":798,"fn":799,"description":800,"org":801,"tags":802,"stars":25,"repoUrl":26,"updatedAt":815},"analyze-account-signals","analyze account signals for sales intelligence","Use when the user wants to know what changed with one account, monitor an owner portfolio or watchlist, or rank accounts needing attention from recent evidence. Produce an evidence-backed account brief or bounded watchlist summary with recommended actions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[803,806,809,812],{"name":804,"slug":805,"type":15},"Analytics","analytics",{"name":807,"slug":808,"type":15},"CRM","crm",{"name":810,"slug":811,"type":15},"Research","research",{"name":813,"slug":814,"type":15},"Sales","sales","2026-07-01T07:54:11.79288",{"slug":817,"name":817,"fn":818,"description":819,"org":820,"tags":821,"stars":25,"repoUrl":26,"updatedAt":831},"analyze-data-quality","assess data quality for analysis","Assess whether structured data, query results, dashboards, or analytical evidence are trustworthy enough to use. Use when the task is to check data quality, reconcile conflicting sources or metric definitions, or decide whether evidence is safe to cite.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[822,825,828],{"name":823,"slug":824,"type":15},"Audit","audit",{"name":826,"slug":827,"type":15},"Data Engineering","data-engineering",{"name":829,"slug":830,"type":15},"Data Quality","data-quality","2026-07-01T07:55:01.146961",{"slug":833,"name":833,"fn":834,"description":835,"org":836,"tags":837,"stars":25,"repoUrl":26,"updatedAt":844},"answers-ask-user-input","request missing context from users","Use when a small amount of missing context would materially improve the answer and tappable options plus a free-text answer can gather it efficiently.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[838,841],{"name":839,"slug":840,"type":15},"Communications","communications",{"name":842,"slug":843,"type":15},"Productivity","productivity","2026-07-14T05:43:36.096323",{"slug":846,"name":846,"fn":847,"description":848,"org":849,"tags":850,"stars":25,"repoUrl":26,"updatedAt":860},"apollo","prospect and enrich leads with Apollo","Use only when a focused Sales workflow has selected a present and connected Apollo connector, or the user explicitly asks for Apollo prospecting, enrichment, Company Details, records, sequences, or outbound planning. Apply Apollo v2-specific behavior only after verifying app version 2.0.0 or later.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[851,853,856,859],{"name":852,"slug":846,"type":15},"Apollo",{"name":854,"slug":855,"type":15},"Lead Enrichment","lead-enrichment",{"name":857,"slug":858,"type":15},"Prospecting","prospecting",{"name":813,"slug":814,"type":15},"2026-07-14T05:43:34.800076",{"slug":824,"name":824,"fn":862,"description":863,"org":864,"tags":865,"stars":25,"repoUrl":26,"updatedAt":874},"audit product flows and user journeys","Audit or critique a product flow, journey, workflow, funnel, onboarding path, checkout path, settings path, screen, or multi-step product experience by capturing screenshots first, then reporting UX, design, and accessibility findings inline from that evidence. Use Figma only when the user explicitly asks for a board. Use when the user asks to audit, review, critique, inspect, assess, analyze, evaluate, or give feedback on a product experience.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[866,867,868,871],{"name":823,"slug":824,"type":15},{"name":23,"slug":24,"type":15},{"name":869,"slug":870,"type":15},"Product Management","product-management",{"name":872,"slug":873,"type":15},"UX Design","ux-design","2026-07-01T07:54:30.613428",{"slug":876,"name":876,"fn":877,"description":878,"org":879,"tags":880,"stars":25,"repoUrl":26,"updatedAt":891},"build-business-case","build customer-led business cases and ROI","Review commercial proposals and build customer-led business cases, ROI or value models, pricing or investment rationales, executive summaries, and customer-ready value stories tied to a customer, workflow, initiative, or decision.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[881,884,887,890],{"name":882,"slug":883,"type":15},"Content Creation","content-creation",{"name":885,"slug":886,"type":15},"Finance","finance",{"name":888,"slug":889,"type":15},"Financial Modeling","financial-modeling",{"name":813,"slug":814,"type":15},"2026-07-01T07:54:02.779003",{"slug":893,"name":893,"fn":894,"description":895,"org":896,"tags":897,"stars":25,"repoUrl":26,"updatedAt":906},"build-competitive-brief","build competitive briefs and battlecards","Use when the user wants a competitor or vendor comparison, market-landscape analysis, battlecard, objection package, positioning brief, or account-specific competitive view. Produce an evidence-backed comparison, guidance, and brief, using supplied materials, connected research, and public evidence when appropriate.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[898,901,904,905],{"name":899,"slug":900,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":902,"slug":903,"type":15},"Marketing","marketing",{"name":810,"slug":811,"type":15},{"name":813,"slug":814,"type":15},"2026-07-01T07:54:13.073252",43,{"items":909,"total":1106},[910,931,952,969,985,1004,1021,1033,1049,1063,1075,1090],{"slug":911,"name":911,"fn":912,"description":913,"org":914,"tags":915,"stars":928,"repoUrl":929,"updatedAt":930},"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},[916,919,922,925],{"name":917,"slug":918,"type":15},"Documents","documents",{"name":920,"slug":921,"type":15},"Healthcare","healthcare",{"name":923,"slug":924,"type":15},"Insurance","insurance",{"name":926,"slug":927,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":932,"name":932,"fn":933,"description":934,"org":935,"tags":936,"stars":949,"repoUrl":950,"updatedAt":951},"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},[937,940,942,945,948],{"name":938,"slug":939,"type":15},".NET","dotnet",{"name":941,"slug":932,"type":15},"ASP.NET Core",{"name":943,"slug":944,"type":15},"Blazor","blazor",{"name":946,"slug":947,"type":15},"C#","csharp",{"name":17,"slug":18,"type":15},23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":953,"name":953,"fn":954,"description":955,"org":956,"tags":957,"stars":949,"repoUrl":950,"updatedAt":968},"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},[958,961,964,967],{"name":959,"slug":960,"type":15},"Apps SDK","apps-sdk",{"name":962,"slug":963,"type":15},"ChatGPT","chatgpt",{"name":965,"slug":966,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":970,"name":970,"fn":971,"description":972,"org":973,"tags":974,"stars":949,"repoUrl":950,"updatedAt":984},"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},[975,978,981],{"name":976,"slug":977,"type":15},"API Development","api-development",{"name":979,"slug":980,"type":15},"CLI","cli",{"name":982,"slug":983,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":986,"name":986,"fn":987,"description":988,"org":989,"tags":990,"stars":949,"repoUrl":950,"updatedAt":1003},"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},[991,994,997,1000],{"name":992,"slug":993,"type":15},"Cloudflare","cloudflare",{"name":995,"slug":996,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":998,"slug":999,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1001,"slug":1002,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1005,"name":1005,"fn":1006,"description":1007,"org":1008,"tags":1009,"stars":949,"repoUrl":950,"updatedAt":1020},"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},[1010,1011,1014,1017],{"name":842,"slug":843,"type":15},{"name":1012,"slug":1013,"type":15},"Project Management","project-management",{"name":1015,"slug":1016,"type":15},"Strategy","strategy",{"name":1018,"slug":1019,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1022,"name":1022,"fn":1023,"description":1024,"org":1025,"tags":1026,"stars":949,"repoUrl":950,"updatedAt":1032},"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},[1027,1028,1030,1031],{"name":23,"slug":24,"type":15},{"name":1029,"slug":1022,"type":15},"Figma",{"name":20,"slug":21,"type":15},{"name":965,"slug":966,"type":15},"2026-04-12T05:06:47.939943",{"slug":1034,"name":1034,"fn":1035,"description":1036,"org":1037,"tags":1038,"stars":949,"repoUrl":950,"updatedAt":1048},"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},[1039,1040,1043,1044,1045],{"name":23,"slug":24,"type":15},{"name":1041,"slug":1042,"type":15},"Design System","design-system",{"name":1029,"slug":1022,"type":15},{"name":20,"slug":21,"type":15},{"name":1046,"slug":1047,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":1050,"name":1050,"fn":1051,"description":1052,"org":1053,"tags":1054,"stars":949,"repoUrl":950,"updatedAt":1062},"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},[1055,1056,1057,1060,1061],{"name":23,"slug":24,"type":15},{"name":1041,"slug":1042,"type":15},{"name":1058,"slug":1059,"type":15},"Documentation","documentation",{"name":1029,"slug":1022,"type":15},{"name":20,"slug":21,"type":15},"2026-05-16T06:07:47.821474",{"slug":1064,"name":1064,"fn":1065,"description":1066,"org":1067,"tags":1068,"stars":949,"repoUrl":950,"updatedAt":1074},"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},[1069,1070,1071,1072,1073],{"name":23,"slug":24,"type":15},{"name":1029,"slug":1022,"type":15},{"name":20,"slug":21,"type":15},{"name":1046,"slug":1047,"type":15},{"name":17,"slug":18,"type":15},"2026-05-16T06:07:40.583615",{"slug":1076,"name":1076,"fn":1077,"description":1078,"org":1079,"tags":1080,"stars":949,"repoUrl":950,"updatedAt":1089},"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},[1081,1084,1085,1088],{"name":1082,"slug":1083,"type":15},"Animation","animation",{"name":982,"slug":983,"type":15},{"name":1086,"slug":1087,"type":15},"Creative","creative",{"name":23,"slug":24,"type":15},"2026-05-02T05:31:48.48485",{"slug":1091,"name":1091,"fn":1092,"description":1093,"org":1094,"tags":1095,"stars":949,"repoUrl":950,"updatedAt":1105},"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},[1096,1097,1098,1101,1104],{"name":1086,"slug":1087,"type":15},{"name":23,"slug":24,"type":15},{"name":1099,"slug":1100,"type":15},"Image Generation","image-generation",{"name":1102,"slug":1103,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]