[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-pdf":3,"mdc-vcm1aa-key":32,"related-repo-openai-pdf":347,"related-org-openai-pdf":474},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":21,"repoUrl":22,"updatedAt":23,"license":24,"forks":25,"topics":26,"repo":27,"sourceUrl":30,"mdContent":31},"pdf","read create and review PDF files","Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,15,18],{"name":13,"slug":4,"type":14},"PDF","tag",{"name":16,"slug":17,"type":14},"Documents","documents",{"name":19,"slug":20,"type":14},"Python","python",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:06:42.8437",null,1614,[],{"repoUrl":22,"stars":21,"forks":25,"topics":28,"description":29},[],"Skills Catalog for Codex","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002F.curated\u002Fpdf","---\nname: \"pdf\"\ndescription: \"Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.\"\n---\n\n\n# PDF Skill\n\n## When to use\n- Read or review PDF content where layout and visuals matter.\n- Create PDFs programmatically with reliable formatting.\n- Validate final rendering before delivery.\n\n## Workflow\n1. Prefer visual review: render PDF pages to PNGs and inspect them.\n   - Use `pdftoppm` if available.\n   - If unavailable, install Poppler or ask the user to review the output locally.\n2. Use `reportlab` to generate PDFs when creating new documents.\n3. Use `pdfplumber` (or `pypdf`) for text extraction and quick checks; do not rely on it for layout fidelity.\n4. After each meaningful update, re-render pages and verify alignment, spacing, and legibility.\n\n## Temp and output conventions\n- Use `tmp\u002Fpdfs\u002F` for intermediate files; delete when done.\n- Write final artifacts under `output\u002Fpdf\u002F` when working in this repo.\n- Keep filenames stable and descriptive.\n\n## Dependencies (install if missing)\nPrefer `uv` for dependency management.\n\nPython packages:\n```\nuv pip install reportlab pdfplumber pypdf\n```\nIf `uv` is unavailable:\n```\npython3 -m pip install reportlab pdfplumber pypdf\n```\nSystem tools (for rendering):\n```\n# macOS (Homebrew)\nbrew install poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y poppler-utils\n```\n\nIf installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.\n\n## Environment\nNo required environment variables.\n\n## Rendering command\n```\npdftoppm -png $INPUT_PDF $OUTPUT_PREFIX\n```\n\n## Quality expectations\n- Maintain polished visual design: consistent typography, spacing, margins, and section hierarchy.\n- Avoid rendering issues: clipped text, overlapping elements, broken tables, black squares, or unreadable glyphs.\n- Charts, tables, and images must be sharp, aligned, and clearly labeled.\n- Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.\n- Citations and references must be human-readable; never leave tool tokens or placeholder strings.\n\n## Final checks\n- Do not deliver until the latest PNG inspection shows zero visual or formatting defects.\n- Confirm headers\u002Ffooters, page numbering, and section transitions look polished.\n- Keep intermediate files organized or remove them after final approval.\n",{"data":33,"body":34},{"name":4,"description":6},{"type":35,"children":36},"root",[37,46,53,73,79,147,153,186,192,206,211,223,235,244,249,258,263,269,274,280,289,295,323,329],{"type":38,"tag":39,"props":40,"children":42},"element","h1",{"id":41},"pdf-skill",[43],{"type":44,"value":45},"text","PDF Skill",{"type":38,"tag":47,"props":48,"children":50},"h2",{"id":49},"when-to-use",[51],{"type":44,"value":52},"When to use",{"type":38,"tag":54,"props":55,"children":56},"ul",{},[57,63,68],{"type":38,"tag":58,"props":59,"children":60},"li",{},[61],{"type":44,"value":62},"Read or review PDF content where layout and visuals matter.",{"type":38,"tag":58,"props":64,"children":65},{},[66],{"type":44,"value":67},"Create PDFs programmatically with reliable formatting.",{"type":38,"tag":58,"props":69,"children":70},{},[71],{"type":44,"value":72},"Validate final rendering before delivery.",{"type":38,"tag":47,"props":74,"children":76},{"id":75},"workflow",[77],{"type":44,"value":78},"Workflow",{"type":38,"tag":80,"props":81,"children":82},"ol",{},[83,110,122,142],{"type":38,"tag":58,"props":84,"children":85},{},[86,88],{"type":44,"value":87},"Prefer visual review: render PDF pages to PNGs and inspect them.\n",{"type":38,"tag":54,"props":89,"children":90},{},[91,105],{"type":38,"tag":58,"props":92,"children":93},{},[94,96,103],{"type":44,"value":95},"Use ",{"type":38,"tag":97,"props":98,"children":100},"code",{"className":99},[],[101],{"type":44,"value":102},"pdftoppm",{"type":44,"value":104}," if available.",{"type":38,"tag":58,"props":106,"children":107},{},[108],{"type":44,"value":109},"If unavailable, install Poppler or ask the user to review the output locally.",{"type":38,"tag":58,"props":111,"children":112},{},[113,114,120],{"type":44,"value":95},{"type":38,"tag":97,"props":115,"children":117},{"className":116},[],[118],{"type":44,"value":119},"reportlab",{"type":44,"value":121}," to generate PDFs when creating new documents.",{"type":38,"tag":58,"props":123,"children":124},{},[125,126,132,134,140],{"type":44,"value":95},{"type":38,"tag":97,"props":127,"children":129},{"className":128},[],[130],{"type":44,"value":131},"pdfplumber",{"type":44,"value":133}," (or ",{"type":38,"tag":97,"props":135,"children":137},{"className":136},[],[138],{"type":44,"value":139},"pypdf",{"type":44,"value":141},") for text extraction and quick checks; do not rely on it for layout fidelity.",{"type":38,"tag":58,"props":143,"children":144},{},[145],{"type":44,"value":146},"After each meaningful update, re-render pages and verify alignment, spacing, and legibility.",{"type":38,"tag":47,"props":148,"children":150},{"id":149},"temp-and-output-conventions",[151],{"type":44,"value":152},"Temp and output conventions",{"type":38,"tag":54,"props":154,"children":155},{},[156,168,181],{"type":38,"tag":58,"props":157,"children":158},{},[159,160,166],{"type":44,"value":95},{"type":38,"tag":97,"props":161,"children":163},{"className":162},[],[164],{"type":44,"value":165},"tmp\u002Fpdfs\u002F",{"type":44,"value":167}," for intermediate files; delete when done.",{"type":38,"tag":58,"props":169,"children":170},{},[171,173,179],{"type":44,"value":172},"Write final artifacts under ",{"type":38,"tag":97,"props":174,"children":176},{"className":175},[],[177],{"type":44,"value":178},"output\u002Fpdf\u002F",{"type":44,"value":180}," when working in this repo.",{"type":38,"tag":58,"props":182,"children":183},{},[184],{"type":44,"value":185},"Keep filenames stable and descriptive.",{"type":38,"tag":47,"props":187,"children":189},{"id":188},"dependencies-install-if-missing",[190],{"type":44,"value":191},"Dependencies (install if missing)",{"type":38,"tag":193,"props":194,"children":195},"p",{},[196,198,204],{"type":44,"value":197},"Prefer ",{"type":38,"tag":97,"props":199,"children":201},{"className":200},[],[202],{"type":44,"value":203},"uv",{"type":44,"value":205}," for dependency management.",{"type":38,"tag":193,"props":207,"children":208},{},[209],{"type":44,"value":210},"Python packages:",{"type":38,"tag":212,"props":213,"children":217},"pre",{"className":214,"code":216,"language":44},[215],"language-text","uv pip install reportlab pdfplumber pypdf\n",[218],{"type":38,"tag":97,"props":219,"children":221},{"__ignoreMap":220},"",[222],{"type":44,"value":216},{"type":38,"tag":193,"props":224,"children":225},{},[226,228,233],{"type":44,"value":227},"If ",{"type":38,"tag":97,"props":229,"children":231},{"className":230},[],[232],{"type":44,"value":203},{"type":44,"value":234}," is unavailable:",{"type":38,"tag":212,"props":236,"children":239},{"className":237,"code":238,"language":44},[215],"python3 -m pip install reportlab pdfplumber pypdf\n",[240],{"type":38,"tag":97,"props":241,"children":242},{"__ignoreMap":220},[243],{"type":44,"value":238},{"type":38,"tag":193,"props":245,"children":246},{},[247],{"type":44,"value":248},"System tools (for rendering):",{"type":38,"tag":212,"props":250,"children":253},{"className":251,"code":252,"language":44},[215],"# macOS (Homebrew)\nbrew install poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y poppler-utils\n",[254],{"type":38,"tag":97,"props":255,"children":256},{"__ignoreMap":220},[257],{"type":44,"value":252},{"type":38,"tag":193,"props":259,"children":260},{},[261],{"type":44,"value":262},"If installation isn't possible in this environment, tell the user which dependency is missing and how to install it locally.",{"type":38,"tag":47,"props":264,"children":266},{"id":265},"environment",[267],{"type":44,"value":268},"Environment",{"type":38,"tag":193,"props":270,"children":271},{},[272],{"type":44,"value":273},"No required environment variables.",{"type":38,"tag":47,"props":275,"children":277},{"id":276},"rendering-command",[278],{"type":44,"value":279},"Rendering command",{"type":38,"tag":212,"props":281,"children":284},{"className":282,"code":283,"language":44},[215],"pdftoppm -png $INPUT_PDF $OUTPUT_PREFIX\n",[285],{"type":38,"tag":97,"props":286,"children":287},{"__ignoreMap":220},[288],{"type":44,"value":283},{"type":38,"tag":47,"props":290,"children":292},{"id":291},"quality-expectations",[293],{"type":44,"value":294},"Quality expectations",{"type":38,"tag":54,"props":296,"children":297},{},[298,303,308,313,318],{"type":38,"tag":58,"props":299,"children":300},{},[301],{"type":44,"value":302},"Maintain polished visual design: consistent typography, spacing, margins, and section hierarchy.",{"type":38,"tag":58,"props":304,"children":305},{},[306],{"type":44,"value":307},"Avoid rendering issues: clipped text, overlapping elements, broken tables, black squares, or unreadable glyphs.",{"type":38,"tag":58,"props":309,"children":310},{},[311],{"type":44,"value":312},"Charts, tables, and images must be sharp, aligned, and clearly labeled.",{"type":38,"tag":58,"props":314,"children":315},{},[316],{"type":44,"value":317},"Use ASCII hyphens only. Avoid U+2011 (non-breaking hyphen) and other Unicode dashes.",{"type":38,"tag":58,"props":319,"children":320},{},[321],{"type":44,"value":322},"Citations and references must be human-readable; never leave tool tokens or placeholder strings.",{"type":38,"tag":47,"props":324,"children":326},{"id":325},"final-checks",[327],{"type":44,"value":328},"Final checks",{"type":38,"tag":54,"props":330,"children":331},{},[332,337,342],{"type":38,"tag":58,"props":333,"children":334},{},[335],{"type":44,"value":336},"Do not deliver until the latest PNG inspection shows zero visual or formatting defects.",{"type":38,"tag":58,"props":338,"children":339},{},[340],{"type":44,"value":341},"Confirm headers\u002Ffooters, page numbering, and section transitions look polished.",{"type":38,"tag":58,"props":343,"children":344},{},[345],{"type":44,"value":346},"Keep intermediate files organized or remove them after final approval.",{"items":348,"total":473},[349,370,387,403,422,441,457],{"slug":350,"name":350,"fn":351,"description":352,"org":353,"tags":354,"stars":21,"repoUrl":22,"updatedAt":369},"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},[355,358,360,363,366],{"name":356,"slug":357,"type":14},".NET","dotnet",{"name":359,"slug":350,"type":14},"ASP.NET Core",{"name":361,"slug":362,"type":14},"Blazor","blazor",{"name":364,"slug":365,"type":14},"C#","csharp",{"name":367,"slug":368,"type":14},"Web Development","web-development","2026-04-12T05:07:02.819491",{"slug":371,"name":371,"fn":372,"description":373,"org":374,"tags":375,"stars":21,"repoUrl":22,"updatedAt":386},"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},[376,379,382,385],{"name":377,"slug":378,"type":14},"Apps SDK","apps-sdk",{"name":380,"slug":381,"type":14},"ChatGPT","chatgpt",{"name":383,"slug":384,"type":14},"MCP","mcp",{"name":9,"slug":8,"type":14},"2026-04-12T05:07:05.468097",{"slug":388,"name":388,"fn":389,"description":390,"org":391,"tags":392,"stars":21,"repoUrl":22,"updatedAt":402},"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},[393,396,399],{"name":394,"slug":395,"type":14},"API Development","api-development",{"name":397,"slug":398,"type":14},"CLI","cli",{"name":400,"slug":401,"type":14},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":404,"name":404,"fn":405,"description":406,"org":407,"tags":408,"stars":21,"repoUrl":22,"updatedAt":421},"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},[409,412,415,418],{"name":410,"slug":411,"type":14},"Cloudflare","cloudflare",{"name":413,"slug":414,"type":14},"Cloudflare Pages","cloudflare-pages",{"name":416,"slug":417,"type":14},"Cloudflare Workers","cloudflare-workers",{"name":419,"slug":420,"type":14},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":423,"name":423,"fn":424,"description":425,"org":426,"tags":427,"stars":21,"repoUrl":22,"updatedAt":440},"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},[428,431,434,437],{"name":429,"slug":430,"type":14},"Productivity","productivity",{"name":432,"slug":433,"type":14},"Project Management","project-management",{"name":435,"slug":436,"type":14},"Strategy","strategy",{"name":438,"slug":439,"type":14},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":442,"name":442,"fn":443,"description":444,"org":445,"tags":446,"stars":21,"repoUrl":22,"updatedAt":456},"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},[447,450,452,455],{"name":448,"slug":449,"type":14},"Design","design",{"name":451,"slug":442,"type":14},"Figma",{"name":453,"slug":454,"type":14},"Frontend","frontend",{"name":383,"slug":384,"type":14},"2026-04-12T05:06:47.939943",{"slug":458,"name":458,"fn":459,"description":460,"org":461,"tags":462,"stars":21,"repoUrl":22,"updatedAt":472},"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},[463,464,467,468,469],{"name":448,"slug":449,"type":14},{"name":465,"slug":466,"type":14},"Design System","design-system",{"name":451,"slug":442,"type":14},{"name":453,"slug":454,"type":14},{"name":470,"slug":471,"type":14},"UI Components","ui-components","2026-05-10T05:59:52.971881",29,{"items":475,"total":602},[476,495,503,510,516,523,530,537,545,559,571,586],{"slug":477,"name":477,"fn":478,"description":479,"org":480,"tags":481,"stars":492,"repoUrl":493,"updatedAt":494},"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},[482,483,486,489],{"name":16,"slug":17,"type":14},{"name":484,"slug":485,"type":14},"Healthcare","healthcare",{"name":487,"slug":488,"type":14},"Insurance","insurance",{"name":490,"slug":491,"type":14},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":350,"name":350,"fn":351,"description":352,"org":496,"tags":497,"stars":21,"repoUrl":22,"updatedAt":369},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[498,499,500,501,502],{"name":356,"slug":357,"type":14},{"name":359,"slug":350,"type":14},{"name":361,"slug":362,"type":14},{"name":364,"slug":365,"type":14},{"name":367,"slug":368,"type":14},{"slug":371,"name":371,"fn":372,"description":373,"org":504,"tags":505,"stars":21,"repoUrl":22,"updatedAt":386},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[506,507,508,509],{"name":377,"slug":378,"type":14},{"name":380,"slug":381,"type":14},{"name":383,"slug":384,"type":14},{"name":9,"slug":8,"type":14},{"slug":388,"name":388,"fn":389,"description":390,"org":511,"tags":512,"stars":21,"repoUrl":22,"updatedAt":402},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[513,514,515],{"name":394,"slug":395,"type":14},{"name":397,"slug":398,"type":14},{"name":400,"slug":401,"type":14},{"slug":404,"name":404,"fn":405,"description":406,"org":517,"tags":518,"stars":21,"repoUrl":22,"updatedAt":421},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[519,520,521,522],{"name":410,"slug":411,"type":14},{"name":413,"slug":414,"type":14},{"name":416,"slug":417,"type":14},{"name":419,"slug":420,"type":14},{"slug":423,"name":423,"fn":424,"description":425,"org":524,"tags":525,"stars":21,"repoUrl":22,"updatedAt":440},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[526,527,528,529],{"name":429,"slug":430,"type":14},{"name":432,"slug":433,"type":14},{"name":435,"slug":436,"type":14},{"name":438,"slug":439,"type":14},{"slug":442,"name":442,"fn":443,"description":444,"org":531,"tags":532,"stars":21,"repoUrl":22,"updatedAt":456},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[533,534,535,536],{"name":448,"slug":449,"type":14},{"name":451,"slug":442,"type":14},{"name":453,"slug":454,"type":14},{"name":383,"slug":384,"type":14},{"slug":458,"name":458,"fn":459,"description":460,"org":538,"tags":539,"stars":21,"repoUrl":22,"updatedAt":472},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[540,541,542,543,544],{"name":448,"slug":449,"type":14},{"name":465,"slug":466,"type":14},{"name":451,"slug":442,"type":14},{"name":453,"slug":454,"type":14},{"name":470,"slug":471,"type":14},{"slug":546,"name":546,"fn":547,"description":548,"org":549,"tags":550,"stars":21,"repoUrl":22,"updatedAt":558},"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},[551,552,553,556,557],{"name":448,"slug":449,"type":14},{"name":465,"slug":466,"type":14},{"name":554,"slug":555,"type":14},"Documentation","documentation",{"name":451,"slug":442,"type":14},{"name":453,"slug":454,"type":14},"2026-05-16T06:07:47.821474",{"slug":560,"name":560,"fn":561,"description":562,"org":563,"tags":564,"stars":21,"repoUrl":22,"updatedAt":570},"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},[565,566,567,568,569],{"name":448,"slug":449,"type":14},{"name":451,"slug":442,"type":14},{"name":453,"slug":454,"type":14},{"name":470,"slug":471,"type":14},{"name":367,"slug":368,"type":14},"2026-05-16T06:07:40.583615",{"slug":572,"name":572,"fn":573,"description":574,"org":575,"tags":576,"stars":21,"repoUrl":22,"updatedAt":585},"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},[577,580,581,584],{"name":578,"slug":579,"type":14},"Animation","animation",{"name":400,"slug":401,"type":14},{"name":582,"slug":583,"type":14},"Creative","creative",{"name":448,"slug":449,"type":14},"2026-05-02T05:31:48.48485",{"slug":587,"name":587,"fn":588,"description":589,"org":590,"tags":591,"stars":21,"repoUrl":22,"updatedAt":601},"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},[592,593,594,597,600],{"name":582,"slug":583,"type":14},{"name":448,"slug":449,"type":14},{"name":595,"slug":596,"type":14},"Image Generation","image-generation",{"name":598,"slug":599,"type":14},"Images","images",{"name":9,"slug":8,"type":14},"2026-05-15T06:23:24.312127",675]