[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-grammar-of-graphics-and-declarative-visualization":3,"mdc--wcb7bb-key":33,"related-repo-openai-grammar-of-graphics-and-declarative-visualization":292,"related-org-openai-grammar-of-graphics-and-declarative-visualization":411},{"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},"grammar-of-graphics-and-declarative-visualization","build data visualizations with declarative grammars","Build data visualizations with declarative grammars. Use when the user needs Vega-Lite, Vega, Observable Plot, or grammar-of-graphics reasoning, especially for tabular charts that do not require bespoke rendering.",{"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},"Data Visualization","data-visualization","tag",{"name":17,"slug":18,"type":15},"Charts","charts",{"name":20,"slug":21,"type":15},"Analytics","analytics",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fbuild-web-data-visualization\u002Fskills\u002Fgrammar-of-graphics-and-declarative-visualization","---\nname: grammar-of-graphics-and-declarative-visualization\ndescription: Build data visualizations with declarative grammars. Use when the user needs Vega-Lite, Vega, Observable Plot, or grammar-of-graphics reasoning, especially for tabular charts that do not require bespoke rendering.\n---\n\n# Grammar of Graphics and Declarative Visualization\n\n## Overview\n\nUse this skill as the default implementation path for many tabular charts. Declarative grammars are often the fastest, clearest, and most maintainable route when the chart can be expressed as data plus marks plus encodings plus transforms.\n\nThis skill covers Vega-Lite, Vega, and Observable Plot. Default to the highest-level tool that cleanly expresses the needed chart and interaction.\n\n## Selection Rules\n\n1. Use Observable Plot for fast exploratory and explanatory charts in JavaScript when concise code is valuable.\n2. Use Vega-Lite for portable, declarative specs, multi-view composition, transforms, and embed-friendly chart definitions.\n3. Use Vega when the user needs lower-level control that still benefits from a declarative runtime.\n4. Leave this skill and route to D3, Canvas, or the Three.js\u002FWebGL skill only when the chart requires bespoke layout, extreme density, GPU-scale rendering, particles, true 3D, or rendering control that the grammar no longer expresses cleanly.\n\n## Working Pattern\n\n1. Normalize the table shape.\n2. Name the mark, encodings, transforms, faceting, and interaction model explicitly.\n3. Choose the highest-level grammar that supports the chart without contortions.\n4. Keep specs readable and portable.\n5. Check whether the declarative approach still fits the expected number of simultaneous chart instances on the page.\n6. Check mobile portrait and optional landscape behavior: responsive spec, label\u002Ftick reduction, hover replacement, touch target policy, and whether the grammar can keep the main visualization visible around controls.\n7. Use declarative composition before custom code.\n\n## Output Expectations\n\n- Explain why the chosen grammar fits better than bespoke rendering.\n- Keep the spec readable enough to be reused, embedded, or translated across stacks.\n- Call out when the declarative path is reaching its limits and a lower-level skill should take over.\n- Call out whether the grammar can support the mobile concept contract or whether D3, Canvas, WebGL, or framework-owned layout should take over.\n- For new work, include a technical design section covering instance-count assumptions, performance implications, and the maintenance upside of staying declarative.\n\n## References\n\n- Shared theory:\n  - `..\u002F..\u002Freferences\u002Ffoundations\u002Ftask-abstraction-and-chart-selection.md`\n  - `..\u002F..\u002Freferences\u002Ffoundations\u002Fperception-color-and-encoding.md`\n  - `..\u002F..\u002Freferences\u002Ffoundations\u002Fmobile-first-responsive-visualization.md`\n  - `..\u002F..\u002Freferences\u002Ffoundations\u002Fimplementation-design-and-tradeoffs.md`\n- Skill references:\n  - `.\u002Freferences\u002Fvega-lite-and-vega.md`\n  - `.\u002Freferences\u002Fobservable-plot.md`\n  - `.\u002Freferences\u002Fwhen-to-stay-declarative.md`\n\n## Representative Prompts\n\n- \"Write a Vega-Lite spec for this dataset.\"\n- \"Should I use Plot, Vega-Lite, or D3 for this chart?\"\n- \"Build a layered declarative chart with faceting and tooltips.\"\n- \"Tell me when this declarative approach stops being a good fit.\"\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,53,59,64,70,95,101,139,145,174,180,263,269],{"type":39,"tag":40,"props":41,"children":42},"element","h1",{"id":4},[43],{"type":44,"value":45},"text","Grammar of Graphics and Declarative Visualization",{"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 as the default implementation path for many tabular charts. Declarative grammars are often the fastest, clearest, and most maintainable route when the chart can be expressed as data plus marks plus encodings plus transforms.",{"type":39,"tag":54,"props":60,"children":61},{},[62],{"type":44,"value":63},"This skill covers Vega-Lite, Vega, and Observable Plot. Default to the highest-level tool that cleanly expresses the needed chart and interaction.",{"type":39,"tag":47,"props":65,"children":67},{"id":66},"selection-rules",[68],{"type":44,"value":69},"Selection Rules",{"type":39,"tag":71,"props":72,"children":73},"ol",{},[74,80,85,90],{"type":39,"tag":75,"props":76,"children":77},"li",{},[78],{"type":44,"value":79},"Use Observable Plot for fast exploratory and explanatory charts in JavaScript when concise code is valuable.",{"type":39,"tag":75,"props":81,"children":82},{},[83],{"type":44,"value":84},"Use Vega-Lite for portable, declarative specs, multi-view composition, transforms, and embed-friendly chart definitions.",{"type":39,"tag":75,"props":86,"children":87},{},[88],{"type":44,"value":89},"Use Vega when the user needs lower-level control that still benefits from a declarative runtime.",{"type":39,"tag":75,"props":91,"children":92},{},[93],{"type":44,"value":94},"Leave this skill and route to D3, Canvas, or the Three.js\u002FWebGL skill only when the chart requires bespoke layout, extreme density, GPU-scale rendering, particles, true 3D, or rendering control that the grammar no longer expresses cleanly.",{"type":39,"tag":47,"props":96,"children":98},{"id":97},"working-pattern",[99],{"type":44,"value":100},"Working Pattern",{"type":39,"tag":71,"props":102,"children":103},{},[104,109,114,119,124,129,134],{"type":39,"tag":75,"props":105,"children":106},{},[107],{"type":44,"value":108},"Normalize the table shape.",{"type":39,"tag":75,"props":110,"children":111},{},[112],{"type":44,"value":113},"Name the mark, encodings, transforms, faceting, and interaction model explicitly.",{"type":39,"tag":75,"props":115,"children":116},{},[117],{"type":44,"value":118},"Choose the highest-level grammar that supports the chart without contortions.",{"type":39,"tag":75,"props":120,"children":121},{},[122],{"type":44,"value":123},"Keep specs readable and portable.",{"type":39,"tag":75,"props":125,"children":126},{},[127],{"type":44,"value":128},"Check whether the declarative approach still fits the expected number of simultaneous chart instances on the page.",{"type":39,"tag":75,"props":130,"children":131},{},[132],{"type":44,"value":133},"Check mobile portrait and optional landscape behavior: responsive spec, label\u002Ftick reduction, hover replacement, touch target policy, and whether the grammar can keep the main visualization visible around controls.",{"type":39,"tag":75,"props":135,"children":136},{},[137],{"type":44,"value":138},"Use declarative composition before custom code.",{"type":39,"tag":47,"props":140,"children":142},{"id":141},"output-expectations",[143],{"type":44,"value":144},"Output Expectations",{"type":39,"tag":146,"props":147,"children":148},"ul",{},[149,154,159,164,169],{"type":39,"tag":75,"props":150,"children":151},{},[152],{"type":44,"value":153},"Explain why the chosen grammar fits better than bespoke rendering.",{"type":39,"tag":75,"props":155,"children":156},{},[157],{"type":44,"value":158},"Keep the spec readable enough to be reused, embedded, or translated across stacks.",{"type":39,"tag":75,"props":160,"children":161},{},[162],{"type":44,"value":163},"Call out when the declarative path is reaching its limits and a lower-level skill should take over.",{"type":39,"tag":75,"props":165,"children":166},{},[167],{"type":44,"value":168},"Call out whether the grammar can support the mobile concept contract or whether D3, Canvas, WebGL, or framework-owned layout should take over.",{"type":39,"tag":75,"props":170,"children":171},{},[172],{"type":44,"value":173},"For new work, include a technical design section covering instance-count assumptions, performance implications, and the maintenance upside of staying declarative.",{"type":39,"tag":47,"props":175,"children":177},{"id":176},"references",[178],{"type":44,"value":179},"References",{"type":39,"tag":146,"props":181,"children":182},{},[183,228],{"type":39,"tag":75,"props":184,"children":185},{},[186,188],{"type":44,"value":187},"Shared theory:\n",{"type":39,"tag":146,"props":189,"children":190},{},[191,201,210,219],{"type":39,"tag":75,"props":192,"children":193},{},[194],{"type":39,"tag":195,"props":196,"children":198},"code",{"className":197},[],[199],{"type":44,"value":200},"..\u002F..\u002Freferences\u002Ffoundations\u002Ftask-abstraction-and-chart-selection.md",{"type":39,"tag":75,"props":202,"children":203},{},[204],{"type":39,"tag":195,"props":205,"children":207},{"className":206},[],[208],{"type":44,"value":209},"..\u002F..\u002Freferences\u002Ffoundations\u002Fperception-color-and-encoding.md",{"type":39,"tag":75,"props":211,"children":212},{},[213],{"type":39,"tag":195,"props":214,"children":216},{"className":215},[],[217],{"type":44,"value":218},"..\u002F..\u002Freferences\u002Ffoundations\u002Fmobile-first-responsive-visualization.md",{"type":39,"tag":75,"props":220,"children":221},{},[222],{"type":39,"tag":195,"props":223,"children":225},{"className":224},[],[226],{"type":44,"value":227},"..\u002F..\u002Freferences\u002Ffoundations\u002Fimplementation-design-and-tradeoffs.md",{"type":39,"tag":75,"props":229,"children":230},{},[231,233],{"type":44,"value":232},"Skill references:\n",{"type":39,"tag":146,"props":234,"children":235},{},[236,245,254],{"type":39,"tag":75,"props":237,"children":238},{},[239],{"type":39,"tag":195,"props":240,"children":242},{"className":241},[],[243],{"type":44,"value":244},".\u002Freferences\u002Fvega-lite-and-vega.md",{"type":39,"tag":75,"props":246,"children":247},{},[248],{"type":39,"tag":195,"props":249,"children":251},{"className":250},[],[252],{"type":44,"value":253},".\u002Freferences\u002Fobservable-plot.md",{"type":39,"tag":75,"props":255,"children":256},{},[257],{"type":39,"tag":195,"props":258,"children":260},{"className":259},[],[261],{"type":44,"value":262},".\u002Freferences\u002Fwhen-to-stay-declarative.md",{"type":39,"tag":47,"props":264,"children":266},{"id":265},"representative-prompts",[267],{"type":44,"value":268},"Representative Prompts",{"type":39,"tag":146,"props":270,"children":271},{},[272,277,282,287],{"type":39,"tag":75,"props":273,"children":274},{},[275],{"type":44,"value":276},"\"Write a Vega-Lite spec for this dataset.\"",{"type":39,"tag":75,"props":278,"children":279},{},[280],{"type":44,"value":281},"\"Should I use Plot, Vega-Lite, or D3 for this chart?\"",{"type":39,"tag":75,"props":283,"children":284},{},[285],{"type":44,"value":286},"\"Build a layered declarative chart with faceting and tooltips.\"",{"type":39,"tag":75,"props":288,"children":289},{},[290],{"type":44,"value":291},"\"Tell me when this declarative approach stops being a good fit.\"",{"items":293,"total":410},[294,308,324,336,356,378,398],{"slug":295,"name":295,"fn":296,"description":297,"org":298,"tags":299,"stars":22,"repoUrl":23,"updatedAt":24},"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},[300,303,304,305],{"name":301,"slug":302,"type":15},"Accessibility","accessibility",{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":306,"slug":307,"type":15},"Design","design",{"slug":309,"name":309,"fn":310,"description":311,"org":312,"tags":313,"stars":22,"repoUrl":23,"updatedAt":323},"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},[314,317,320],{"name":315,"slug":316,"type":15},"Agents","agents",{"name":318,"slug":319,"type":15},"Browser Automation","browser-automation",{"name":321,"slug":322,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":325,"name":325,"fn":326,"description":327,"org":328,"tags":329,"stars":22,"repoUrl":23,"updatedAt":335},"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},[330,331,334],{"name":318,"slug":319,"type":15},{"name":332,"slug":333,"type":15},"Local Development","local-development",{"name":321,"slug":322,"type":15},"2026-04-06T18:41:17.526867",{"slug":337,"name":337,"fn":338,"description":339,"org":340,"tags":341,"stars":22,"repoUrl":23,"updatedAt":355},"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},[342,343,346,349,352],{"name":315,"slug":316,"type":15},{"name":344,"slug":345,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":347,"slug":348,"type":15},"SDK","sdk",{"name":350,"slug":351,"type":15},"Serverless","serverless",{"name":353,"slug":354,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":357,"name":357,"fn":358,"description":359,"org":360,"tags":361,"stars":22,"repoUrl":23,"updatedAt":377},"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},[362,365,368,371,374],{"name":363,"slug":364,"type":15},"Frontend","frontend",{"name":366,"slug":367,"type":15},"React","react",{"name":369,"slug":370,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":372,"slug":373,"type":15},"UI Components","ui-components",{"name":375,"slug":376,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":379,"name":379,"fn":380,"description":381,"org":382,"tags":383,"stars":22,"repoUrl":23,"updatedAt":397},"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},[384,387,390,393,396],{"name":385,"slug":386,"type":15},"AI Infrastructure","ai-infrastructure",{"name":388,"slug":389,"type":15},"Cost Optimization","cost-optimization",{"name":391,"slug":392,"type":15},"LLM","llm",{"name":394,"slug":395,"type":15},"Performance","performance",{"name":375,"slug":376,"type":15},"2026-04-06T18:40:44.377464",{"slug":399,"name":399,"fn":400,"description":401,"org":402,"tags":403,"stars":22,"repoUrl":23,"updatedAt":409},"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},[404,405,408],{"name":388,"slug":389,"type":15},{"name":406,"slug":407,"type":15},"Database","database",{"name":391,"slug":392,"type":15},"2026-04-06T18:41:08.513425",600,{"items":412,"total":609},[413,434,457,474,490,507,526,538,552,566,578,593],{"slug":414,"name":414,"fn":415,"description":416,"org":417,"tags":418,"stars":431,"repoUrl":432,"updatedAt":433},"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},[419,422,425,428],{"name":420,"slug":421,"type":15},"Documents","documents",{"name":423,"slug":424,"type":15},"Healthcare","healthcare",{"name":426,"slug":427,"type":15},"Insurance","insurance",{"name":429,"slug":430,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":435,"name":435,"fn":436,"description":437,"org":438,"tags":439,"stars":454,"repoUrl":455,"updatedAt":456},"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},[440,443,445,448,451],{"name":441,"slug":442,"type":15},".NET","dotnet",{"name":444,"slug":435,"type":15},"ASP.NET Core",{"name":446,"slug":447,"type":15},"Blazor","blazor",{"name":449,"slug":450,"type":15},"C#","csharp",{"name":452,"slug":453,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":458,"name":458,"fn":459,"description":460,"org":461,"tags":462,"stars":454,"repoUrl":455,"updatedAt":473},"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},[463,466,469,472],{"name":464,"slug":465,"type":15},"Apps SDK","apps-sdk",{"name":467,"slug":468,"type":15},"ChatGPT","chatgpt",{"name":470,"slug":471,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":475,"name":475,"fn":476,"description":477,"org":478,"tags":479,"stars":454,"repoUrl":455,"updatedAt":489},"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},[480,483,486],{"name":481,"slug":482,"type":15},"API Development","api-development",{"name":484,"slug":485,"type":15},"CLI","cli",{"name":487,"slug":488,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":491,"name":491,"fn":492,"description":493,"org":494,"tags":495,"stars":454,"repoUrl":455,"updatedAt":506},"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},[496,499,502,503],{"name":497,"slug":498,"type":15},"Cloudflare","cloudflare",{"name":500,"slug":501,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":344,"slug":345,"type":15},{"name":504,"slug":505,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":508,"name":508,"fn":509,"description":510,"org":511,"tags":512,"stars":454,"repoUrl":455,"updatedAt":525},"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},[513,516,519,522],{"name":514,"slug":515,"type":15},"Productivity","productivity",{"name":517,"slug":518,"type":15},"Project Management","project-management",{"name":520,"slug":521,"type":15},"Strategy","strategy",{"name":523,"slug":524,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":527,"name":527,"fn":528,"description":529,"org":530,"tags":531,"stars":454,"repoUrl":455,"updatedAt":537},"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},[532,533,535,536],{"name":306,"slug":307,"type":15},{"name":534,"slug":527,"type":15},"Figma",{"name":363,"slug":364,"type":15},{"name":470,"slug":471,"type":15},"2026-04-12T05:06:47.939943",{"slug":539,"name":539,"fn":540,"description":541,"org":542,"tags":543,"stars":454,"repoUrl":455,"updatedAt":551},"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},[544,545,548,549,550],{"name":306,"slug":307,"type":15},{"name":546,"slug":547,"type":15},"Design System","design-system",{"name":534,"slug":527,"type":15},{"name":363,"slug":364,"type":15},{"name":372,"slug":373,"type":15},"2026-05-10T05:59:52.971881",{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":454,"repoUrl":455,"updatedAt":565},"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},[558,559,560,563,564],{"name":306,"slug":307,"type":15},{"name":546,"slug":547,"type":15},{"name":561,"slug":562,"type":15},"Documentation","documentation",{"name":534,"slug":527,"type":15},{"name":363,"slug":364,"type":15},"2026-05-16T06:07:47.821474",{"slug":567,"name":567,"fn":568,"description":569,"org":570,"tags":571,"stars":454,"repoUrl":455,"updatedAt":577},"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},[572,573,574,575,576],{"name":306,"slug":307,"type":15},{"name":534,"slug":527,"type":15},{"name":363,"slug":364,"type":15},{"name":372,"slug":373,"type":15},{"name":452,"slug":453,"type":15},"2026-05-16T06:07:40.583615",{"slug":579,"name":579,"fn":580,"description":581,"org":582,"tags":583,"stars":454,"repoUrl":455,"updatedAt":592},"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},[584,587,588,591],{"name":585,"slug":586,"type":15},"Animation","animation",{"name":487,"slug":488,"type":15},{"name":589,"slug":590,"type":15},"Creative","creative",{"name":306,"slug":307,"type":15},"2026-05-02T05:31:48.48485",{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":454,"repoUrl":455,"updatedAt":608},"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},[599,600,601,604,607],{"name":589,"slug":590,"type":15},{"name":306,"slug":307,"type":15},{"name":602,"slug":603,"type":15},"Image Generation","image-generation",{"name":605,"slug":606,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]