[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-sprite-pipeline":3,"mdc-mbc7r7-key":33,"related-org-openai-sprite-pipeline":706,"related-repo-openai-sprite-pipeline":908},{"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},"sprite-pipeline","generate and normalize 2D sprite animations","Generate and normalize 2D sprite animations. Use when the user asks for full-strip generation from approved source frames, consistent anchor and scale normalization, or preview assets for browser-game animation.",{"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},"Game Development","game-development","tag",{"name":17,"slug":18,"type":15},"Creative","creative",{"name":20,"slug":21,"type":15},"Animation","animation",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:42:28.126191",null,465,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fgame-studio\u002Fskills\u002Fsprite-pipeline","---\nname: sprite-pipeline\ndescription: Generate and normalize 2D sprite animations. Use when the user asks for full-strip generation from approved source frames, consistent anchor and scale normalization, or preview assets for browser-game animation.\n---\n\n# Sprite Pipeline\n\n## Overview\n\nUse this skill for 2D sprite generation and normalization. This workflow is intentionally anchored around one approved frame and a whole-strip generation pass because frame-by-frame generation drifts too easily.\n\nThis skill is 2D-specific. If the request is for 3D characters, meshes, or materials, route back through `..\u002Fgame-studio\u002FSKILL.md`.\n\n## Core Workflow\n\n1. Start from an approved in-game seed frame.\n   - The seed frame should already reflect the right silhouette, palette, costume, and proportions.\n2. Build a larger transparent reference canvas around that frame.\n   - Use `..\u002F..\u002Fscripts\u002Fbuild_sprite_edit_canvas.py`.\n3. Ask for the full animation strip in one edit request.\n   - Do not generate each frame independently unless the user explicitly accepts lower consistency.\n4. Normalize the result into fixed-size game frames.\n   - Use `..\u002F..\u002Fscripts\u002Fnormalize_sprite_strip.py`.\n   - Use one shared scale across the whole strip.\n   - Align frames with one shared anchor, typically bottom-center.\n5. Optionally lock frame 01 back to the shipped seed frame.\n   - Do this when the animation should begin from the exact idle or base pose already in game.\n6. Render a preview sheet and inspect the animation in-engine before approving it.\n   - Use `..\u002F..\u002Fscripts\u002Frender_sprite_preview_sheet.py`.\n\n## Prompting Rules\n\nAlways preserve these invariants in the prompt:\n\n- same character\n- same facing direction\n- same palette family\n- same silhouette family\n- same readable face or key features\n- same outfit proportions\n- transparent background\n- exact frame count and slot layout\n\nAlways ask for:\n\n- one strip at once\n- a transparent canvas\n- no scenery, labels, or poster composition\n- crisp pixel-art clusters for pixel work\n- production asset tone, not concept art\n\n## Using Image Generation\n\nFor live asset generation or edits, use the installed `imagegen` skill in this workspace. This skill defines the game-specific process; `imagegen` handles the API-backed generation or edit execution.\n\n## Script Recipes\n\nCreate a reference canvas:\n\n```bash\npython3 scripts\u002Fbuild_sprite_edit_canvas.py \\\n  --seed output\u002Fsprites\u002Fidle-01.png \\\n  --out output\u002Fsprites\u002Fhurt-edit-canvas.png \\\n  --frames 4 \\\n  --slot-size 256 \\\n  --canvas-size 1024\n```\n\nNormalize a raw strip:\n\n```bash\npython3 scripts\u002Fnormalize_sprite_strip.py \\\n  --input output\u002Fsprites\u002Fhurt-raw.png \\\n  --out-dir output\u002Fsprites\u002Fhurt \\\n  --frames 4 \\\n  --frame-size 64 \\\n  --anchor output\u002Fsprites\u002Fidle-01.png \\\n  --lock-frame1\n```\n\nRender a preview sheet:\n\n```bash\npython3 scripts\u002Frender_sprite_preview_sheet.py \\\n  --frames-dir output\u002Fsprites\u002Fhurt \\\n  --out output\u002Fsprites\u002Fhurt-preview.png \\\n  --columns 4\n```\n\n## Quality Gates\n\n- proportions stay stable across frames\n- frame-to-frame size does not drift\n- action reads clearly at game scale\n- transparency is preserved\n- frame 01 matches the shipped sprite when lockback is enabled\n- preview looks correct before any in-engine asset index update\n\n## References\n\n- Detailed workflow: `..\u002F..\u002Freferences\u002Fsprite-pipeline.md`\n- Shared frontend context: `..\u002Fgame-ui-frontend\u002FSKILL.md`\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,53,59,73,79,192,198,203,246,251,279,285,305,311,316,438,443,557,562,630,636,669,675,700],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","Sprite Pipeline",{"type":39,"tag":47,"props":48,"children":50},"h2",{"id":49},"overview",[51],{"type":44,"value":52},"Overview",{"type":39,"tag":54,"props":55,"children":56},"p",{},[57],{"type":44,"value":58},"Use this skill for 2D sprite generation and normalization. This workflow is intentionally anchored around one approved frame and a whole-strip generation pass because frame-by-frame generation drifts too easily.",{"type":39,"tag":54,"props":60,"children":61},{},[62,64,71],{"type":44,"value":63},"This skill is 2D-specific. If the request is for 3D characters, meshes, or materials, route back through ",{"type":39,"tag":65,"props":66,"children":68},"code",{"className":67},[],[69],{"type":44,"value":70},"..\u002Fgame-studio\u002FSKILL.md",{"type":44,"value":72},".",{"type":39,"tag":47,"props":74,"children":76},{"id":75},"core-workflow",[77],{"type":44,"value":78},"Core Workflow",{"type":39,"tag":80,"props":81,"children":82},"ol",{},[83,98,118,131,160,173],{"type":39,"tag":84,"props":85,"children":86},"li",{},[87,89],{"type":44,"value":88},"Start from an approved in-game seed frame.\n",{"type":39,"tag":90,"props":91,"children":92},"ul",{},[93],{"type":39,"tag":84,"props":94,"children":95},{},[96],{"type":44,"value":97},"The seed frame should already reflect the right silhouette, palette, costume, and proportions.",{"type":39,"tag":84,"props":99,"children":100},{},[101,103],{"type":44,"value":102},"Build a larger transparent reference canvas around that frame.\n",{"type":39,"tag":90,"props":104,"children":105},{},[106],{"type":39,"tag":84,"props":107,"children":108},{},[109,111,117],{"type":44,"value":110},"Use ",{"type":39,"tag":65,"props":112,"children":114},{"className":113},[],[115],{"type":44,"value":116},"..\u002F..\u002Fscripts\u002Fbuild_sprite_edit_canvas.py",{"type":44,"value":72},{"type":39,"tag":84,"props":119,"children":120},{},[121,123],{"type":44,"value":122},"Ask for the full animation strip in one edit request.\n",{"type":39,"tag":90,"props":124,"children":125},{},[126],{"type":39,"tag":84,"props":127,"children":128},{},[129],{"type":44,"value":130},"Do not generate each frame independently unless the user explicitly accepts lower consistency.",{"type":39,"tag":84,"props":132,"children":133},{},[134,136],{"type":44,"value":135},"Normalize the result into fixed-size game frames.\n",{"type":39,"tag":90,"props":137,"children":138},{},[139,150,155],{"type":39,"tag":84,"props":140,"children":141},{},[142,143,149],{"type":44,"value":110},{"type":39,"tag":65,"props":144,"children":146},{"className":145},[],[147],{"type":44,"value":148},"..\u002F..\u002Fscripts\u002Fnormalize_sprite_strip.py",{"type":44,"value":72},{"type":39,"tag":84,"props":151,"children":152},{},[153],{"type":44,"value":154},"Use one shared scale across the whole strip.",{"type":39,"tag":84,"props":156,"children":157},{},[158],{"type":44,"value":159},"Align frames with one shared anchor, typically bottom-center.",{"type":39,"tag":84,"props":161,"children":162},{},[163,165],{"type":44,"value":164},"Optionally lock frame 01 back to the shipped seed frame.\n",{"type":39,"tag":90,"props":166,"children":167},{},[168],{"type":39,"tag":84,"props":169,"children":170},{},[171],{"type":44,"value":172},"Do this when the animation should begin from the exact idle or base pose already in game.",{"type":39,"tag":84,"props":174,"children":175},{},[176,178],{"type":44,"value":177},"Render a preview sheet and inspect the animation in-engine before approving it.\n",{"type":39,"tag":90,"props":179,"children":180},{},[181],{"type":39,"tag":84,"props":182,"children":183},{},[184,185,191],{"type":44,"value":110},{"type":39,"tag":65,"props":186,"children":188},{"className":187},[],[189],{"type":44,"value":190},"..\u002F..\u002Fscripts\u002Frender_sprite_preview_sheet.py",{"type":44,"value":72},{"type":39,"tag":47,"props":193,"children":195},{"id":194},"prompting-rules",[196],{"type":44,"value":197},"Prompting Rules",{"type":39,"tag":54,"props":199,"children":200},{},[201],{"type":44,"value":202},"Always preserve these invariants in the prompt:",{"type":39,"tag":90,"props":204,"children":205},{},[206,211,216,221,226,231,236,241],{"type":39,"tag":84,"props":207,"children":208},{},[209],{"type":44,"value":210},"same character",{"type":39,"tag":84,"props":212,"children":213},{},[214],{"type":44,"value":215},"same facing direction",{"type":39,"tag":84,"props":217,"children":218},{},[219],{"type":44,"value":220},"same palette family",{"type":39,"tag":84,"props":222,"children":223},{},[224],{"type":44,"value":225},"same silhouette family",{"type":39,"tag":84,"props":227,"children":228},{},[229],{"type":44,"value":230},"same readable face or key features",{"type":39,"tag":84,"props":232,"children":233},{},[234],{"type":44,"value":235},"same outfit proportions",{"type":39,"tag":84,"props":237,"children":238},{},[239],{"type":44,"value":240},"transparent background",{"type":39,"tag":84,"props":242,"children":243},{},[244],{"type":44,"value":245},"exact frame count and slot layout",{"type":39,"tag":54,"props":247,"children":248},{},[249],{"type":44,"value":250},"Always ask for:",{"type":39,"tag":90,"props":252,"children":253},{},[254,259,264,269,274],{"type":39,"tag":84,"props":255,"children":256},{},[257],{"type":44,"value":258},"one strip at once",{"type":39,"tag":84,"props":260,"children":261},{},[262],{"type":44,"value":263},"a transparent canvas",{"type":39,"tag":84,"props":265,"children":266},{},[267],{"type":44,"value":268},"no scenery, labels, or poster composition",{"type":39,"tag":84,"props":270,"children":271},{},[272],{"type":44,"value":273},"crisp pixel-art clusters for pixel work",{"type":39,"tag":84,"props":275,"children":276},{},[277],{"type":44,"value":278},"production asset tone, not concept art",{"type":39,"tag":47,"props":280,"children":282},{"id":281},"using-image-generation",[283],{"type":44,"value":284},"Using Image Generation",{"type":39,"tag":54,"props":286,"children":287},{},[288,290,296,298,303],{"type":44,"value":289},"For live asset generation or edits, use the installed ",{"type":39,"tag":65,"props":291,"children":293},{"className":292},[],[294],{"type":44,"value":295},"imagegen",{"type":44,"value":297}," skill in this workspace. This skill defines the game-specific process; ",{"type":39,"tag":65,"props":299,"children":301},{"className":300},[],[302],{"type":44,"value":295},{"type":44,"value":304}," handles the API-backed generation or edit execution.",{"type":39,"tag":47,"props":306,"children":308},{"id":307},"script-recipes",[309],{"type":44,"value":310},"Script Recipes",{"type":39,"tag":54,"props":312,"children":313},{},[314],{"type":44,"value":315},"Create a reference canvas:",{"type":39,"tag":317,"props":318,"children":323},"pre",{"className":319,"code":320,"language":321,"meta":322,"style":322},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","python3 scripts\u002Fbuild_sprite_edit_canvas.py \\\n  --seed output\u002Fsprites\u002Fidle-01.png \\\n  --out output\u002Fsprites\u002Fhurt-edit-canvas.png \\\n  --frames 4 \\\n  --slot-size 256 \\\n  --canvas-size 1024\n","bash","",[324],{"type":39,"tag":65,"props":325,"children":326},{"__ignoreMap":322},[327,351,369,387,406,424],{"type":39,"tag":328,"props":329,"children":332},"span",{"class":330,"line":331},"line",1,[333,339,345],{"type":39,"tag":328,"props":334,"children":336},{"style":335},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[337],{"type":44,"value":338},"python3",{"type":39,"tag":328,"props":340,"children":342},{"style":341},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[343],{"type":44,"value":344}," scripts\u002Fbuild_sprite_edit_canvas.py",{"type":39,"tag":328,"props":346,"children":348},{"style":347},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[349],{"type":44,"value":350}," \\\n",{"type":39,"tag":328,"props":352,"children":354},{"class":330,"line":353},2,[355,360,365],{"type":39,"tag":328,"props":356,"children":357},{"style":341},[358],{"type":44,"value":359},"  --seed",{"type":39,"tag":328,"props":361,"children":362},{"style":341},[363],{"type":44,"value":364}," output\u002Fsprites\u002Fidle-01.png",{"type":39,"tag":328,"props":366,"children":367},{"style":347},[368],{"type":44,"value":350},{"type":39,"tag":328,"props":370,"children":372},{"class":330,"line":371},3,[373,378,383],{"type":39,"tag":328,"props":374,"children":375},{"style":341},[376],{"type":44,"value":377},"  --out",{"type":39,"tag":328,"props":379,"children":380},{"style":341},[381],{"type":44,"value":382}," output\u002Fsprites\u002Fhurt-edit-canvas.png",{"type":39,"tag":328,"props":384,"children":385},{"style":347},[386],{"type":44,"value":350},{"type":39,"tag":328,"props":388,"children":390},{"class":330,"line":389},4,[391,396,402],{"type":39,"tag":328,"props":392,"children":393},{"style":341},[394],{"type":44,"value":395},"  --frames",{"type":39,"tag":328,"props":397,"children":399},{"style":398},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[400],{"type":44,"value":401}," 4",{"type":39,"tag":328,"props":403,"children":404},{"style":347},[405],{"type":44,"value":350},{"type":39,"tag":328,"props":407,"children":409},{"class":330,"line":408},5,[410,415,420],{"type":39,"tag":328,"props":411,"children":412},{"style":341},[413],{"type":44,"value":414},"  --slot-size",{"type":39,"tag":328,"props":416,"children":417},{"style":398},[418],{"type":44,"value":419}," 256",{"type":39,"tag":328,"props":421,"children":422},{"style":347},[423],{"type":44,"value":350},{"type":39,"tag":328,"props":425,"children":427},{"class":330,"line":426},6,[428,433],{"type":39,"tag":328,"props":429,"children":430},{"style":341},[431],{"type":44,"value":432},"  --canvas-size",{"type":39,"tag":328,"props":434,"children":435},{"style":398},[436],{"type":44,"value":437}," 1024\n",{"type":39,"tag":54,"props":439,"children":440},{},[441],{"type":44,"value":442},"Normalize a raw strip:",{"type":39,"tag":317,"props":444,"children":446},{"className":319,"code":445,"language":321,"meta":322,"style":322},"python3 scripts\u002Fnormalize_sprite_strip.py \\\n  --input output\u002Fsprites\u002Fhurt-raw.png \\\n  --out-dir output\u002Fsprites\u002Fhurt \\\n  --frames 4 \\\n  --frame-size 64 \\\n  --anchor output\u002Fsprites\u002Fidle-01.png \\\n  --lock-frame1\n",[447],{"type":39,"tag":65,"props":448,"children":449},{"__ignoreMap":322},[450,466,483,500,515,532,548],{"type":39,"tag":328,"props":451,"children":452},{"class":330,"line":331},[453,457,462],{"type":39,"tag":328,"props":454,"children":455},{"style":335},[456],{"type":44,"value":338},{"type":39,"tag":328,"props":458,"children":459},{"style":341},[460],{"type":44,"value":461}," scripts\u002Fnormalize_sprite_strip.py",{"type":39,"tag":328,"props":463,"children":464},{"style":347},[465],{"type":44,"value":350},{"type":39,"tag":328,"props":467,"children":468},{"class":330,"line":353},[469,474,479],{"type":39,"tag":328,"props":470,"children":471},{"style":341},[472],{"type":44,"value":473},"  --input",{"type":39,"tag":328,"props":475,"children":476},{"style":341},[477],{"type":44,"value":478}," output\u002Fsprites\u002Fhurt-raw.png",{"type":39,"tag":328,"props":480,"children":481},{"style":347},[482],{"type":44,"value":350},{"type":39,"tag":328,"props":484,"children":485},{"class":330,"line":371},[486,491,496],{"type":39,"tag":328,"props":487,"children":488},{"style":341},[489],{"type":44,"value":490},"  --out-dir",{"type":39,"tag":328,"props":492,"children":493},{"style":341},[494],{"type":44,"value":495}," output\u002Fsprites\u002Fhurt",{"type":39,"tag":328,"props":497,"children":498},{"style":347},[499],{"type":44,"value":350},{"type":39,"tag":328,"props":501,"children":502},{"class":330,"line":389},[503,507,511],{"type":39,"tag":328,"props":504,"children":505},{"style":341},[506],{"type":44,"value":395},{"type":39,"tag":328,"props":508,"children":509},{"style":398},[510],{"type":44,"value":401},{"type":39,"tag":328,"props":512,"children":513},{"style":347},[514],{"type":44,"value":350},{"type":39,"tag":328,"props":516,"children":517},{"class":330,"line":408},[518,523,528],{"type":39,"tag":328,"props":519,"children":520},{"style":341},[521],{"type":44,"value":522},"  --frame-size",{"type":39,"tag":328,"props":524,"children":525},{"style":398},[526],{"type":44,"value":527}," 64",{"type":39,"tag":328,"props":529,"children":530},{"style":347},[531],{"type":44,"value":350},{"type":39,"tag":328,"props":533,"children":534},{"class":330,"line":426},[535,540,544],{"type":39,"tag":328,"props":536,"children":537},{"style":341},[538],{"type":44,"value":539},"  --anchor",{"type":39,"tag":328,"props":541,"children":542},{"style":341},[543],{"type":44,"value":364},{"type":39,"tag":328,"props":545,"children":546},{"style":347},[547],{"type":44,"value":350},{"type":39,"tag":328,"props":549,"children":551},{"class":330,"line":550},7,[552],{"type":39,"tag":328,"props":553,"children":554},{"style":341},[555],{"type":44,"value":556},"  --lock-frame1\n",{"type":39,"tag":54,"props":558,"children":559},{},[560],{"type":44,"value":561},"Render a preview sheet:",{"type":39,"tag":317,"props":563,"children":565},{"className":319,"code":564,"language":321,"meta":322,"style":322},"python3 scripts\u002Frender_sprite_preview_sheet.py \\\n  --frames-dir output\u002Fsprites\u002Fhurt \\\n  --out output\u002Fsprites\u002Fhurt-preview.png \\\n  --columns 4\n",[566],{"type":39,"tag":65,"props":567,"children":568},{"__ignoreMap":322},[569,585,601,617],{"type":39,"tag":328,"props":570,"children":571},{"class":330,"line":331},[572,576,581],{"type":39,"tag":328,"props":573,"children":574},{"style":335},[575],{"type":44,"value":338},{"type":39,"tag":328,"props":577,"children":578},{"style":341},[579],{"type":44,"value":580}," scripts\u002Frender_sprite_preview_sheet.py",{"type":39,"tag":328,"props":582,"children":583},{"style":347},[584],{"type":44,"value":350},{"type":39,"tag":328,"props":586,"children":587},{"class":330,"line":353},[588,593,597],{"type":39,"tag":328,"props":589,"children":590},{"style":341},[591],{"type":44,"value":592},"  --frames-dir",{"type":39,"tag":328,"props":594,"children":595},{"style":341},[596],{"type":44,"value":495},{"type":39,"tag":328,"props":598,"children":599},{"style":347},[600],{"type":44,"value":350},{"type":39,"tag":328,"props":602,"children":603},{"class":330,"line":371},[604,608,613],{"type":39,"tag":328,"props":605,"children":606},{"style":341},[607],{"type":44,"value":377},{"type":39,"tag":328,"props":609,"children":610},{"style":341},[611],{"type":44,"value":612}," output\u002Fsprites\u002Fhurt-preview.png",{"type":39,"tag":328,"props":614,"children":615},{"style":347},[616],{"type":44,"value":350},{"type":39,"tag":328,"props":618,"children":619},{"class":330,"line":389},[620,625],{"type":39,"tag":328,"props":621,"children":622},{"style":341},[623],{"type":44,"value":624},"  --columns",{"type":39,"tag":328,"props":626,"children":627},{"style":398},[628],{"type":44,"value":629}," 4\n",{"type":39,"tag":47,"props":631,"children":633},{"id":632},"quality-gates",[634],{"type":44,"value":635},"Quality Gates",{"type":39,"tag":90,"props":637,"children":638},{},[639,644,649,654,659,664],{"type":39,"tag":84,"props":640,"children":641},{},[642],{"type":44,"value":643},"proportions stay stable across frames",{"type":39,"tag":84,"props":645,"children":646},{},[647],{"type":44,"value":648},"frame-to-frame size does not drift",{"type":39,"tag":84,"props":650,"children":651},{},[652],{"type":44,"value":653},"action reads clearly at game scale",{"type":39,"tag":84,"props":655,"children":656},{},[657],{"type":44,"value":658},"transparency is preserved",{"type":39,"tag":84,"props":660,"children":661},{},[662],{"type":44,"value":663},"frame 01 matches the shipped sprite when lockback is enabled",{"type":39,"tag":84,"props":665,"children":666},{},[667],{"type":44,"value":668},"preview looks correct before any in-engine asset index update",{"type":39,"tag":47,"props":670,"children":672},{"id":671},"references",[673],{"type":44,"value":674},"References",{"type":39,"tag":90,"props":676,"children":677},{},[678,689],{"type":39,"tag":84,"props":679,"children":680},{},[681,683],{"type":44,"value":682},"Detailed workflow: ",{"type":39,"tag":65,"props":684,"children":686},{"className":685},[],[687],{"type":44,"value":688},"..\u002F..\u002Freferences\u002Fsprite-pipeline.md",{"type":39,"tag":84,"props":690,"children":691},{},[692,694],{"type":44,"value":693},"Shared frontend context: ",{"type":39,"tag":65,"props":695,"children":697},{"className":696},[],[698],{"type":44,"value":699},"..\u002Fgame-ui-frontend\u002FSKILL.md",{"type":39,"tag":701,"props":702,"children":703},"style",{},[704],{"type":44,"value":705},"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":707,"total":907},[708,729,752,769,785,804,823,839,855,869,881,892],{"slug":709,"name":709,"fn":710,"description":711,"org":712,"tags":713,"stars":726,"repoUrl":727,"updatedAt":728},"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},[714,717,720,723],{"name":715,"slug":716,"type":15},"Documents","documents",{"name":718,"slug":719,"type":15},"Healthcare","healthcare",{"name":721,"slug":722,"type":15},"Insurance","insurance",{"name":724,"slug":725,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":730,"name":730,"fn":731,"description":732,"org":733,"tags":734,"stars":749,"repoUrl":750,"updatedAt":751},"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},[735,738,740,743,746],{"name":736,"slug":737,"type":15},".NET","dotnet",{"name":739,"slug":730,"type":15},"ASP.NET Core",{"name":741,"slug":742,"type":15},"Blazor","blazor",{"name":744,"slug":745,"type":15},"C#","csharp",{"name":747,"slug":748,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":753,"name":753,"fn":754,"description":755,"org":756,"tags":757,"stars":749,"repoUrl":750,"updatedAt":768},"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},[758,761,764,767],{"name":759,"slug":760,"type":15},"Apps SDK","apps-sdk",{"name":762,"slug":763,"type":15},"ChatGPT","chatgpt",{"name":765,"slug":766,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":770,"name":770,"fn":771,"description":772,"org":773,"tags":774,"stars":749,"repoUrl":750,"updatedAt":784},"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},[775,778,781],{"name":776,"slug":777,"type":15},"API Development","api-development",{"name":779,"slug":780,"type":15},"CLI","cli",{"name":782,"slug":783,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":786,"name":786,"fn":787,"description":788,"org":789,"tags":790,"stars":749,"repoUrl":750,"updatedAt":803},"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},[791,794,797,800],{"name":792,"slug":793,"type":15},"Cloudflare","cloudflare",{"name":795,"slug":796,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":798,"slug":799,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":801,"slug":802,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":805,"name":805,"fn":806,"description":807,"org":808,"tags":809,"stars":749,"repoUrl":750,"updatedAt":822},"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},[810,813,816,819],{"name":811,"slug":812,"type":15},"Productivity","productivity",{"name":814,"slug":815,"type":15},"Project Management","project-management",{"name":817,"slug":818,"type":15},"Strategy","strategy",{"name":820,"slug":821,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":824,"name":824,"fn":825,"description":826,"org":827,"tags":828,"stars":749,"repoUrl":750,"updatedAt":838},"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},[829,832,834,837],{"name":830,"slug":831,"type":15},"Design","design",{"name":833,"slug":824,"type":15},"Figma",{"name":835,"slug":836,"type":15},"Frontend","frontend",{"name":765,"slug":766,"type":15},"2026-04-12T05:06:47.939943",{"slug":840,"name":840,"fn":841,"description":842,"org":843,"tags":844,"stars":749,"repoUrl":750,"updatedAt":854},"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},[845,846,849,850,851],{"name":830,"slug":831,"type":15},{"name":847,"slug":848,"type":15},"Design System","design-system",{"name":833,"slug":824,"type":15},{"name":835,"slug":836,"type":15},{"name":852,"slug":853,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":856,"name":856,"fn":857,"description":858,"org":859,"tags":860,"stars":749,"repoUrl":750,"updatedAt":868},"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},[861,862,863,866,867],{"name":830,"slug":831,"type":15},{"name":847,"slug":848,"type":15},{"name":864,"slug":865,"type":15},"Documentation","documentation",{"name":833,"slug":824,"type":15},{"name":835,"slug":836,"type":15},"2026-05-16T06:07:47.821474",{"slug":870,"name":870,"fn":871,"description":872,"org":873,"tags":874,"stars":749,"repoUrl":750,"updatedAt":880},"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},[875,876,877,878,879],{"name":830,"slug":831,"type":15},{"name":833,"slug":824,"type":15},{"name":835,"slug":836,"type":15},{"name":852,"slug":853,"type":15},{"name":747,"slug":748,"type":15},"2026-05-16T06:07:40.583615",{"slug":882,"name":882,"fn":883,"description":884,"org":885,"tags":886,"stars":749,"repoUrl":750,"updatedAt":891},"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},[887,888,889,890],{"name":20,"slug":21,"type":15},{"name":782,"slug":783,"type":15},{"name":17,"slug":18,"type":15},{"name":830,"slug":831,"type":15},"2026-05-02T05:31:48.48485",{"slug":295,"name":295,"fn":893,"description":894,"org":895,"tags":896,"stars":749,"repoUrl":750,"updatedAt":906},"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},[897,898,899,902,905],{"name":17,"slug":18,"type":15},{"name":830,"slug":831,"type":15},{"name":900,"slug":901,"type":15},"Image Generation","image-generation",{"name":903,"slug":904,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":909,"total":1023},[910,927,943,955,973,991,1011],{"slug":911,"name":911,"fn":912,"description":913,"org":914,"tags":915,"stars":22,"repoUrl":23,"updatedAt":926},"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},[916,919,922,925],{"name":917,"slug":918,"type":15},"Accessibility","accessibility",{"name":920,"slug":921,"type":15},"Charts","charts",{"name":923,"slug":924,"type":15},"Data Visualization","data-visualization",{"name":830,"slug":831,"type":15},"2026-06-30T19:00:57.102",{"slug":928,"name":928,"fn":929,"description":930,"org":931,"tags":932,"stars":22,"repoUrl":23,"updatedAt":942},"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},[933,936,939],{"name":934,"slug":935,"type":15},"Agents","agents",{"name":937,"slug":938,"type":15},"Browser Automation","browser-automation",{"name":940,"slug":941,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":944,"name":944,"fn":945,"description":946,"org":947,"tags":948,"stars":22,"repoUrl":23,"updatedAt":954},"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},[949,950,953],{"name":937,"slug":938,"type":15},{"name":951,"slug":952,"type":15},"Local Development","local-development",{"name":940,"slug":941,"type":15},"2026-04-06T18:41:17.526867",{"slug":956,"name":956,"fn":957,"description":958,"org":959,"tags":960,"stars":22,"repoUrl":23,"updatedAt":972},"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},[961,962,963,966,969],{"name":934,"slug":935,"type":15},{"name":798,"slug":799,"type":15},{"name":964,"slug":965,"type":15},"SDK","sdk",{"name":967,"slug":968,"type":15},"Serverless","serverless",{"name":970,"slug":971,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":974,"name":974,"fn":975,"description":976,"org":977,"tags":978,"stars":22,"repoUrl":23,"updatedAt":990},"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},[979,980,983,986,987],{"name":835,"slug":836,"type":15},{"name":981,"slug":982,"type":15},"React","react",{"name":984,"slug":985,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":852,"slug":853,"type":15},{"name":988,"slug":989,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":992,"name":992,"fn":993,"description":994,"org":995,"tags":996,"stars":22,"repoUrl":23,"updatedAt":1010},"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},[997,1000,1003,1006,1009],{"name":998,"slug":999,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1001,"slug":1002,"type":15},"Cost Optimization","cost-optimization",{"name":1004,"slug":1005,"type":15},"LLM","llm",{"name":1007,"slug":1008,"type":15},"Performance","performance",{"name":988,"slug":989,"type":15},"2026-04-06T18:40:44.377464",{"slug":1012,"name":1012,"fn":1013,"description":1014,"org":1015,"tags":1016,"stars":22,"repoUrl":23,"updatedAt":1022},"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},[1017,1018,1021],{"name":1001,"slug":1002,"type":15},{"name":1019,"slug":1020,"type":15},"Database","database",{"name":1004,"slug":1005,"type":15},"2026-04-06T18:41:08.513425",600]