[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-sharepoint-site-discovery":3,"mdc-t87les-key":36,"related-repo-openai-sharepoint-site-discovery":295,"related-org-openai-sharepoint-site-discovery":419},{"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-site-discovery","discover SharePoint sites and libraries","Resolve the right SharePoint site, library, and folder before file work. Use when the user needs to find the right site context, browse a known site, inspect document libraries, or narrow the correct folder before fetching or editing a file.",{"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},"SharePoint","sharepoint","tag",{"name":17,"slug":18,"type":15},"Microsoft 365","microsoft-365",{"name":20,"slug":21,"type":15},"Knowledge Management","knowledge-management",{"name":23,"slug":24,"type":15},"Documents","documents",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-09T04:58:46.894514",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-site-discovery","---\nname: sharepoint-site-discovery\ndescription: Resolve the right SharePoint site, library, and folder before file work. Use when the user needs to find the right site context, browse a known site, inspect document libraries, or narrow the correct folder before fetching or editing a file.\n---\n\n# SharePoint Site Discovery\n\nUse this skill when the main job is locating the right SharePoint site, drive, or folder before file analysis or editing.\n\n## Start Here\n\n- Treat SharePoint discovery as site-scoped, not user-recency-scoped.\n- Use `search(query=\"...\")` for keyword search.\n- Use `search(query=None, hostname=..., site_path=..., folder_path=...)` for browse mode.\n- Use `get_site(...)` and `list_site_drives(...)` when the user knows the site but not the right library.\n\n## Workflow\n\n1. If the user names a SharePoint hostname and site path, validate them with `get_site(...)`.\n2. If the site is known but the right library is not, use `list_site_drives(...)` to inspect the site-scoped document libraries.\n3. If the user wants to browse a known folder or library, use `search(query=None, hostname=..., site_path=..., folder_path=...)` and inspect the immediate children.\n4. If the user wants to find a file by keyword, use `search(query=\"...\")`, then narrow with `hostname`, `site_path`, or `folder_path` when the scope is known.\n5. Preserve the exact returned `url`, site, drive, and folder context so later `fetch`, `update_file`, or `upload_file` calls use the resolved destination instead of a guessed path.\n6. When multiple plausible sites or libraries exist, present the candidates and explain the distinguishing context instead of picking silently.\n\n## Output Conventions\n\n- Name the exact site, library, and folder you resolved.\n- Distinguish clearly between browse results and keyword-search results.\n- When handing off to another SharePoint workflow, include the resolved `url` or the exact site and folder context that should be reused.\n\n## Example Requests\n\n- \"Find the right SharePoint site for the launch checklist and show me the available document libraries.\"\n- \"Browse the ops site and narrow me to the folder that contains the Q2 roadmap files.\"\n- \"Search SharePoint for the pricing workbook, but keep the search inside the finance site.\"\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,55,62,118,124,240,246,271,277],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","SharePoint Site Discovery",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Use this skill when the main job is locating the right SharePoint site, drive, or folder before file analysis or editing.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"start-here",[60],{"type":47,"value":61},"Start Here",{"type":42,"tag":63,"props":64,"children":65},"ul",{},[66,72,86,98],{"type":42,"tag":67,"props":68,"children":69},"li",{},[70],{"type":47,"value":71},"Treat SharePoint discovery as site-scoped, not user-recency-scoped.",{"type":42,"tag":67,"props":73,"children":74},{},[75,77,84],{"type":47,"value":76},"Use ",{"type":42,"tag":78,"props":79,"children":81},"code",{"className":80},[],[82],{"type":47,"value":83},"search(query=\"...\")",{"type":47,"value":85}," for keyword search.",{"type":42,"tag":67,"props":87,"children":88},{},[89,90,96],{"type":47,"value":76},{"type":42,"tag":78,"props":91,"children":93},{"className":92},[],[94],{"type":47,"value":95},"search(query=None, hostname=..., site_path=..., folder_path=...)",{"type":47,"value":97}," for browse mode.",{"type":42,"tag":67,"props":99,"children":100},{},[101,102,108,110,116],{"type":47,"value":76},{"type":42,"tag":78,"props":103,"children":105},{"className":104},[],[106],{"type":47,"value":107},"get_site(...)",{"type":47,"value":109}," and ",{"type":42,"tag":78,"props":111,"children":113},{"className":112},[],[114],{"type":47,"value":115},"list_site_drives(...)",{"type":47,"value":117}," when the user knows the site but not the right library.",{"type":42,"tag":56,"props":119,"children":121},{"id":120},"workflow",[122],{"type":47,"value":123},"Workflow",{"type":42,"tag":125,"props":126,"children":127},"ol",{},[128,140,152,164,200,235],{"type":42,"tag":67,"props":129,"children":130},{},[131,133,138],{"type":47,"value":132},"If the user names a SharePoint hostname and site path, validate them with ",{"type":42,"tag":78,"props":134,"children":136},{"className":135},[],[137],{"type":47,"value":107},{"type":47,"value":139},".",{"type":42,"tag":67,"props":141,"children":142},{},[143,145,150],{"type":47,"value":144},"If the site is known but the right library is not, use ",{"type":42,"tag":78,"props":146,"children":148},{"className":147},[],[149],{"type":47,"value":115},{"type":47,"value":151}," to inspect the site-scoped document libraries.",{"type":42,"tag":67,"props":153,"children":154},{},[155,157,162],{"type":47,"value":156},"If the user wants to browse a known folder or library, use ",{"type":42,"tag":78,"props":158,"children":160},{"className":159},[],[161],{"type":47,"value":95},{"type":47,"value":163}," and inspect the immediate children.",{"type":42,"tag":67,"props":165,"children":166},{},[167,169,174,176,182,184,190,192,198],{"type":47,"value":168},"If the user wants to find a file by keyword, use ",{"type":42,"tag":78,"props":170,"children":172},{"className":171},[],[173],{"type":47,"value":83},{"type":47,"value":175},", then narrow with ",{"type":42,"tag":78,"props":177,"children":179},{"className":178},[],[180],{"type":47,"value":181},"hostname",{"type":47,"value":183},", ",{"type":42,"tag":78,"props":185,"children":187},{"className":186},[],[188],{"type":47,"value":189},"site_path",{"type":47,"value":191},", or ",{"type":42,"tag":78,"props":193,"children":195},{"className":194},[],[196],{"type":47,"value":197},"folder_path",{"type":47,"value":199}," when the scope is known.",{"type":42,"tag":67,"props":201,"children":202},{},[203,205,211,213,219,220,226,227,233],{"type":47,"value":204},"Preserve the exact returned ",{"type":42,"tag":78,"props":206,"children":208},{"className":207},[],[209],{"type":47,"value":210},"url",{"type":47,"value":212},", site, drive, and folder context so later ",{"type":42,"tag":78,"props":214,"children":216},{"className":215},[],[217],{"type":47,"value":218},"fetch",{"type":47,"value":183},{"type":42,"tag":78,"props":221,"children":223},{"className":222},[],[224],{"type":47,"value":225},"update_file",{"type":47,"value":191},{"type":42,"tag":78,"props":228,"children":230},{"className":229},[],[231],{"type":47,"value":232},"upload_file",{"type":47,"value":234}," calls use the resolved destination instead of a guessed path.",{"type":42,"tag":67,"props":236,"children":237},{},[238],{"type":47,"value":239},"When multiple plausible sites or libraries exist, present the candidates and explain the distinguishing context instead of picking silently.",{"type":42,"tag":56,"props":241,"children":243},{"id":242},"output-conventions",[244],{"type":47,"value":245},"Output Conventions",{"type":42,"tag":63,"props":247,"children":248},{},[249,254,259],{"type":42,"tag":67,"props":250,"children":251},{},[252],{"type":47,"value":253},"Name the exact site, library, and folder you resolved.",{"type":42,"tag":67,"props":255,"children":256},{},[257],{"type":47,"value":258},"Distinguish clearly between browse results and keyword-search results.",{"type":42,"tag":67,"props":260,"children":261},{},[262,264,269],{"type":47,"value":263},"When handing off to another SharePoint workflow, include the resolved ",{"type":42,"tag":78,"props":265,"children":267},{"className":266},[],[268],{"type":47,"value":210},{"type":47,"value":270}," or the exact site and folder context that should be reused.",{"type":42,"tag":56,"props":272,"children":274},{"id":273},"example-requests",[275],{"type":47,"value":276},"Example Requests",{"type":42,"tag":63,"props":278,"children":279},{},[280,285,290],{"type":42,"tag":67,"props":281,"children":282},{},[283],{"type":47,"value":284},"\"Find the right SharePoint site for the launch checklist and show me the available document libraries.\"",{"type":42,"tag":67,"props":286,"children":287},{},[288],{"type":47,"value":289},"\"Browse the ops site and narrow me to the folder that contains the Q2 roadmap files.\"",{"type":42,"tag":67,"props":291,"children":292},{},[293],{"type":47,"value":294},"\"Search SharePoint for the pricing workbook, but keep the search inside the finance site.\"",{"items":296,"total":418},[297,316,332,344,364,386,406],{"slug":298,"name":298,"fn":299,"description":300,"org":301,"tags":302,"stars":25,"repoUrl":26,"updatedAt":315},"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},[303,306,309,312],{"name":304,"slug":305,"type":15},"Accessibility","accessibility",{"name":307,"slug":308,"type":15},"Charts","charts",{"name":310,"slug":311,"type":15},"Data Visualization","data-visualization",{"name":313,"slug":314,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":317,"name":317,"fn":318,"description":319,"org":320,"tags":321,"stars":25,"repoUrl":26,"updatedAt":331},"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},[322,325,328],{"name":323,"slug":324,"type":15},"Agents","agents",{"name":326,"slug":327,"type":15},"Browser Automation","browser-automation",{"name":329,"slug":330,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":333,"name":333,"fn":334,"description":335,"org":336,"tags":337,"stars":25,"repoUrl":26,"updatedAt":343},"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},[338,339,342],{"name":326,"slug":327,"type":15},{"name":340,"slug":341,"type":15},"Local Development","local-development",{"name":329,"slug":330,"type":15},"2026-04-06T18:41:17.526867",{"slug":345,"name":345,"fn":346,"description":347,"org":348,"tags":349,"stars":25,"repoUrl":26,"updatedAt":363},"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},[350,351,354,357,360],{"name":323,"slug":324,"type":15},{"name":352,"slug":353,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":355,"slug":356,"type":15},"SDK","sdk",{"name":358,"slug":359,"type":15},"Serverless","serverless",{"name":361,"slug":362,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":365,"name":365,"fn":366,"description":367,"org":368,"tags":369,"stars":25,"repoUrl":26,"updatedAt":385},"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},[370,373,376,379,382],{"name":371,"slug":372,"type":15},"Frontend","frontend",{"name":374,"slug":375,"type":15},"React","react",{"name":377,"slug":378,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":380,"slug":381,"type":15},"UI Components","ui-components",{"name":383,"slug":384,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":387,"name":387,"fn":388,"description":389,"org":390,"tags":391,"stars":25,"repoUrl":26,"updatedAt":405},"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},[392,395,398,401,404],{"name":393,"slug":394,"type":15},"AI Infrastructure","ai-infrastructure",{"name":396,"slug":397,"type":15},"Cost Optimization","cost-optimization",{"name":399,"slug":400,"type":15},"LLM","llm",{"name":402,"slug":403,"type":15},"Performance","performance",{"name":383,"slug":384,"type":15},"2026-04-06T18:40:44.377464",{"slug":407,"name":407,"fn":408,"description":409,"org":410,"tags":411,"stars":25,"repoUrl":26,"updatedAt":417},"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},[412,413,416],{"name":396,"slug":397,"type":15},{"name":414,"slug":415,"type":15},"Database","database",{"name":399,"slug":400,"type":15},"2026-04-06T18:41:08.513425",600,{"items":420,"total":615},[421,440,463,480,496,513,532,544,558,572,584,599],{"slug":422,"name":422,"fn":423,"description":424,"org":425,"tags":426,"stars":437,"repoUrl":438,"updatedAt":439},"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},[427,428,431,434],{"name":23,"slug":24,"type":15},{"name":429,"slug":430,"type":15},"Healthcare","healthcare",{"name":432,"slug":433,"type":15},"Insurance","insurance",{"name":435,"slug":436,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":441,"name":441,"fn":442,"description":443,"org":444,"tags":445,"stars":460,"repoUrl":461,"updatedAt":462},"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},[446,449,451,454,457],{"name":447,"slug":448,"type":15},".NET","dotnet",{"name":450,"slug":441,"type":15},"ASP.NET Core",{"name":452,"slug":453,"type":15},"Blazor","blazor",{"name":455,"slug":456,"type":15},"C#","csharp",{"name":458,"slug":459,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":464,"name":464,"fn":465,"description":466,"org":467,"tags":468,"stars":460,"repoUrl":461,"updatedAt":479},"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},[469,472,475,478],{"name":470,"slug":471,"type":15},"Apps SDK","apps-sdk",{"name":473,"slug":474,"type":15},"ChatGPT","chatgpt",{"name":476,"slug":477,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":481,"name":481,"fn":482,"description":483,"org":484,"tags":485,"stars":460,"repoUrl":461,"updatedAt":495},"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},[486,489,492],{"name":487,"slug":488,"type":15},"API Development","api-development",{"name":490,"slug":491,"type":15},"CLI","cli",{"name":493,"slug":494,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":497,"name":497,"fn":498,"description":499,"org":500,"tags":501,"stars":460,"repoUrl":461,"updatedAt":512},"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},[502,505,508,509],{"name":503,"slug":504,"type":15},"Cloudflare","cloudflare",{"name":506,"slug":507,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":352,"slug":353,"type":15},{"name":510,"slug":511,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":514,"name":514,"fn":515,"description":516,"org":517,"tags":518,"stars":460,"repoUrl":461,"updatedAt":531},"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},[519,522,525,528],{"name":520,"slug":521,"type":15},"Productivity","productivity",{"name":523,"slug":524,"type":15},"Project Management","project-management",{"name":526,"slug":527,"type":15},"Strategy","strategy",{"name":529,"slug":530,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":533,"name":533,"fn":534,"description":535,"org":536,"tags":537,"stars":460,"repoUrl":461,"updatedAt":543},"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},[538,539,541,542],{"name":313,"slug":314,"type":15},{"name":540,"slug":533,"type":15},"Figma",{"name":371,"slug":372,"type":15},{"name":476,"slug":477,"type":15},"2026-04-12T05:06:47.939943",{"slug":545,"name":545,"fn":546,"description":547,"org":548,"tags":549,"stars":460,"repoUrl":461,"updatedAt":557},"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},[550,551,554,555,556],{"name":313,"slug":314,"type":15},{"name":552,"slug":553,"type":15},"Design System","design-system",{"name":540,"slug":533,"type":15},{"name":371,"slug":372,"type":15},{"name":380,"slug":381,"type":15},"2026-05-10T05:59:52.971881",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":460,"repoUrl":461,"updatedAt":571},"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},[564,565,566,569,570],{"name":313,"slug":314,"type":15},{"name":552,"slug":553,"type":15},{"name":567,"slug":568,"type":15},"Documentation","documentation",{"name":540,"slug":533,"type":15},{"name":371,"slug":372,"type":15},"2026-05-16T06:07:47.821474",{"slug":573,"name":573,"fn":574,"description":575,"org":576,"tags":577,"stars":460,"repoUrl":461,"updatedAt":583},"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},[578,579,580,581,582],{"name":313,"slug":314,"type":15},{"name":540,"slug":533,"type":15},{"name":371,"slug":372,"type":15},{"name":380,"slug":381,"type":15},{"name":458,"slug":459,"type":15},"2026-05-16T06:07:40.583615",{"slug":585,"name":585,"fn":586,"description":587,"org":588,"tags":589,"stars":460,"repoUrl":461,"updatedAt":598},"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},[590,593,594,597],{"name":591,"slug":592,"type":15},"Animation","animation",{"name":493,"slug":494,"type":15},{"name":595,"slug":596,"type":15},"Creative","creative",{"name":313,"slug":314,"type":15},"2026-05-02T05:31:48.48485",{"slug":600,"name":600,"fn":601,"description":602,"org":603,"tags":604,"stars":460,"repoUrl":461,"updatedAt":614},"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},[605,606,607,610,613],{"name":595,"slug":596,"type":15},{"name":313,"slug":314,"type":15},{"name":608,"slug":609,"type":15},"Image Generation","image-generation",{"name":611,"slug":612,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]