[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-user-context":3,"mdc-pn2qng-key":33,"related-repo-openai-user-context":667,"related-org-openai-user-context":780},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"user-context","manage saved user context","Load or manage Product Design's saved user context. Use when the user asks to set up Product Design, get started, onboard, save product or design sources, see what Product Design remembers, update saved context, or remember Product Design preferences. Examples include product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, and general product\u002Fdesign notes.",{"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],{"name":13,"slug":14,"type":15},"Context","context","tag",{"name":17,"slug":18,"type":15},"Onboarding","onboarding",{"name":20,"slug":21,"type":15},"Product Management","product-management",427,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins","2026-08-28T15:10:20.318556",null,65,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"Role-specific Codex plugin templates","https:\u002F\u002Fgithub.com\u002Fopenai\u002Frole-specific-plugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fproduct-design\u002Fskills\u002Fuser-context","---\nname: user-context\ndescription: Load or manage Product Design's saved user context. Use when the user asks to set up Product Design, get started, onboard, save product or design sources, see what Product Design remembers, update saved context, or remember Product Design preferences. Examples include product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, and general product\u002Fdesign notes.\n---\n\n# User Context\n\nUser Context stores the product and design references a designer uses often, so future Product Design work starts from the right sources.\n\nUse this skill when the user asks to:\n\n- set up Product Design\n- get started with Product Design\n- onboard with Product Design\n- save product or design sources\n- see what Product Design remembers\n- update saved product or design context\n- remember a Product Design preference\n- setup my plugin\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## Saved User Context\n\nIf `user-context.md` exists, use it by default.\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 to ground Product Design work.\n\nIdeation, prototypes, audits, clones, and critiques should match the saved product context unless the user asks for something different.\n\nWhen a workflow needs visual grounding, attach or include relevant saved screenshots, reference images, tokens, design language, and component references in ImageGen, ideation, prototype, audit, and critique work.\n\n## State File\n\nSaved context lives here:\n\n```text\n$CODEX_HOME\u002Fstate\u002Fplugins\u002Fproduct-design\u002Fuser-context.md\n```\n\nSaved screenshots and reference images live next to it:\n\n```text\n$CODEX_HOME\u002Fstate\u002Fplugins\u002Fproduct-design\u002Fassets\u002F\n```\n\nIf the file does not exist, continue normally unless the user asks to set up Product Design, save context, or the current task is blocked by missing product\u002Fdesign context.\n\n## Preflight\n\nWhen any Product Design workflow needs saved context, run:\n\n```bash\npython3 scripts\u002Fuser_context_preflight.py\n```\n\nUse the returned saved entries as the starting context for the task.\n\nIf the script reports that no saved context exists, continue from the current user prompt unless setup context is required.\n\nDo not browse, open, or inspect every saved reference during preflight. Inspect only the saved references needed for the current task.\n\n## Setup\n\nUse [references\u002Fonboarding.md](references\u002Fonboarding.md) when the user asks to set up Product Design, asks what Product Design can remember, asks what Product Design knows about their product, or provides product\u002Fdesign references to save.\n\nFor setup-only requests, explain what Product Design can remember and ask for useful sources.\n\nAdjust the context-gathering request to match the user's request. First-time setup differs from updating existing context.\n\nDo not inspect the workspace, install dependencies, scaffold a prototype, generate images, run audits, or start implementation during setup.\n\nAfter the user provides references to save, run:\n\n```bash\npython3 scripts\u002Finit_user_context.py\n```\n\nThen add the references to the created `user-context.md`.\n\n## Save\n\nSave useful, durable Product Design context:\n\n- Product URLs\n- Figma files\n- Screenshots and reference images\n- Codebase paths\n- Storybook and component docs\n- Design tokens and theme sources\n- Brand, logo, icon, illustration, image, and asset sources\n- Preferred browser, capture tools, and share targets\n- Team conventions that make future Product Design work more accurate\n\nWhen the user provides screenshots or reference images to save, copy them into `assets\u002F` next to `user-context.md` and link them from the saved entry.\n\nGive each saved image a clear, descriptive filename that says what the image shows. Use names future Product Design runs can understand without opening the file.\n\nGood image names:\n\n```text\nassets\u002Fchatgpt-settings-modal-dark-mode.png\nassets\u002Fpayment-sheet-mobile-error-state.png\nassets\u002Fproduct-dashboard-sidebar-navigation.png\nassets\u002Fstorybook-primary-button-states.png\nassets\u002Fbrand-logo-lockup-purple-gradient.png\nassets\u002Fonboarding-flow-welcome-step.png\nassets\u002Fcheckout-confirmation-screen.png\nassets\u002Faccount-menu-open-state.png\n```\n\nDo not save secrets, credentials, API keys, private tokens, copied customer data, or anything that should not persist.\n\nUse this structure:\n\n```md\n# {Category}\n\n- Description: {what this category is and when future Product Design runs should use it}\n\n## Saved Links And Context\n\n{Saved reference or fact}\n- Date Added: YYYY-MM-DD.\n- File: assets\u002F{clear-descriptive-name}.png\n- Useful Context: {what this reference represents}\n- Future Use: {how future Product Design work should use it}\n```\n\nInclude `File:` only when the saved entry has a local image file.\n\nWhen a category has no saved references yet, use exactly:\n\n```md\nstatus: not provided\n```\n\nKeep saved context curated. Prefer a few high-value references over a dump of every possible URL or file.\n\n## Read\n\n- Do not treat `status: not provided` as a fact.\n- Read through `scripts\u002Fuser_context_preflight.py` when local shell access is available.\n- Use saved context as default grounding, then inspect only what the current task needs.\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,52,57,102,109,139,145,159,164,169,174,180,185,197,202,211,216,222,227,254,259,264,269,275,287,292,297,302,307,326,337,343,348,396,416,421,426,435,440,445,584,597,602,616,621,627,661],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","User Context",{"type":39,"tag":47,"props":48,"children":49},"p",{},[50],{"type":44,"value":51},"User Context stores the product and design references a designer uses often, so future Product Design work starts from the right sources.",{"type":39,"tag":47,"props":53,"children":54},{},[55],{"type":44,"value":56},"Use this skill when the user asks to:",{"type":39,"tag":58,"props":59,"children":60},"ul",{},[61,67,72,77,82,87,92,97],{"type":39,"tag":62,"props":63,"children":64},"li",{},[65],{"type":44,"value":66},"set up Product Design",{"type":39,"tag":62,"props":68,"children":69},{},[70],{"type":44,"value":71},"get started with Product Design",{"type":39,"tag":62,"props":73,"children":74},{},[75],{"type":44,"value":76},"onboard with Product Design",{"type":39,"tag":62,"props":78,"children":79},{},[80],{"type":44,"value":81},"save product or design sources",{"type":39,"tag":62,"props":83,"children":84},{},[85],{"type":44,"value":86},"see what Product Design remembers",{"type":39,"tag":62,"props":88,"children":89},{},[90],{"type":44,"value":91},"update saved product or design context",{"type":39,"tag":62,"props":93,"children":94},{},[95],{"type":44,"value":96},"remember a Product Design preference",{"type":39,"tag":62,"props":98,"children":99},{},[100],{"type":44,"value":101},"setup my plugin",{"type":39,"tag":103,"props":104,"children":106},"h2",{"id":105},"critical-overrides",[107],{"type":44,"value":108},"Critical Overrides",{"type":39,"tag":58,"props":110,"children":111},{},[112,126],{"type":39,"tag":62,"props":113,"children":114},{},[115,117,124],{"type":44,"value":116},"Refer to the Plugin router ",{"type":39,"tag":118,"props":119,"children":121},"a",{"href":120},"..\u002Findex\u002FSKILL.md",[122],{"type":44,"value":123},"$index",{"type":44,"value":125}," before proceeding.",{"type":39,"tag":62,"props":127,"children":128},{},[129,131,137],{"type":44,"value":130},"Follow ",{"type":39,"tag":118,"props":132,"children":134},{"href":133},"..\u002F..\u002Freferences\u002Fcritical-overrides.md",[135],{"type":44,"value":136},"$critical-overrides",{"type":44,"value":138},".",{"type":39,"tag":103,"props":140,"children":142},{"id":141},"saved-user-context",[143],{"type":44,"value":144},"Saved User Context",{"type":39,"tag":47,"props":146,"children":147},{},[148,150,157],{"type":44,"value":149},"If ",{"type":39,"tag":151,"props":152,"children":154},"code",{"className":153},[],[155],{"type":44,"value":156},"user-context.md",{"type":44,"value":158}," exists, use it by default.",{"type":39,"tag":47,"props":160,"children":161},{},[162],{"type":44,"value":163},"Use saved product URLs, Figma files, screenshots, reference images, codebase paths, Storybook, tokens, design systems, brand assets, component refs, browser preferences, and share targets to ground Product Design work.",{"type":39,"tag":47,"props":165,"children":166},{},[167],{"type":44,"value":168},"Ideation, prototypes, audits, clones, and critiques should match the saved product context unless the user asks for something different.",{"type":39,"tag":47,"props":170,"children":171},{},[172],{"type":44,"value":173},"When a workflow needs visual grounding, attach or include relevant saved screenshots, reference images, tokens, design language, and component references in ImageGen, ideation, prototype, audit, and critique work.",{"type":39,"tag":103,"props":175,"children":177},{"id":176},"state-file",[178],{"type":44,"value":179},"State File",{"type":39,"tag":47,"props":181,"children":182},{},[183],{"type":44,"value":184},"Saved context lives here:",{"type":39,"tag":186,"props":187,"children":192},"pre",{"className":188,"code":190,"language":44,"meta":191},[189],"language-text","$CODEX_HOME\u002Fstate\u002Fplugins\u002Fproduct-design\u002Fuser-context.md\n","",[193],{"type":39,"tag":151,"props":194,"children":195},{"__ignoreMap":191},[196],{"type":44,"value":190},{"type":39,"tag":47,"props":198,"children":199},{},[200],{"type":44,"value":201},"Saved screenshots and reference images live next to it:",{"type":39,"tag":186,"props":203,"children":206},{"className":204,"code":205,"language":44,"meta":191},[189],"$CODEX_HOME\u002Fstate\u002Fplugins\u002Fproduct-design\u002Fassets\u002F\n",[207],{"type":39,"tag":151,"props":208,"children":209},{"__ignoreMap":191},[210],{"type":44,"value":205},{"type":39,"tag":47,"props":212,"children":213},{},[214],{"type":44,"value":215},"If the file does not exist, continue normally unless the user asks to set up Product Design, save context, or the current task is blocked by missing product\u002Fdesign context.",{"type":39,"tag":103,"props":217,"children":219},{"id":218},"preflight",[220],{"type":44,"value":221},"Preflight",{"type":39,"tag":47,"props":223,"children":224},{},[225],{"type":44,"value":226},"When any Product Design workflow needs saved context, run:",{"type":39,"tag":186,"props":228,"children":232},{"className":229,"code":230,"language":231,"meta":191,"style":191},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 scripts\u002Fuser_context_preflight.py\n","bash",[233],{"type":39,"tag":151,"props":234,"children":235},{"__ignoreMap":191},[236],{"type":39,"tag":237,"props":238,"children":241},"span",{"class":239,"line":240},"line",1,[242,248],{"type":39,"tag":237,"props":243,"children":245},{"style":244},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[246],{"type":44,"value":247},"python3",{"type":39,"tag":237,"props":249,"children":251},{"style":250},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[252],{"type":44,"value":253}," scripts\u002Fuser_context_preflight.py\n",{"type":39,"tag":47,"props":255,"children":256},{},[257],{"type":44,"value":258},"Use the returned saved entries as the starting context for the task.",{"type":39,"tag":47,"props":260,"children":261},{},[262],{"type":44,"value":263},"If the script reports that no saved context exists, continue from the current user prompt unless setup context is required.",{"type":39,"tag":47,"props":265,"children":266},{},[267],{"type":44,"value":268},"Do not browse, open, or inspect every saved reference during preflight. Inspect only the saved references needed for the current task.",{"type":39,"tag":103,"props":270,"children":272},{"id":271},"setup",[273],{"type":44,"value":274},"Setup",{"type":39,"tag":47,"props":276,"children":277},{},[278,280,285],{"type":44,"value":279},"Use ",{"type":39,"tag":118,"props":281,"children":283},{"href":282},"references\u002Fonboarding.md",[284],{"type":44,"value":282},{"type":44,"value":286}," when the user asks to set up Product Design, asks what Product Design can remember, asks what Product Design knows about their product, or provides product\u002Fdesign references to save.",{"type":39,"tag":47,"props":288,"children":289},{},[290],{"type":44,"value":291},"For setup-only requests, explain what Product Design can remember and ask for useful sources.",{"type":39,"tag":47,"props":293,"children":294},{},[295],{"type":44,"value":296},"Adjust the context-gathering request to match the user's request. First-time setup differs from updating existing context.",{"type":39,"tag":47,"props":298,"children":299},{},[300],{"type":44,"value":301},"Do not inspect the workspace, install dependencies, scaffold a prototype, generate images, run audits, or start implementation during setup.",{"type":39,"tag":47,"props":303,"children":304},{},[305],{"type":44,"value":306},"After the user provides references to save, run:",{"type":39,"tag":186,"props":308,"children":310},{"className":229,"code":309,"language":231,"meta":191,"style":191},"python3 scripts\u002Finit_user_context.py\n",[311],{"type":39,"tag":151,"props":312,"children":313},{"__ignoreMap":191},[314],{"type":39,"tag":237,"props":315,"children":316},{"class":239,"line":240},[317,321],{"type":39,"tag":237,"props":318,"children":319},{"style":244},[320],{"type":44,"value":247},{"type":39,"tag":237,"props":322,"children":323},{"style":250},[324],{"type":44,"value":325}," scripts\u002Finit_user_context.py\n",{"type":39,"tag":47,"props":327,"children":328},{},[329,331,336],{"type":44,"value":330},"Then add the references to the created ",{"type":39,"tag":151,"props":332,"children":334},{"className":333},[],[335],{"type":44,"value":156},{"type":44,"value":138},{"type":39,"tag":103,"props":338,"children":340},{"id":339},"save",[341],{"type":44,"value":342},"Save",{"type":39,"tag":47,"props":344,"children":345},{},[346],{"type":44,"value":347},"Save useful, durable Product Design context:",{"type":39,"tag":58,"props":349,"children":350},{},[351,356,361,366,371,376,381,386,391],{"type":39,"tag":62,"props":352,"children":353},{},[354],{"type":44,"value":355},"Product URLs",{"type":39,"tag":62,"props":357,"children":358},{},[359],{"type":44,"value":360},"Figma files",{"type":39,"tag":62,"props":362,"children":363},{},[364],{"type":44,"value":365},"Screenshots and reference images",{"type":39,"tag":62,"props":367,"children":368},{},[369],{"type":44,"value":370},"Codebase paths",{"type":39,"tag":62,"props":372,"children":373},{},[374],{"type":44,"value":375},"Storybook and component docs",{"type":39,"tag":62,"props":377,"children":378},{},[379],{"type":44,"value":380},"Design tokens and theme sources",{"type":39,"tag":62,"props":382,"children":383},{},[384],{"type":44,"value":385},"Brand, logo, icon, illustration, image, and asset sources",{"type":39,"tag":62,"props":387,"children":388},{},[389],{"type":44,"value":390},"Preferred browser, capture tools, and share targets",{"type":39,"tag":62,"props":392,"children":393},{},[394],{"type":44,"value":395},"Team conventions that make future Product Design work more accurate",{"type":39,"tag":47,"props":397,"children":398},{},[399,401,407,409,414],{"type":44,"value":400},"When the user provides screenshots or reference images to save, copy them into ",{"type":39,"tag":151,"props":402,"children":404},{"className":403},[],[405],{"type":44,"value":406},"assets\u002F",{"type":44,"value":408}," next to ",{"type":39,"tag":151,"props":410,"children":412},{"className":411},[],[413],{"type":44,"value":156},{"type":44,"value":415}," and link them from the saved entry.",{"type":39,"tag":47,"props":417,"children":418},{},[419],{"type":44,"value":420},"Give each saved image a clear, descriptive filename that says what the image shows. Use names future Product Design runs can understand without opening the file.",{"type":39,"tag":47,"props":422,"children":423},{},[424],{"type":44,"value":425},"Good image names:",{"type":39,"tag":186,"props":427,"children":430},{"className":428,"code":429,"language":44,"meta":191},[189],"assets\u002Fchatgpt-settings-modal-dark-mode.png\nassets\u002Fpayment-sheet-mobile-error-state.png\nassets\u002Fproduct-dashboard-sidebar-navigation.png\nassets\u002Fstorybook-primary-button-states.png\nassets\u002Fbrand-logo-lockup-purple-gradient.png\nassets\u002Fonboarding-flow-welcome-step.png\nassets\u002Fcheckout-confirmation-screen.png\nassets\u002Faccount-menu-open-state.png\n",[431],{"type":39,"tag":151,"props":432,"children":433},{"__ignoreMap":191},[434],{"type":44,"value":429},{"type":39,"tag":47,"props":436,"children":437},{},[438],{"type":44,"value":439},"Do not save secrets, credentials, API keys, private tokens, copied customer data, or anything that should not persist.",{"type":39,"tag":47,"props":441,"children":442},{},[443],{"type":44,"value":444},"Use this structure:",{"type":39,"tag":186,"props":446,"children":450},{"className":447,"code":448,"language":449,"meta":191,"style":191},"language-md shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","# {Category}\n\n- Description: {what this category is and when future Product Design runs should use it}\n\n## Saved Links And Context\n\n{Saved reference or fact}\n- Date Added: YYYY-MM-DD.\n- File: assets\u002F{clear-descriptive-name}.png\n- Useful Context: {what this reference represents}\n- Future Use: {how future Product Design work should use it}\n","md",[451],{"type":39,"tag":151,"props":452,"children":453},{"__ignoreMap":191},[454,468,478,493,501,515,523,532,545,558,571],{"type":39,"tag":237,"props":455,"children":456},{"class":239,"line":240},[457,463],{"type":39,"tag":237,"props":458,"children":460},{"style":459},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[461],{"type":44,"value":462},"# ",{"type":39,"tag":237,"props":464,"children":465},{"style":244},[466],{"type":44,"value":467},"{Category}\n",{"type":39,"tag":237,"props":469,"children":471},{"class":239,"line":470},2,[472],{"type":39,"tag":237,"props":473,"children":475},{"emptyLinePlaceholder":474},true,[476],{"type":44,"value":477},"\n",{"type":39,"tag":237,"props":479,"children":481},{"class":239,"line":480},3,[482,487],{"type":39,"tag":237,"props":483,"children":484},{"style":459},[485],{"type":44,"value":486},"-",{"type":39,"tag":237,"props":488,"children":490},{"style":489},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[491],{"type":44,"value":492}," Description: {what this category is and when future Product Design runs should use it}\n",{"type":39,"tag":237,"props":494,"children":496},{"class":239,"line":495},4,[497],{"type":39,"tag":237,"props":498,"children":499},{"emptyLinePlaceholder":474},[500],{"type":44,"value":477},{"type":39,"tag":237,"props":502,"children":504},{"class":239,"line":503},5,[505,510],{"type":39,"tag":237,"props":506,"children":507},{"style":459},[508],{"type":44,"value":509},"## ",{"type":39,"tag":237,"props":511,"children":512},{"style":244},[513],{"type":44,"value":514},"Saved Links And Context\n",{"type":39,"tag":237,"props":516,"children":518},{"class":239,"line":517},6,[519],{"type":39,"tag":237,"props":520,"children":521},{"emptyLinePlaceholder":474},[522],{"type":44,"value":477},{"type":39,"tag":237,"props":524,"children":526},{"class":239,"line":525},7,[527],{"type":39,"tag":237,"props":528,"children":529},{"style":489},[530],{"type":44,"value":531},"{Saved reference or fact}\n",{"type":39,"tag":237,"props":533,"children":535},{"class":239,"line":534},8,[536,540],{"type":39,"tag":237,"props":537,"children":538},{"style":459},[539],{"type":44,"value":486},{"type":39,"tag":237,"props":541,"children":542},{"style":489},[543],{"type":44,"value":544}," Date Added: YYYY-MM-DD.\n",{"type":39,"tag":237,"props":546,"children":548},{"class":239,"line":547},9,[549,553],{"type":39,"tag":237,"props":550,"children":551},{"style":459},[552],{"type":44,"value":486},{"type":39,"tag":237,"props":554,"children":555},{"style":489},[556],{"type":44,"value":557}," File: assets\u002F{clear-descriptive-name}.png\n",{"type":39,"tag":237,"props":559,"children":561},{"class":239,"line":560},10,[562,566],{"type":39,"tag":237,"props":563,"children":564},{"style":459},[565],{"type":44,"value":486},{"type":39,"tag":237,"props":567,"children":568},{"style":489},[569],{"type":44,"value":570}," Useful Context: {what this reference represents}\n",{"type":39,"tag":237,"props":572,"children":574},{"class":239,"line":573},11,[575,579],{"type":39,"tag":237,"props":576,"children":577},{"style":459},[578],{"type":44,"value":486},{"type":39,"tag":237,"props":580,"children":581},{"style":489},[582],{"type":44,"value":583}," Future Use: {how future Product Design work should use it}\n",{"type":39,"tag":47,"props":585,"children":586},{},[587,589,595],{"type":44,"value":588},"Include ",{"type":39,"tag":151,"props":590,"children":592},{"className":591},[],[593],{"type":44,"value":594},"File:",{"type":44,"value":596}," only when the saved entry has a local image file.",{"type":39,"tag":47,"props":598,"children":599},{},[600],{"type":44,"value":601},"When a category has no saved references yet, use exactly:",{"type":39,"tag":186,"props":603,"children":605},{"className":447,"code":604,"language":449,"meta":191,"style":191},"status: not provided\n",[606],{"type":39,"tag":151,"props":607,"children":608},{"__ignoreMap":191},[609],{"type":39,"tag":237,"props":610,"children":611},{"class":239,"line":240},[612],{"type":39,"tag":237,"props":613,"children":614},{"style":489},[615],{"type":44,"value":604},{"type":39,"tag":47,"props":617,"children":618},{},[619],{"type":44,"value":620},"Keep saved context curated. Prefer a few high-value references over a dump of every possible URL or file.",{"type":39,"tag":103,"props":622,"children":624},{"id":623},"read",[625],{"type":44,"value":626},"Read",{"type":39,"tag":58,"props":628,"children":629},{},[630,643,656],{"type":39,"tag":62,"props":631,"children":632},{},[633,635,641],{"type":44,"value":634},"Do not treat ",{"type":39,"tag":151,"props":636,"children":638},{"className":637},[],[639],{"type":44,"value":640},"status: not provided",{"type":44,"value":642}," as a fact.",{"type":39,"tag":62,"props":644,"children":645},{},[646,648,654],{"type":44,"value":647},"Read through ",{"type":39,"tag":151,"props":649,"children":651},{"className":650},[],[652],{"type":44,"value":653},"scripts\u002Fuser_context_preflight.py",{"type":44,"value":655}," when local shell access is available.",{"type":39,"tag":62,"props":657,"children":658},{},[659],{"type":44,"value":660},"Use saved context as default grounding, then inspect only what the current task needs.",{"type":39,"tag":662,"props":663,"children":664},"style",{},[665],{"type":44,"value":666},"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":668,"total":779},[669,688,704,717,733,747,764],{"slug":670,"name":670,"fn":671,"description":672,"org":673,"tags":674,"stars":22,"repoUrl":23,"updatedAt":687},"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},[675,678,681,684],{"name":676,"slug":677,"type":15},"Analytics","analytics",{"name":679,"slug":680,"type":15},"CRM","crm",{"name":682,"slug":683,"type":15},"Research","research",{"name":685,"slug":686,"type":15},"Sales","sales","2026-07-01T07:54:11.79288",{"slug":689,"name":689,"fn":690,"description":691,"org":692,"tags":693,"stars":22,"repoUrl":23,"updatedAt":703},"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},[694,697,700],{"name":695,"slug":696,"type":15},"Audit","audit",{"name":698,"slug":699,"type":15},"Data Engineering","data-engineering",{"name":701,"slug":702,"type":15},"Data Quality","data-quality","2026-07-01T07:55:01.146961",{"slug":705,"name":705,"fn":706,"description":707,"org":708,"tags":709,"stars":22,"repoUrl":23,"updatedAt":716},"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},[710,713],{"name":711,"slug":712,"type":15},"Communications","communications",{"name":714,"slug":715,"type":15},"Productivity","productivity","2026-07-14T05:43:36.096323",{"slug":718,"name":718,"fn":719,"description":720,"org":721,"tags":722,"stars":22,"repoUrl":23,"updatedAt":732},"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},[723,725,728,731],{"name":724,"slug":718,"type":15},"Apollo",{"name":726,"slug":727,"type":15},"Lead Enrichment","lead-enrichment",{"name":729,"slug":730,"type":15},"Prospecting","prospecting",{"name":685,"slug":686,"type":15},"2026-07-14T05:43:34.800076",{"slug":696,"name":696,"fn":734,"description":735,"org":736,"tags":737,"stars":22,"repoUrl":23,"updatedAt":746},"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},[738,739,742,743],{"name":695,"slug":696,"type":15},{"name":740,"slug":741,"type":15},"Design","design",{"name":20,"slug":21,"type":15},{"name":744,"slug":745,"type":15},"UX Design","ux-design","2026-07-01T07:54:30.613428",{"slug":748,"name":748,"fn":749,"description":750,"org":751,"tags":752,"stars":22,"repoUrl":23,"updatedAt":763},"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},[753,756,759,762],{"name":754,"slug":755,"type":15},"Content Creation","content-creation",{"name":757,"slug":758,"type":15},"Finance","finance",{"name":760,"slug":761,"type":15},"Financial Modeling","financial-modeling",{"name":685,"slug":686,"type":15},"2026-07-01T07:54:02.779003",{"slug":765,"name":765,"fn":766,"description":767,"org":768,"tags":769,"stars":22,"repoUrl":23,"updatedAt":778},"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},[770,773,776,777],{"name":771,"slug":772,"type":15},"Competitive Intelligence","competitive-intelligence",{"name":774,"slug":775,"type":15},"Marketing","marketing",{"name":682,"slug":683,"type":15},{"name":685,"slug":686,"type":15},"2026-07-01T07:54:13.073252",44,{"items":781,"total":982},[782,803,826,843,859,878,895,909,925,939,951,966],{"slug":783,"name":783,"fn":784,"description":785,"org":786,"tags":787,"stars":800,"repoUrl":801,"updatedAt":802},"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},[788,791,794,797],{"name":789,"slug":790,"type":15},"Documents","documents",{"name":792,"slug":793,"type":15},"Healthcare","healthcare",{"name":795,"slug":796,"type":15},"Insurance","insurance",{"name":798,"slug":799,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-08-02T05:48:07.395855",{"slug":804,"name":804,"fn":805,"description":806,"org":807,"tags":808,"stars":823,"repoUrl":824,"updatedAt":825},"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},[809,812,814,817,820],{"name":810,"slug":811,"type":15},".NET","dotnet",{"name":813,"slug":804,"type":15},"ASP.NET Core",{"name":815,"slug":816,"type":15},"Blazor","blazor",{"name":818,"slug":819,"type":15},"C#","csharp",{"name":821,"slug":822,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":827,"name":827,"fn":828,"description":829,"org":830,"tags":831,"stars":823,"repoUrl":824,"updatedAt":842},"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},[832,835,838,841],{"name":833,"slug":834,"type":15},"Apps SDK","apps-sdk",{"name":836,"slug":837,"type":15},"ChatGPT","chatgpt",{"name":839,"slug":840,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":844,"name":844,"fn":845,"description":846,"org":847,"tags":848,"stars":823,"repoUrl":824,"updatedAt":858},"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},[849,852,855],{"name":850,"slug":851,"type":15},"API Development","api-development",{"name":853,"slug":854,"type":15},"CLI","cli",{"name":856,"slug":857,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":860,"name":860,"fn":861,"description":862,"org":863,"tags":864,"stars":823,"repoUrl":824,"updatedAt":877},"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},[865,868,871,874],{"name":866,"slug":867,"type":15},"Cloudflare","cloudflare",{"name":869,"slug":870,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":872,"slug":873,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":875,"slug":876,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":879,"name":879,"fn":880,"description":881,"org":882,"tags":883,"stars":823,"repoUrl":824,"updatedAt":894},"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},[884,885,888,891],{"name":714,"slug":715,"type":15},{"name":886,"slug":887,"type":15},"Project Management","project-management",{"name":889,"slug":890,"type":15},"Strategy","strategy",{"name":892,"slug":893,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":896,"name":896,"fn":897,"description":898,"org":899,"tags":900,"stars":823,"repoUrl":824,"updatedAt":908},"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},[901,902,904,907],{"name":740,"slug":741,"type":15},{"name":903,"slug":896,"type":15},"Figma",{"name":905,"slug":906,"type":15},"Frontend","frontend",{"name":839,"slug":840,"type":15},"2026-04-12T05:06:47.939943",{"slug":910,"name":910,"fn":911,"description":912,"org":913,"tags":914,"stars":823,"repoUrl":824,"updatedAt":924},"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},[915,916,919,920,921],{"name":740,"slug":741,"type":15},{"name":917,"slug":918,"type":15},"Design System","design-system",{"name":903,"slug":896,"type":15},{"name":905,"slug":906,"type":15},{"name":922,"slug":923,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":926,"name":926,"fn":927,"description":928,"org":929,"tags":930,"stars":823,"repoUrl":824,"updatedAt":938},"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},[931,932,933,936,937],{"name":740,"slug":741,"type":15},{"name":917,"slug":918,"type":15},{"name":934,"slug":935,"type":15},"Documentation","documentation",{"name":903,"slug":896,"type":15},{"name":905,"slug":906,"type":15},"2026-05-16T06:07:47.821474",{"slug":940,"name":940,"fn":941,"description":942,"org":943,"tags":944,"stars":823,"repoUrl":824,"updatedAt":950},"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},[945,946,947,948,949],{"name":740,"slug":741,"type":15},{"name":903,"slug":896,"type":15},{"name":905,"slug":906,"type":15},{"name":922,"slug":923,"type":15},{"name":821,"slug":822,"type":15},"2026-05-16T06:07:40.583615",{"slug":952,"name":952,"fn":953,"description":954,"org":955,"tags":956,"stars":823,"repoUrl":824,"updatedAt":965},"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},[957,960,961,964],{"name":958,"slug":959,"type":15},"Animation","animation",{"name":856,"slug":857,"type":15},{"name":962,"slug":963,"type":15},"Creative","creative",{"name":740,"slug":741,"type":15},"2026-05-02T05:31:48.48485",{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":823,"repoUrl":824,"updatedAt":981},"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},[972,973,974,977,980],{"name":962,"slug":963,"type":15},{"name":740,"slug":741,"type":15},{"name":975,"slug":976,"type":15},"Image Generation","image-generation",{"name":978,"slug":979,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",578]