[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-figma":3,"mdc--bdam3n-key":35,"related-repo-openai-figma":241,"related-org-openai-figma":357},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"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},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,21],{"name":13,"slug":14,"type":15},"MCP","mcp","tag",{"name":17,"slug":18,"type":15},"Frontend","frontend",{"name":20,"slug":4,"type":15},"Figma",{"name":22,"slug":23,"type":15},"Design","design",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:06:47.939943",null,1614,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"Skills Catalog for Codex","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002F.curated\u002Ffigma","---\nname: figma\ndescription: 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.\n---\n\n# Figma MCP\n\nUse the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see `references\u002Ffigma-mcp-config.md`.\n\n## Figma MCP Integration Rules\nThese rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.\n\n### Required flow (do not skip)\n1. Run get_design_context first to fetch the structured representation for the exact node(s).\n2. If the response is too large or truncated, run get_metadata to get the high-level node map and then re-fetch only the required node(s) with get_design_context.\n3. Run get_screenshot for a visual reference of the node variant being implemented.\n4. Only after you have both get_design_context and get_screenshot, download any assets needed and start implementation.\n5. Translate the output (usually React + Tailwind) into this project's conventions, styles and framework. Reuse the project's color tokens, components, and typography wherever possible.\n6. Validate against Figma for 1:1 look and behavior before marking complete.\n\n### Implementation rules\n- Treat the Figma MCP output (React + Tailwind) as a representation of design and behavior, not as final code style.\n- Replace Tailwind utility classes with the project's preferred utilities\u002Fdesign-system tokens when applicable.\n- Reuse existing components (e.g., buttons, inputs, typography, icon wrappers) instead of duplicating functionality.\n- Use the project's color system, typography scale, and spacing tokens consistently.\n- Respect existing routing, state management, and data-fetch patterns already adopted in the repo.\n- Strive for 1:1 visual parity with the Figma design. When conflicts arise, prefer design-system tokens and adjust spacing or sizes minimally to match visuals.\n- Validate the final UI against the Figma screenshot for both look and behavior.\n\n### Asset handling\n- The Figma MCP Server provides an assets endpoint which can serve image and SVG assets.\n- IMPORTANT: If the Figma MCP Server returns a localhost source for an image or an SVG, use that image or SVG source directly.\n- IMPORTANT: DO NOT import\u002Fadd new icon packages, all the assets should be in the Figma payload.\n- IMPORTANT: do NOT use or create placeholders if a localhost source is provided.\n\n### Link-based prompting\n- The server is link-based: copy the Figma frame\u002Flayer link and give that URL to the MCP client when asking for implementation help.\n- The client cannot browse the URL but extracts the node ID from the link; always ensure the link points to the exact node\u002Fvariant you want.\n\n## References\n- `references\u002Ffigma-mcp-config.md` — setup, verification, troubleshooting, and link-based usage reminders.\n- `references\u002Ffigma-tools-and-prompts.md` — tool catalog and prompt patterns for selecting frameworks\u002Fcomponents and fetching metadata.\n",{"data":36,"body":37},{"name":4,"description":6},{"type":38,"children":39},"root",[40,49,64,71,76,83,118,124,163,169,192,198,211,217],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"figma-mcp",[46],{"type":47,"value":48},"text","Figma MCP",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53,55,62],{"type":47,"value":54},"Use the Figma MCP server for Figma-driven implementation. For setup and debugging details (env vars, config, verification), see ",{"type":41,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},"references\u002Ffigma-mcp-config.md",{"type":47,"value":63},".",{"type":41,"tag":65,"props":66,"children":68},"h2",{"id":67},"figma-mcp-integration-rules",[69],{"type":47,"value":70},"Figma MCP Integration Rules",{"type":41,"tag":50,"props":72,"children":73},{},[74],{"type":47,"value":75},"These rules define how to translate Figma inputs into code for this project and must be followed for every Figma-driven change.",{"type":41,"tag":77,"props":78,"children":80},"h3",{"id":79},"required-flow-do-not-skip",[81],{"type":47,"value":82},"Required flow (do not skip)",{"type":41,"tag":84,"props":85,"children":86},"ol",{},[87,93,98,103,108,113],{"type":41,"tag":88,"props":89,"children":90},"li",{},[91],{"type":47,"value":92},"Run get_design_context first to fetch the structured representation for the exact node(s).",{"type":41,"tag":88,"props":94,"children":95},{},[96],{"type":47,"value":97},"If the response is too large or truncated, run get_metadata to get the high-level node map and then re-fetch only the required node(s) with get_design_context.",{"type":41,"tag":88,"props":99,"children":100},{},[101],{"type":47,"value":102},"Run get_screenshot for a visual reference of the node variant being implemented.",{"type":41,"tag":88,"props":104,"children":105},{},[106],{"type":47,"value":107},"Only after you have both get_design_context and get_screenshot, download any assets needed and start implementation.",{"type":41,"tag":88,"props":109,"children":110},{},[111],{"type":47,"value":112},"Translate the output (usually React + Tailwind) into this project's conventions, styles and framework. Reuse the project's color tokens, components, and typography wherever possible.",{"type":41,"tag":88,"props":114,"children":115},{},[116],{"type":47,"value":117},"Validate against Figma for 1:1 look and behavior before marking complete.",{"type":41,"tag":77,"props":119,"children":121},{"id":120},"implementation-rules",[122],{"type":47,"value":123},"Implementation rules",{"type":41,"tag":125,"props":126,"children":127},"ul",{},[128,133,138,143,148,153,158],{"type":41,"tag":88,"props":129,"children":130},{},[131],{"type":47,"value":132},"Treat the Figma MCP output (React + Tailwind) as a representation of design and behavior, not as final code style.",{"type":41,"tag":88,"props":134,"children":135},{},[136],{"type":47,"value":137},"Replace Tailwind utility classes with the project's preferred utilities\u002Fdesign-system tokens when applicable.",{"type":41,"tag":88,"props":139,"children":140},{},[141],{"type":47,"value":142},"Reuse existing components (e.g., buttons, inputs, typography, icon wrappers) instead of duplicating functionality.",{"type":41,"tag":88,"props":144,"children":145},{},[146],{"type":47,"value":147},"Use the project's color system, typography scale, and spacing tokens consistently.",{"type":41,"tag":88,"props":149,"children":150},{},[151],{"type":47,"value":152},"Respect existing routing, state management, and data-fetch patterns already adopted in the repo.",{"type":41,"tag":88,"props":154,"children":155},{},[156],{"type":47,"value":157},"Strive for 1:1 visual parity with the Figma design. When conflicts arise, prefer design-system tokens and adjust spacing or sizes minimally to match visuals.",{"type":41,"tag":88,"props":159,"children":160},{},[161],{"type":47,"value":162},"Validate the final UI against the Figma screenshot for both look and behavior.",{"type":41,"tag":77,"props":164,"children":166},{"id":165},"asset-handling",[167],{"type":47,"value":168},"Asset handling",{"type":41,"tag":125,"props":170,"children":171},{},[172,177,182,187],{"type":41,"tag":88,"props":173,"children":174},{},[175],{"type":47,"value":176},"The Figma MCP Server provides an assets endpoint which can serve image and SVG assets.",{"type":41,"tag":88,"props":178,"children":179},{},[180],{"type":47,"value":181},"IMPORTANT: If the Figma MCP Server returns a localhost source for an image or an SVG, use that image or SVG source directly.",{"type":41,"tag":88,"props":183,"children":184},{},[185],{"type":47,"value":186},"IMPORTANT: DO NOT import\u002Fadd new icon packages, all the assets should be in the Figma payload.",{"type":41,"tag":88,"props":188,"children":189},{},[190],{"type":47,"value":191},"IMPORTANT: do NOT use or create placeholders if a localhost source is provided.",{"type":41,"tag":77,"props":193,"children":195},{"id":194},"link-based-prompting",[196],{"type":47,"value":197},"Link-based prompting",{"type":41,"tag":125,"props":199,"children":200},{},[201,206],{"type":41,"tag":88,"props":202,"children":203},{},[204],{"type":47,"value":205},"The server is link-based: copy the Figma frame\u002Flayer link and give that URL to the MCP client when asking for implementation help.",{"type":41,"tag":88,"props":207,"children":208},{},[209],{"type":47,"value":210},"The client cannot browse the URL but extracts the node ID from the link; always ensure the link points to the exact node\u002Fvariant you want.",{"type":41,"tag":65,"props":212,"children":214},{"id":213},"references",[215],{"type":47,"value":216},"References",{"type":41,"tag":125,"props":218,"children":219},{},[220,230],{"type":41,"tag":88,"props":221,"children":222},{},[223,228],{"type":41,"tag":56,"props":224,"children":226},{"className":225},[],[227],{"type":47,"value":61},{"type":47,"value":229}," — setup, verification, troubleshooting, and link-based usage reminders.",{"type":41,"tag":88,"props":231,"children":232},{},[233,239],{"type":41,"tag":56,"props":234,"children":236},{"className":235},[],[237],{"type":47,"value":238},"references\u002Ffigma-tools-and-prompts.md",{"type":47,"value":240}," — tool catalog and prompt patterns for selecting frameworks\u002Fcomponents and fetching metadata.",{"items":242,"total":356},[243,264,279,295,314,333,340],{"slug":244,"name":244,"fn":245,"description":246,"org":247,"tags":248,"stars":24,"repoUrl":25,"updatedAt":263},"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},[249,252,254,257,260],{"name":250,"slug":251,"type":15},".NET","dotnet",{"name":253,"slug":244,"type":15},"ASP.NET Core",{"name":255,"slug":256,"type":15},"Blazor","blazor",{"name":258,"slug":259,"type":15},"C#","csharp",{"name":261,"slug":262,"type":15},"Web Development","web-development","2026-04-12T05:07:02.819491",{"slug":265,"name":265,"fn":266,"description":267,"org":268,"tags":269,"stars":24,"repoUrl":25,"updatedAt":278},"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},[270,273,276,277],{"name":271,"slug":272,"type":15},"Apps SDK","apps-sdk",{"name":274,"slug":275,"type":15},"ChatGPT","chatgpt",{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":280,"name":280,"fn":281,"description":282,"org":283,"tags":284,"stars":24,"repoUrl":25,"updatedAt":294},"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},[285,288,291],{"name":286,"slug":287,"type":15},"API Development","api-development",{"name":289,"slug":290,"type":15},"CLI","cli",{"name":292,"slug":293,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":296,"name":296,"fn":297,"description":298,"org":299,"tags":300,"stars":24,"repoUrl":25,"updatedAt":313},"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},[301,304,307,310],{"name":302,"slug":303,"type":15},"Cloudflare","cloudflare",{"name":305,"slug":306,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":308,"slug":309,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":311,"slug":312,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":315,"name":315,"fn":316,"description":317,"org":318,"tags":319,"stars":24,"repoUrl":25,"updatedAt":332},"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},[320,323,326,329],{"name":321,"slug":322,"type":15},"Productivity","productivity",{"name":324,"slug":325,"type":15},"Project Management","project-management",{"name":327,"slug":328,"type":15},"Strategy","strategy",{"name":330,"slug":331,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":4,"name":4,"fn":5,"description":6,"org":334,"tags":335,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[336,337,338,339],{"name":22,"slug":23,"type":15},{"name":20,"slug":4,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"slug":341,"name":341,"fn":342,"description":343,"org":344,"tags":345,"stars":24,"repoUrl":25,"updatedAt":355},"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},[346,347,350,351,352],{"name":22,"slug":23,"type":15},{"name":348,"slug":349,"type":15},"Design System","design-system",{"name":20,"slug":4,"type":15},{"name":17,"slug":18,"type":15},{"name":353,"slug":354,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",29,{"items":358,"total":487},[359,380,388,395,401,408,415,422,430,444,456,471],{"slug":360,"name":360,"fn":361,"description":362,"org":363,"tags":364,"stars":377,"repoUrl":378,"updatedAt":379},"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},[365,368,371,374],{"name":366,"slug":367,"type":15},"Documents","documents",{"name":369,"slug":370,"type":15},"Healthcare","healthcare",{"name":372,"slug":373,"type":15},"Insurance","insurance",{"name":375,"slug":376,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":244,"name":244,"fn":245,"description":246,"org":381,"tags":382,"stars":24,"repoUrl":25,"updatedAt":263},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[383,384,385,386,387],{"name":250,"slug":251,"type":15},{"name":253,"slug":244,"type":15},{"name":255,"slug":256,"type":15},{"name":258,"slug":259,"type":15},{"name":261,"slug":262,"type":15},{"slug":265,"name":265,"fn":266,"description":267,"org":389,"tags":390,"stars":24,"repoUrl":25,"updatedAt":278},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[391,392,393,394],{"name":271,"slug":272,"type":15},{"name":274,"slug":275,"type":15},{"name":13,"slug":14,"type":15},{"name":9,"slug":8,"type":15},{"slug":280,"name":280,"fn":281,"description":282,"org":396,"tags":397,"stars":24,"repoUrl":25,"updatedAt":294},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[398,399,400],{"name":286,"slug":287,"type":15},{"name":289,"slug":290,"type":15},{"name":292,"slug":293,"type":15},{"slug":296,"name":296,"fn":297,"description":298,"org":402,"tags":403,"stars":24,"repoUrl":25,"updatedAt":313},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[404,405,406,407],{"name":302,"slug":303,"type":15},{"name":305,"slug":306,"type":15},{"name":308,"slug":309,"type":15},{"name":311,"slug":312,"type":15},{"slug":315,"name":315,"fn":316,"description":317,"org":409,"tags":410,"stars":24,"repoUrl":25,"updatedAt":332},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[411,412,413,414],{"name":321,"slug":322,"type":15},{"name":324,"slug":325,"type":15},{"name":327,"slug":328,"type":15},{"name":330,"slug":331,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":416,"tags":417,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[418,419,420,421],{"name":22,"slug":23,"type":15},{"name":20,"slug":4,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"slug":341,"name":341,"fn":342,"description":343,"org":423,"tags":424,"stars":24,"repoUrl":25,"updatedAt":355},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[425,426,427,428,429],{"name":22,"slug":23,"type":15},{"name":348,"slug":349,"type":15},{"name":20,"slug":4,"type":15},{"name":17,"slug":18,"type":15},{"name":353,"slug":354,"type":15},{"slug":431,"name":431,"fn":432,"description":433,"org":434,"tags":435,"stars":24,"repoUrl":25,"updatedAt":443},"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},[436,437,438,441,442],{"name":22,"slug":23,"type":15},{"name":348,"slug":349,"type":15},{"name":439,"slug":440,"type":15},"Documentation","documentation",{"name":20,"slug":4,"type":15},{"name":17,"slug":18,"type":15},"2026-05-16T06:07:47.821474",{"slug":445,"name":445,"fn":446,"description":447,"org":448,"tags":449,"stars":24,"repoUrl":25,"updatedAt":455},"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},[450,451,452,453,454],{"name":22,"slug":23,"type":15},{"name":20,"slug":4,"type":15},{"name":17,"slug":18,"type":15},{"name":353,"slug":354,"type":15},{"name":261,"slug":262,"type":15},"2026-05-16T06:07:40.583615",{"slug":457,"name":457,"fn":458,"description":459,"org":460,"tags":461,"stars":24,"repoUrl":25,"updatedAt":470},"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},[462,465,466,469],{"name":463,"slug":464,"type":15},"Animation","animation",{"name":292,"slug":293,"type":15},{"name":467,"slug":468,"type":15},"Creative","creative",{"name":22,"slug":23,"type":15},"2026-05-02T05:31:48.48485",{"slug":472,"name":472,"fn":473,"description":474,"org":475,"tags":476,"stars":24,"repoUrl":25,"updatedAt":486},"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},[477,478,479,482,485],{"name":467,"slug":468,"type":15},{"name":22,"slug":23,"type":15},{"name":480,"slug":481,"type":15},"Image Generation","image-generation",{"name":483,"slug":484,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]