[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-sharepoint-powerpoint":3,"mdc--7w9lhb-key":36,"related-repo-openai-sharepoint-powerpoint":521,"related-org-openai-sharepoint-powerpoint":645},{"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-powerpoint","edit SharePoint PowerPoint files with style preservation","Create, edit, restyle, and review PowerPoint `.pptx` files fetched from SharePoint, with emphasis on style preservation, slide cloning, theme-aware updates, and rendered visual QA. Use when the user wants reliable slide edits that should match an existing deck's design language.",{"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},"Presentations","presentations","tag",{"name":17,"slug":18,"type":15},"PowerPoint","powerpoint",{"name":20,"slug":21,"type":15},"SharePoint","sharepoint",{"name":23,"slug":24,"type":15},"Microsoft 365","microsoft-365",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:43:06.08558",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-powerpoint","---\nname: sharepoint-powerpoint\ndescription: Create, edit, restyle, and review PowerPoint `.pptx` files fetched from SharePoint, with emphasis on style preservation, slide cloning, theme-aware updates, and rendered visual QA. Use when the user wants reliable slide edits that should match an existing deck's design language.\n---\n\n# SharePoint PowerPoint\n\n## Overview\n\nUse this skill for `.pptx` work that starts from SharePoint and where visual fidelity matters. Treat PowerPoint edits as both content edits and design-preservation work. Prefer reusing the deck's own structures over creating generic new slides.\n\n## When To Use\n\n- Add, remove, reorder, or rewrite slides in an existing SharePoint-hosted deck.\n- Insert title, section, agenda, or summary slides that should match the deck style.\n- Update text in existing slides while preserving formatting.\n- Inspect layouts, masters, shapes, and theme cues before changing a presentation.\n- Render and visually QA slides before uploading the revised deck back to SharePoint when tooling permits.\n\n## Core Workflow\n\n1. Determine whether the request is content-only or style-sensitive.\n2. Use the SharePoint skill to locate the exact deck and fetch the raw `.pptx` with `fetch(download_raw_file=true)`.\n3. Inspect the deck before editing:\n   - slide count and order\n   - available slide masters and layouts\n   - placeholder availability\n   - representative slides for the requested slide type\n   - shape structure on the representative slide\n4. Choose the safest edit strategy in this order:\n   - clone a representative existing slide and edit only the text-bearing shapes\n   - insert slides from a matching source deck or exported single-slide deck\n   - use a native layout only when the deck exposes usable layouts and placeholders\n   - fall back to manual text boxes only as a last resort\n5. Preserve the existing deck language:\n   - reuse layout and theme when possible\n   - preserve geometry, spacing, alignment, and density\n   - preserve shape hierarchy and non-text objects unless the user asks to change them\n6. Perform visual QA:\n   - render the edited slide and adjacent slides if a render path exists\n   - compare the new slide to its neighbors for background, spacing, hierarchy, and density\n7. Return to SharePoint only for upload with `update_file` after local QA.\n8. If style fidelity cannot be validated, stop and state that clearly.\n\n## Style Rules\n\n- Prefer cloning over creating.\n- Prefer targeted text replacement over rebuilding the slide.\n- If the deck has only one layout, a `DEFAULT` layout, or missing placeholders, assume template constraints.\n- Do not treat a content-correct slide as complete until visual consistency has been checked.\n- If you must use manual text boxes, inspect a representative slide first and copy:\n  - text box bounds\n  - paragraph alignment\n  - font sizes and weights\n  - theme colors\n  - vertical spacing\n\n## Tool Guidance\n\n- Use `python-pptx` for structural edits and inspection.\n- Use `lxml` and OOXML-level operations when `python-pptx` is too weak for safe slide cloning.\n- Prefer PowerPoint-native export or LibreOffice-based rendering for visual QA when available.\n- If no rendering tool exists, say that verification is content-level only and treat style-sensitive work as blocked unless the user accepts the risk.\n\n## Environment Reality\n\nCurrent local minimum:\n\n- `python-pptx`\n- `lxml`\n- `Pillow`\n\nRecommended for reliable QA:\n\n- Microsoft PowerPoint native export\u002Frendering\n- or LibreOffice plus Poppler for slide-image generation\n\n## SharePoint Routing\n\nWhen a SharePoint task targets a `.pptx` and style adoption matters:\n\n1. Use the SharePoint skill to locate and fetch the file.\n2. Use this SharePoint PowerPoint skill for the actual edit.\n3. Return to the SharePoint connector only for upload after local QA.\n\n## Blocking Conditions\n\nStop and report limitations when:\n\n- no clone path exists for a style-sensitive edit\n- no render path exists for visual QA\n- the deck template is constrained and the only remaining option is a generic low-fidelity slide insertion\n\n## Bundled Assets\n\nThis plugin does not currently bundle PowerPoint helper scripts.\n\nIf local inspection, cloning, or rendering helpers are unavailable, prefer conservative edits and state the gap explicitly rather than implying a script-backed workflow exists.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,56,71,77,107,113,262,268,332,338,383,389,394,422,427,440,446,458,476,482,487,505,511,516],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","SharePoint PowerPoint",{"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},".pptx",{"type":47,"value":70}," work that starts from SharePoint and where visual fidelity matters. Treat PowerPoint edits as both content edits and design-preservation work. Prefer reusing the deck's own structures over creating generic new slides.",{"type":42,"tag":50,"props":72,"children":74},{"id":73},"when-to-use",[75],{"type":47,"value":76},"When To Use",{"type":42,"tag":78,"props":79,"children":80},"ul",{},[81,87,92,97,102],{"type":42,"tag":82,"props":83,"children":84},"li",{},[85],{"type":47,"value":86},"Add, remove, reorder, or rewrite slides in an existing SharePoint-hosted deck.",{"type":42,"tag":82,"props":88,"children":89},{},[90],{"type":47,"value":91},"Insert title, section, agenda, or summary slides that should match the deck style.",{"type":42,"tag":82,"props":93,"children":94},{},[95],{"type":47,"value":96},"Update text in existing slides while preserving formatting.",{"type":42,"tag":82,"props":98,"children":99},{},[100],{"type":47,"value":101},"Inspect layouts, masters, shapes, and theme cues before changing a presentation.",{"type":42,"tag":82,"props":103,"children":104},{},[105],{"type":47,"value":106},"Render and visually QA slides before uploading the revised deck back to SharePoint when tooling permits.",{"type":42,"tag":50,"props":108,"children":110},{"id":109},"core-workflow",[111],{"type":47,"value":112},"Core Workflow",{"type":42,"tag":114,"props":115,"children":116},"ol",{},[117,122,142,175,203,226,244,257],{"type":42,"tag":82,"props":118,"children":119},{},[120],{"type":47,"value":121},"Determine whether the request is content-only or style-sensitive.",{"type":42,"tag":82,"props":123,"children":124},{},[125,127,132,134,140],{"type":47,"value":126},"Use the SharePoint skill to locate the exact deck and fetch the raw ",{"type":42,"tag":63,"props":128,"children":130},{"className":129},[],[131],{"type":47,"value":68},{"type":47,"value":133}," with ",{"type":42,"tag":63,"props":135,"children":137},{"className":136},[],[138],{"type":47,"value":139},"fetch(download_raw_file=true)",{"type":47,"value":141},".",{"type":42,"tag":82,"props":143,"children":144},{},[145,147],{"type":47,"value":146},"Inspect the deck before editing:\n",{"type":42,"tag":78,"props":148,"children":149},{},[150,155,160,165,170],{"type":42,"tag":82,"props":151,"children":152},{},[153],{"type":47,"value":154},"slide count and order",{"type":42,"tag":82,"props":156,"children":157},{},[158],{"type":47,"value":159},"available slide masters and layouts",{"type":42,"tag":82,"props":161,"children":162},{},[163],{"type":47,"value":164},"placeholder availability",{"type":42,"tag":82,"props":166,"children":167},{},[168],{"type":47,"value":169},"representative slides for the requested slide type",{"type":42,"tag":82,"props":171,"children":172},{},[173],{"type":47,"value":174},"shape structure on the representative slide",{"type":42,"tag":82,"props":176,"children":177},{},[178,180],{"type":47,"value":179},"Choose the safest edit strategy in this order:\n",{"type":42,"tag":78,"props":181,"children":182},{},[183,188,193,198],{"type":42,"tag":82,"props":184,"children":185},{},[186],{"type":47,"value":187},"clone a representative existing slide and edit only the text-bearing shapes",{"type":42,"tag":82,"props":189,"children":190},{},[191],{"type":47,"value":192},"insert slides from a matching source deck or exported single-slide deck",{"type":42,"tag":82,"props":194,"children":195},{},[196],{"type":47,"value":197},"use a native layout only when the deck exposes usable layouts and placeholders",{"type":42,"tag":82,"props":199,"children":200},{},[201],{"type":47,"value":202},"fall back to manual text boxes only as a last resort",{"type":42,"tag":82,"props":204,"children":205},{},[206,208],{"type":47,"value":207},"Preserve the existing deck language:\n",{"type":42,"tag":78,"props":209,"children":210},{},[211,216,221],{"type":42,"tag":82,"props":212,"children":213},{},[214],{"type":47,"value":215},"reuse layout and theme when possible",{"type":42,"tag":82,"props":217,"children":218},{},[219],{"type":47,"value":220},"preserve geometry, spacing, alignment, and density",{"type":42,"tag":82,"props":222,"children":223},{},[224],{"type":47,"value":225},"preserve shape hierarchy and non-text objects unless the user asks to change them",{"type":42,"tag":82,"props":227,"children":228},{},[229,231],{"type":47,"value":230},"Perform visual QA:\n",{"type":42,"tag":78,"props":232,"children":233},{},[234,239],{"type":42,"tag":82,"props":235,"children":236},{},[237],{"type":47,"value":238},"render the edited slide and adjacent slides if a render path exists",{"type":42,"tag":82,"props":240,"children":241},{},[242],{"type":47,"value":243},"compare the new slide to its neighbors for background, spacing, hierarchy, and density",{"type":42,"tag":82,"props":245,"children":246},{},[247,249,255],{"type":47,"value":248},"Return to SharePoint only for upload with ",{"type":42,"tag":63,"props":250,"children":252},{"className":251},[],[253],{"type":47,"value":254},"update_file",{"type":47,"value":256}," after local QA.",{"type":42,"tag":82,"props":258,"children":259},{},[260],{"type":47,"value":261},"If style fidelity cannot be validated, stop and state that clearly.",{"type":42,"tag":50,"props":263,"children":265},{"id":264},"style-rules",[266],{"type":47,"value":267},"Style Rules",{"type":42,"tag":78,"props":269,"children":270},{},[271,276,281,294,299],{"type":42,"tag":82,"props":272,"children":273},{},[274],{"type":47,"value":275},"Prefer cloning over creating.",{"type":42,"tag":82,"props":277,"children":278},{},[279],{"type":47,"value":280},"Prefer targeted text replacement over rebuilding the slide.",{"type":42,"tag":82,"props":282,"children":283},{},[284,286,292],{"type":47,"value":285},"If the deck has only one layout, a ",{"type":42,"tag":63,"props":287,"children":289},{"className":288},[],[290],{"type":47,"value":291},"DEFAULT",{"type":47,"value":293}," layout, or missing placeholders, assume template constraints.",{"type":42,"tag":82,"props":295,"children":296},{},[297],{"type":47,"value":298},"Do not treat a content-correct slide as complete until visual consistency has been checked.",{"type":42,"tag":82,"props":300,"children":301},{},[302,304],{"type":47,"value":303},"If you must use manual text boxes, inspect a representative slide first and copy:\n",{"type":42,"tag":78,"props":305,"children":306},{},[307,312,317,322,327],{"type":42,"tag":82,"props":308,"children":309},{},[310],{"type":47,"value":311},"text box bounds",{"type":42,"tag":82,"props":313,"children":314},{},[315],{"type":47,"value":316},"paragraph alignment",{"type":42,"tag":82,"props":318,"children":319},{},[320],{"type":47,"value":321},"font sizes and weights",{"type":42,"tag":82,"props":323,"children":324},{},[325],{"type":47,"value":326},"theme colors",{"type":42,"tag":82,"props":328,"children":329},{},[330],{"type":47,"value":331},"vertical spacing",{"type":42,"tag":50,"props":333,"children":335},{"id":334},"tool-guidance",[336],{"type":47,"value":337},"Tool Guidance",{"type":42,"tag":78,"props":339,"children":340},{},[341,354,373,378],{"type":42,"tag":82,"props":342,"children":343},{},[344,346,352],{"type":47,"value":345},"Use ",{"type":42,"tag":63,"props":347,"children":349},{"className":348},[],[350],{"type":47,"value":351},"python-pptx",{"type":47,"value":353}," for structural edits and inspection.",{"type":42,"tag":82,"props":355,"children":356},{},[357,358,364,366,371],{"type":47,"value":345},{"type":42,"tag":63,"props":359,"children":361},{"className":360},[],[362],{"type":47,"value":363},"lxml",{"type":47,"value":365}," and OOXML-level operations when ",{"type":42,"tag":63,"props":367,"children":369},{"className":368},[],[370],{"type":47,"value":351},{"type":47,"value":372}," is too weak for safe slide cloning.",{"type":42,"tag":82,"props":374,"children":375},{},[376],{"type":47,"value":377},"Prefer PowerPoint-native export or LibreOffice-based rendering for visual QA when available.",{"type":42,"tag":82,"props":379,"children":380},{},[381],{"type":47,"value":382},"If no rendering tool exists, say that verification is content-level only and treat style-sensitive work as blocked unless the user accepts the risk.",{"type":42,"tag":50,"props":384,"children":386},{"id":385},"environment-reality",[387],{"type":47,"value":388},"Environment Reality",{"type":42,"tag":57,"props":390,"children":391},{},[392],{"type":47,"value":393},"Current local minimum:",{"type":42,"tag":78,"props":395,"children":396},{},[397,405,413],{"type":42,"tag":82,"props":398,"children":399},{},[400],{"type":42,"tag":63,"props":401,"children":403},{"className":402},[],[404],{"type":47,"value":351},{"type":42,"tag":82,"props":406,"children":407},{},[408],{"type":42,"tag":63,"props":409,"children":411},{"className":410},[],[412],{"type":47,"value":363},{"type":42,"tag":82,"props":414,"children":415},{},[416],{"type":42,"tag":63,"props":417,"children":419},{"className":418},[],[420],{"type":47,"value":421},"Pillow",{"type":42,"tag":57,"props":423,"children":424},{},[425],{"type":47,"value":426},"Recommended for reliable QA:",{"type":42,"tag":78,"props":428,"children":429},{},[430,435],{"type":42,"tag":82,"props":431,"children":432},{},[433],{"type":47,"value":434},"Microsoft PowerPoint native export\u002Frendering",{"type":42,"tag":82,"props":436,"children":437},{},[438],{"type":47,"value":439},"or LibreOffice plus Poppler for slide-image generation",{"type":42,"tag":50,"props":441,"children":443},{"id":442},"sharepoint-routing",[444],{"type":47,"value":445},"SharePoint Routing",{"type":42,"tag":57,"props":447,"children":448},{},[449,451,456],{"type":47,"value":450},"When a SharePoint task targets a ",{"type":42,"tag":63,"props":452,"children":454},{"className":453},[],[455],{"type":47,"value":68},{"type":47,"value":457}," and style adoption matters:",{"type":42,"tag":114,"props":459,"children":460},{},[461,466,471],{"type":42,"tag":82,"props":462,"children":463},{},[464],{"type":47,"value":465},"Use the SharePoint skill to locate and fetch the file.",{"type":42,"tag":82,"props":467,"children":468},{},[469],{"type":47,"value":470},"Use this SharePoint PowerPoint skill for the actual edit.",{"type":42,"tag":82,"props":472,"children":473},{},[474],{"type":47,"value":475},"Return to the SharePoint connector only for upload after local QA.",{"type":42,"tag":50,"props":477,"children":479},{"id":478},"blocking-conditions",[480],{"type":47,"value":481},"Blocking Conditions",{"type":42,"tag":57,"props":483,"children":484},{},[485],{"type":47,"value":486},"Stop and report limitations when:",{"type":42,"tag":78,"props":488,"children":489},{},[490,495,500],{"type":42,"tag":82,"props":491,"children":492},{},[493],{"type":47,"value":494},"no clone path exists for a style-sensitive edit",{"type":42,"tag":82,"props":496,"children":497},{},[498],{"type":47,"value":499},"no render path exists for visual QA",{"type":42,"tag":82,"props":501,"children":502},{},[503],{"type":47,"value":504},"the deck template is constrained and the only remaining option is a generic low-fidelity slide insertion",{"type":42,"tag":50,"props":506,"children":508},{"id":507},"bundled-assets",[509],{"type":47,"value":510},"Bundled Assets",{"type":42,"tag":57,"props":512,"children":513},{},[514],{"type":47,"value":515},"This plugin does not currently bundle PowerPoint helper scripts.",{"type":42,"tag":57,"props":517,"children":518},{},[519],{"type":47,"value":520},"If local inspection, cloning, or rendering helpers are unavailable, prefer conservative edits and state the gap explicitly rather than implying a script-backed workflow exists.",{"items":522,"total":644},[523,542,558,570,590,612,632],{"slug":524,"name":524,"fn":525,"description":526,"org":527,"tags":528,"stars":25,"repoUrl":26,"updatedAt":541},"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},[529,532,535,538],{"name":530,"slug":531,"type":15},"Accessibility","accessibility",{"name":533,"slug":534,"type":15},"Charts","charts",{"name":536,"slug":537,"type":15},"Data Visualization","data-visualization",{"name":539,"slug":540,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":25,"repoUrl":26,"updatedAt":557},"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},[548,551,554],{"name":549,"slug":550,"type":15},"Agents","agents",{"name":552,"slug":553,"type":15},"Browser Automation","browser-automation",{"name":555,"slug":556,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":25,"repoUrl":26,"updatedAt":569},"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},[564,565,568],{"name":552,"slug":553,"type":15},{"name":566,"slug":567,"type":15},"Local Development","local-development",{"name":555,"slug":556,"type":15},"2026-04-06T18:41:17.526867",{"slug":571,"name":571,"fn":572,"description":573,"org":574,"tags":575,"stars":25,"repoUrl":26,"updatedAt":589},"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},[576,577,580,583,586],{"name":549,"slug":550,"type":15},{"name":578,"slug":579,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":581,"slug":582,"type":15},"SDK","sdk",{"name":584,"slug":585,"type":15},"Serverless","serverless",{"name":587,"slug":588,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":591,"name":591,"fn":592,"description":593,"org":594,"tags":595,"stars":25,"repoUrl":26,"updatedAt":611},"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},[596,599,602,605,608],{"name":597,"slug":598,"type":15},"Frontend","frontend",{"name":600,"slug":601,"type":15},"React","react",{"name":603,"slug":604,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":606,"slug":607,"type":15},"UI Components","ui-components",{"name":609,"slug":610,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":613,"name":613,"fn":614,"description":615,"org":616,"tags":617,"stars":25,"repoUrl":26,"updatedAt":631},"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},[618,621,624,627,630],{"name":619,"slug":620,"type":15},"AI Infrastructure","ai-infrastructure",{"name":622,"slug":623,"type":15},"Cost Optimization","cost-optimization",{"name":625,"slug":626,"type":15},"LLM","llm",{"name":628,"slug":629,"type":15},"Performance","performance",{"name":609,"slug":610,"type":15},"2026-04-06T18:40:44.377464",{"slug":633,"name":633,"fn":634,"description":635,"org":636,"tags":637,"stars":25,"repoUrl":26,"updatedAt":643},"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},[638,639,642],{"name":622,"slug":623,"type":15},{"name":640,"slug":641,"type":15},"Database","database",{"name":625,"slug":626,"type":15},"2026-04-06T18:41:08.513425",600,{"items":646,"total":843},[647,668,691,708,724,741,760,772,786,800,812,827],{"slug":648,"name":648,"fn":649,"description":650,"org":651,"tags":652,"stars":665,"repoUrl":666,"updatedAt":667},"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},[653,656,659,662],{"name":654,"slug":655,"type":15},"Documents","documents",{"name":657,"slug":658,"type":15},"Healthcare","healthcare",{"name":660,"slug":661,"type":15},"Insurance","insurance",{"name":663,"slug":664,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":669,"name":669,"fn":670,"description":671,"org":672,"tags":673,"stars":688,"repoUrl":689,"updatedAt":690},"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},[674,677,679,682,685],{"name":675,"slug":676,"type":15},".NET","dotnet",{"name":678,"slug":669,"type":15},"ASP.NET Core",{"name":680,"slug":681,"type":15},"Blazor","blazor",{"name":683,"slug":684,"type":15},"C#","csharp",{"name":686,"slug":687,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":692,"name":692,"fn":693,"description":694,"org":695,"tags":696,"stars":688,"repoUrl":689,"updatedAt":707},"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},[697,700,703,706],{"name":698,"slug":699,"type":15},"Apps SDK","apps-sdk",{"name":701,"slug":702,"type":15},"ChatGPT","chatgpt",{"name":704,"slug":705,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":709,"name":709,"fn":710,"description":711,"org":712,"tags":713,"stars":688,"repoUrl":689,"updatedAt":723},"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},[714,717,720],{"name":715,"slug":716,"type":15},"API Development","api-development",{"name":718,"slug":719,"type":15},"CLI","cli",{"name":721,"slug":722,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":725,"name":725,"fn":726,"description":727,"org":728,"tags":729,"stars":688,"repoUrl":689,"updatedAt":740},"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},[730,733,736,737],{"name":731,"slug":732,"type":15},"Cloudflare","cloudflare",{"name":734,"slug":735,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":578,"slug":579,"type":15},{"name":738,"slug":739,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":742,"name":742,"fn":743,"description":744,"org":745,"tags":746,"stars":688,"repoUrl":689,"updatedAt":759},"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},[747,750,753,756],{"name":748,"slug":749,"type":15},"Productivity","productivity",{"name":751,"slug":752,"type":15},"Project Management","project-management",{"name":754,"slug":755,"type":15},"Strategy","strategy",{"name":757,"slug":758,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":761,"name":761,"fn":762,"description":763,"org":764,"tags":765,"stars":688,"repoUrl":689,"updatedAt":771},"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},[766,767,769,770],{"name":539,"slug":540,"type":15},{"name":768,"slug":761,"type":15},"Figma",{"name":597,"slug":598,"type":15},{"name":704,"slug":705,"type":15},"2026-04-12T05:06:47.939943",{"slug":773,"name":773,"fn":774,"description":775,"org":776,"tags":777,"stars":688,"repoUrl":689,"updatedAt":785},"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},[778,779,782,783,784],{"name":539,"slug":540,"type":15},{"name":780,"slug":781,"type":15},"Design System","design-system",{"name":768,"slug":761,"type":15},{"name":597,"slug":598,"type":15},{"name":606,"slug":607,"type":15},"2026-05-10T05:59:52.971881",{"slug":787,"name":787,"fn":788,"description":789,"org":790,"tags":791,"stars":688,"repoUrl":689,"updatedAt":799},"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},[792,793,794,797,798],{"name":539,"slug":540,"type":15},{"name":780,"slug":781,"type":15},{"name":795,"slug":796,"type":15},"Documentation","documentation",{"name":768,"slug":761,"type":15},{"name":597,"slug":598,"type":15},"2026-05-16T06:07:47.821474",{"slug":801,"name":801,"fn":802,"description":803,"org":804,"tags":805,"stars":688,"repoUrl":689,"updatedAt":811},"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},[806,807,808,809,810],{"name":539,"slug":540,"type":15},{"name":768,"slug":761,"type":15},{"name":597,"slug":598,"type":15},{"name":606,"slug":607,"type":15},{"name":686,"slug":687,"type":15},"2026-05-16T06:07:40.583615",{"slug":813,"name":813,"fn":814,"description":815,"org":816,"tags":817,"stars":688,"repoUrl":689,"updatedAt":826},"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},[818,821,822,825],{"name":819,"slug":820,"type":15},"Animation","animation",{"name":721,"slug":722,"type":15},{"name":823,"slug":824,"type":15},"Creative","creative",{"name":539,"slug":540,"type":15},"2026-05-02T05:31:48.48485",{"slug":828,"name":828,"fn":829,"description":830,"org":831,"tags":832,"stars":688,"repoUrl":689,"updatedAt":842},"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},[833,834,835,838,841],{"name":823,"slug":824,"type":15},{"name":539,"slug":540,"type":15},{"name":836,"slug":837,"type":15},"Image Generation","image-generation",{"name":839,"slug":840,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]