[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-sharepoint-spreadsheets":3,"mdc--urzpv2-key":36,"related-repo-openai-sharepoint-spreadsheets":342,"related-org-openai-sharepoint-spreadsheets":466},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"sharepoint-spreadsheets","edit SharePoint spreadsheets while preserving structure","Edit SharePoint-hosted spreadsheet files while preserving workbook structure, formulas, and formatting. Use when the user wants to update a real spreadsheet in SharePoint rather than summarize extracted sheet text.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Excel","excel","tag",{"name":17,"slug":18,"type":15},"SharePoint","sharepoint",{"name":20,"slug":21,"type":15},"Spreadsheets","spreadsheets",{"name":23,"slug":24,"type":15},"Microsoft 365","microsoft-365",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:43:07.331132",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fsharepoint\u002Fskills\u002Fsharepoint-spreadsheets","---\nname: sharepoint-spreadsheets\ndescription: Edit SharePoint-hosted spreadsheet files while preserving workbook structure, formulas, and formatting. Use when the user wants to update a real spreadsheet in SharePoint rather than summarize extracted sheet text.\n---\n\n# SharePoint Spreadsheets\n\n## Overview\n\nUse this skill for `.xlsx` edits that start from SharePoint. Inspect the workbook structure before editing, preserve formulas and formatting, and upload the revised workbook back to the same SharePoint item only after verifying the exact change.\n\nIf the formula itself is the task, pair this with [..\u002Fsharepoint-spreadsheet-formula-builder\u002FSKILL.md](..\u002Fsharepoint-spreadsheet-formula-builder\u002FSKILL.md) so formula design, syntax checks, and rollout choices stay deliberate instead of being improvised during the workbook edit.\n\n## Core Workflow\n\n1. Use the site-scoped SharePoint discovery path to locate the exact workbook:\n   - `get_site(...)` when the user already knows the site\n   - `list_site_drives(...)` when the site is known but the library is not\n   - `search(query=None, hostname=..., site_path=..., folder_path=...)` to browse a known site or folder\n   - `search(query=\"...\")` when the user actually has keywords\n2. Prefer the exact `url` returned by keyword search or browse results when you later call `fetch`.\n3. Fetch extracted content once to identify relevant sheets and the likely target area.\n4. Fetch the raw `.xlsx` with `fetch(download_raw_file=true)`.\n5. Inspect workbook structure before editing:\n   - sheet names\n   - used ranges or dimensions\n   - formulas\n   - headers\n   - the most natural insertion point\n6. Apply the edit with workbook-aware local tooling such as `openpyxl`, preserving workbook structure, formulas, and formatting.\n7. Verify the exact inserted cells, rows, or section header after save rather than relying on a generic workbook-size change.\n8. Write the revised workbook back with `update_file` using the exact drive-root-relative path from SharePoint metadata.\n9. Confirm the SharePoint update metadata and, when possible, reopen the workbook locally to verify the targeted cells.\n\nUse the direct Microsoft SharePoint app tools for this flow. Do not rely on generic MCP resource listing for SharePoint workbook discovery in Codex.\n\n## Safety\n\n- Do not flatten a workbook into CSV-like text when the user expects the original spreadsheet to remain editable.\n- Preserve formulas, charts, sheet structure, and formatting unless the user explicitly asked to change them.\n- Treat connector writes as full workbook replacement. `update_file` does not patch individual cells or formulas inside the existing workbook on the server.\n- `fetch` enforces the connector's supported-file and max-size constraints. If raw workbook retrieval fails at the connector layer, stop and report the limitation instead of pretending the workbook was safely inspected.\n- Do not teach or rely on user-recency as the primary browse path. Resolve the right site, library, and folder first when the workbook location is still ambiguous.\n- If the workbook contains formulas, charts, or formatting-sensitive layouts, treat operations that can shift references or overwrite styled ranges as high risk and inspect carefully before saving.\n- For structured additions such as Q&A sections, notes blocks, or assumption tables, prefer inserting them into the most natural non-formula sheet instead of the main projection grid unless the user explicitly asked otherwise.\n\n## Verification\n\n- Verify the exact target cells, rows, or inserted block.\n- If you can verify content but not workbook fidelity more broadly, say that clearly instead of implying a full workbook QA pass.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,56,71,84,90,262,267,273,323,329],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","SharePoint Spreadsheets",{"type":42,"tag":50,"props":51,"children":53},"h2",{"id":52},"overview",[54],{"type":47,"value":55},"Overview",{"type":42,"tag":57,"props":58,"children":59},"p",{},[60,62,69],{"type":47,"value":61},"Use this skill for ",{"type":42,"tag":63,"props":64,"children":66},"code",{"className":65},[],[67],{"type":47,"value":68},".xlsx",{"type":47,"value":70}," edits that start from SharePoint. Inspect the workbook structure before editing, preserve formulas and formatting, and upload the revised workbook back to the same SharePoint item only after verifying the exact change.",{"type":42,"tag":57,"props":72,"children":73},{},[74,76,82],{"type":47,"value":75},"If the formula itself is the task, pair this with ",{"type":42,"tag":77,"props":78,"children":80},"a",{"href":79},"..\u002Fsharepoint-spreadsheet-formula-builder\u002FSKILL.md",[81],{"type":47,"value":79},{"type":47,"value":83}," so formula design, syntax checks, and rollout choices stay deliberate instead of being improvised during the workbook edit.",{"type":42,"tag":50,"props":85,"children":87},{"id":86},"core-workflow",[88],{"type":47,"value":89},"Core Workflow",{"type":42,"tag":91,"props":92,"children":93},"ol",{},[94,148,169,174,193,226,239,244,257],{"type":42,"tag":95,"props":96,"children":97},"li",{},[98,100],{"type":47,"value":99},"Use the site-scoped SharePoint discovery path to locate the exact workbook:\n",{"type":42,"tag":101,"props":102,"children":103},"ul",{},[104,115,126,137],{"type":42,"tag":95,"props":105,"children":106},{},[107,113],{"type":42,"tag":63,"props":108,"children":110},{"className":109},[],[111],{"type":47,"value":112},"get_site(...)",{"type":47,"value":114}," when the user already knows the site",{"type":42,"tag":95,"props":116,"children":117},{},[118,124],{"type":42,"tag":63,"props":119,"children":121},{"className":120},[],[122],{"type":47,"value":123},"list_site_drives(...)",{"type":47,"value":125}," when the site is known but the library is not",{"type":42,"tag":95,"props":127,"children":128},{},[129,135],{"type":42,"tag":63,"props":130,"children":132},{"className":131},[],[133],{"type":47,"value":134},"search(query=None, hostname=..., site_path=..., folder_path=...)",{"type":47,"value":136}," to browse a known site or folder",{"type":42,"tag":95,"props":138,"children":139},{},[140,146],{"type":42,"tag":63,"props":141,"children":143},{"className":142},[],[144],{"type":47,"value":145},"search(query=\"...\")",{"type":47,"value":147}," when the user actually has keywords",{"type":42,"tag":95,"props":149,"children":150},{},[151,153,159,161,167],{"type":47,"value":152},"Prefer the exact ",{"type":42,"tag":63,"props":154,"children":156},{"className":155},[],[157],{"type":47,"value":158},"url",{"type":47,"value":160}," returned by keyword search or browse results when you later call ",{"type":42,"tag":63,"props":162,"children":164},{"className":163},[],[165],{"type":47,"value":166},"fetch",{"type":47,"value":168},".",{"type":42,"tag":95,"props":170,"children":171},{},[172],{"type":47,"value":173},"Fetch extracted content once to identify relevant sheets and the likely target area.",{"type":42,"tag":95,"props":175,"children":176},{},[177,179,184,186,192],{"type":47,"value":178},"Fetch the raw ",{"type":42,"tag":63,"props":180,"children":182},{"className":181},[],[183],{"type":47,"value":68},{"type":47,"value":185}," with ",{"type":42,"tag":63,"props":187,"children":189},{"className":188},[],[190],{"type":47,"value":191},"fetch(download_raw_file=true)",{"type":47,"value":168},{"type":42,"tag":95,"props":194,"children":195},{},[196,198],{"type":47,"value":197},"Inspect workbook structure before editing:\n",{"type":42,"tag":101,"props":199,"children":200},{},[201,206,211,216,221],{"type":42,"tag":95,"props":202,"children":203},{},[204],{"type":47,"value":205},"sheet names",{"type":42,"tag":95,"props":207,"children":208},{},[209],{"type":47,"value":210},"used ranges or dimensions",{"type":42,"tag":95,"props":212,"children":213},{},[214],{"type":47,"value":215},"formulas",{"type":42,"tag":95,"props":217,"children":218},{},[219],{"type":47,"value":220},"headers",{"type":42,"tag":95,"props":222,"children":223},{},[224],{"type":47,"value":225},"the most natural insertion point",{"type":42,"tag":95,"props":227,"children":228},{},[229,231,237],{"type":47,"value":230},"Apply the edit with workbook-aware local tooling such as ",{"type":42,"tag":63,"props":232,"children":234},{"className":233},[],[235],{"type":47,"value":236},"openpyxl",{"type":47,"value":238},", preserving workbook structure, formulas, and formatting.",{"type":42,"tag":95,"props":240,"children":241},{},[242],{"type":47,"value":243},"Verify the exact inserted cells, rows, or section header after save rather than relying on a generic workbook-size change.",{"type":42,"tag":95,"props":245,"children":246},{},[247,249,255],{"type":47,"value":248},"Write the revised workbook back with ",{"type":42,"tag":63,"props":250,"children":252},{"className":251},[],[253],{"type":47,"value":254},"update_file",{"type":47,"value":256}," using the exact drive-root-relative path from SharePoint metadata.",{"type":42,"tag":95,"props":258,"children":259},{},[260],{"type":47,"value":261},"Confirm the SharePoint update metadata and, when possible, reopen the workbook locally to verify the targeted cells.",{"type":42,"tag":57,"props":263,"children":264},{},[265],{"type":47,"value":266},"Use the direct Microsoft SharePoint app tools for this flow. Do not rely on generic MCP resource listing for SharePoint workbook discovery in Codex.",{"type":42,"tag":50,"props":268,"children":270},{"id":269},"safety",[271],{"type":47,"value":272},"Safety",{"type":42,"tag":101,"props":274,"children":275},{},[276,281,286,298,308,313,318],{"type":42,"tag":95,"props":277,"children":278},{},[279],{"type":47,"value":280},"Do not flatten a workbook into CSV-like text when the user expects the original spreadsheet to remain editable.",{"type":42,"tag":95,"props":282,"children":283},{},[284],{"type":47,"value":285},"Preserve formulas, charts, sheet structure, and formatting unless the user explicitly asked to change them.",{"type":42,"tag":95,"props":287,"children":288},{},[289,291,296],{"type":47,"value":290},"Treat connector writes as full workbook replacement. ",{"type":42,"tag":63,"props":292,"children":294},{"className":293},[],[295],{"type":47,"value":254},{"type":47,"value":297}," does not patch individual cells or formulas inside the existing workbook on the server.",{"type":42,"tag":95,"props":299,"children":300},{},[301,306],{"type":42,"tag":63,"props":302,"children":304},{"className":303},[],[305],{"type":47,"value":166},{"type":47,"value":307}," enforces the connector's supported-file and max-size constraints. If raw workbook retrieval fails at the connector layer, stop and report the limitation instead of pretending the workbook was safely inspected.",{"type":42,"tag":95,"props":309,"children":310},{},[311],{"type":47,"value":312},"Do not teach or rely on user-recency as the primary browse path. Resolve the right site, library, and folder first when the workbook location is still ambiguous.",{"type":42,"tag":95,"props":314,"children":315},{},[316],{"type":47,"value":317},"If the workbook contains formulas, charts, or formatting-sensitive layouts, treat operations that can shift references or overwrite styled ranges as high risk and inspect carefully before saving.",{"type":42,"tag":95,"props":319,"children":320},{},[321],{"type":47,"value":322},"For structured additions such as Q&A sections, notes blocks, or assumption tables, prefer inserting them into the most natural non-formula sheet instead of the main projection grid unless the user explicitly asked otherwise.",{"type":42,"tag":50,"props":324,"children":326},{"id":325},"verification",[327],{"type":47,"value":328},"Verification",{"type":42,"tag":101,"props":330,"children":331},{},[332,337],{"type":42,"tag":95,"props":333,"children":334},{},[335],{"type":47,"value":336},"Verify the exact target cells, rows, or inserted block.",{"type":42,"tag":95,"props":338,"children":339},{},[340],{"type":47,"value":341},"If you can verify content but not workbook fidelity more broadly, say that clearly instead of implying a full workbook QA pass.",{"items":343,"total":465},[344,363,379,391,411,433,453],{"slug":345,"name":345,"fn":346,"description":347,"org":348,"tags":349,"stars":25,"repoUrl":26,"updatedAt":362},"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},[350,353,356,359],{"name":351,"slug":352,"type":15},"Accessibility","accessibility",{"name":354,"slug":355,"type":15},"Charts","charts",{"name":357,"slug":358,"type":15},"Data Visualization","data-visualization",{"name":360,"slug":361,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":364,"name":364,"fn":365,"description":366,"org":367,"tags":368,"stars":25,"repoUrl":26,"updatedAt":378},"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},[369,372,375],{"name":370,"slug":371,"type":15},"Agents","agents",{"name":373,"slug":374,"type":15},"Browser Automation","browser-automation",{"name":376,"slug":377,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":380,"name":380,"fn":381,"description":382,"org":383,"tags":384,"stars":25,"repoUrl":26,"updatedAt":390},"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},[385,386,389],{"name":373,"slug":374,"type":15},{"name":387,"slug":388,"type":15},"Local Development","local-development",{"name":376,"slug":377,"type":15},"2026-04-06T18:41:17.526867",{"slug":392,"name":392,"fn":393,"description":394,"org":395,"tags":396,"stars":25,"repoUrl":26,"updatedAt":410},"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},[397,398,401,404,407],{"name":370,"slug":371,"type":15},{"name":399,"slug":400,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":402,"slug":403,"type":15},"SDK","sdk",{"name":405,"slug":406,"type":15},"Serverless","serverless",{"name":408,"slug":409,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":412,"name":412,"fn":413,"description":414,"org":415,"tags":416,"stars":25,"repoUrl":26,"updatedAt":432},"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},[417,420,423,426,429],{"name":418,"slug":419,"type":15},"Frontend","frontend",{"name":421,"slug":422,"type":15},"React","react",{"name":424,"slug":425,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":427,"slug":428,"type":15},"UI Components","ui-components",{"name":430,"slug":431,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":434,"name":434,"fn":435,"description":436,"org":437,"tags":438,"stars":25,"repoUrl":26,"updatedAt":452},"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},[439,442,445,448,451],{"name":440,"slug":441,"type":15},"AI Infrastructure","ai-infrastructure",{"name":443,"slug":444,"type":15},"Cost Optimization","cost-optimization",{"name":446,"slug":447,"type":15},"LLM","llm",{"name":449,"slug":450,"type":15},"Performance","performance",{"name":430,"slug":431,"type":15},"2026-04-06T18:40:44.377464",{"slug":454,"name":454,"fn":455,"description":456,"org":457,"tags":458,"stars":25,"repoUrl":26,"updatedAt":464},"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},[459,460,463],{"name":443,"slug":444,"type":15},{"name":461,"slug":462,"type":15},"Database","database",{"name":446,"slug":447,"type":15},"2026-04-06T18:41:08.513425",600,{"items":467,"total":664},[468,489,512,529,545,562,581,593,607,621,633,648],{"slug":469,"name":469,"fn":470,"description":471,"org":472,"tags":473,"stars":486,"repoUrl":487,"updatedAt":488},"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},[474,477,480,483],{"name":475,"slug":476,"type":15},"Documents","documents",{"name":478,"slug":479,"type":15},"Healthcare","healthcare",{"name":481,"slug":482,"type":15},"Insurance","insurance",{"name":484,"slug":485,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":490,"name":490,"fn":491,"description":492,"org":493,"tags":494,"stars":509,"repoUrl":510,"updatedAt":511},"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},[495,498,500,503,506],{"name":496,"slug":497,"type":15},".NET","dotnet",{"name":499,"slug":490,"type":15},"ASP.NET Core",{"name":501,"slug":502,"type":15},"Blazor","blazor",{"name":504,"slug":505,"type":15},"C#","csharp",{"name":507,"slug":508,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":513,"name":513,"fn":514,"description":515,"org":516,"tags":517,"stars":509,"repoUrl":510,"updatedAt":528},"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},[518,521,524,527],{"name":519,"slug":520,"type":15},"Apps SDK","apps-sdk",{"name":522,"slug":523,"type":15},"ChatGPT","chatgpt",{"name":525,"slug":526,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":530,"name":530,"fn":531,"description":532,"org":533,"tags":534,"stars":509,"repoUrl":510,"updatedAt":544},"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},[535,538,541],{"name":536,"slug":537,"type":15},"API Development","api-development",{"name":539,"slug":540,"type":15},"CLI","cli",{"name":542,"slug":543,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":546,"name":546,"fn":547,"description":548,"org":549,"tags":550,"stars":509,"repoUrl":510,"updatedAt":561},"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},[551,554,557,558],{"name":552,"slug":553,"type":15},"Cloudflare","cloudflare",{"name":555,"slug":556,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":399,"slug":400,"type":15},{"name":559,"slug":560,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":563,"name":563,"fn":564,"description":565,"org":566,"tags":567,"stars":509,"repoUrl":510,"updatedAt":580},"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},[568,571,574,577],{"name":569,"slug":570,"type":15},"Productivity","productivity",{"name":572,"slug":573,"type":15},"Project Management","project-management",{"name":575,"slug":576,"type":15},"Strategy","strategy",{"name":578,"slug":579,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":582,"name":582,"fn":583,"description":584,"org":585,"tags":586,"stars":509,"repoUrl":510,"updatedAt":592},"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},[587,588,590,591],{"name":360,"slug":361,"type":15},{"name":589,"slug":582,"type":15},"Figma",{"name":418,"slug":419,"type":15},{"name":525,"slug":526,"type":15},"2026-04-12T05:06:47.939943",{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":509,"repoUrl":510,"updatedAt":606},"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},[599,600,603,604,605],{"name":360,"slug":361,"type":15},{"name":601,"slug":602,"type":15},"Design System","design-system",{"name":589,"slug":582,"type":15},{"name":418,"slug":419,"type":15},{"name":427,"slug":428,"type":15},"2026-05-10T05:59:52.971881",{"slug":608,"name":608,"fn":609,"description":610,"org":611,"tags":612,"stars":509,"repoUrl":510,"updatedAt":620},"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},[613,614,615,618,619],{"name":360,"slug":361,"type":15},{"name":601,"slug":602,"type":15},{"name":616,"slug":617,"type":15},"Documentation","documentation",{"name":589,"slug":582,"type":15},{"name":418,"slug":419,"type":15},"2026-05-16T06:07:47.821474",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":509,"repoUrl":510,"updatedAt":632},"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},[627,628,629,630,631],{"name":360,"slug":361,"type":15},{"name":589,"slug":582,"type":15},{"name":418,"slug":419,"type":15},{"name":427,"slug":428,"type":15},{"name":507,"slug":508,"type":15},"2026-05-16T06:07:40.583615",{"slug":634,"name":634,"fn":635,"description":636,"org":637,"tags":638,"stars":509,"repoUrl":510,"updatedAt":647},"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},[639,642,643,646],{"name":640,"slug":641,"type":15},"Animation","animation",{"name":542,"slug":543,"type":15},{"name":644,"slug":645,"type":15},"Creative","creative",{"name":360,"slug":361,"type":15},"2026-05-02T05:31:48.48485",{"slug":649,"name":649,"fn":650,"description":651,"org":652,"tags":653,"stars":509,"repoUrl":510,"updatedAt":663},"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},[654,655,656,659,662],{"name":644,"slug":645,"type":15},{"name":360,"slug":361,"type":15},{"name":657,"slug":658,"type":15},"Image Generation","image-generation",{"name":660,"slug":661,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]