[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-gh-fix-ci":3,"mdc--jxqscr-key":36,"related-repo-openai-gh-fix-ci":558,"related-org-openai-gh-fix-ci":682},{"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},"gh-fix-ci","debug and fix failing GitHub Actions checks","Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Use the GitHub app from this plugin for PR metadata and patch context, and use `gh` for Actions check and log inspection before implementing any approved fix.",{"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},"GitHub Actions","github-actions","tag",{"name":17,"slug":18,"type":15},"GitHub","github",{"name":20,"slug":21,"type":15},"CI\u002FCD","ci-cd",{"name":23,"slug":24,"type":15},"Debugging","debugging",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:41:22.638978",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fgithub\u002Fskills\u002Fgh-fix-ci","---\nname: \"gh-fix-ci\"\ndescription: \"Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions. Use the GitHub app from this plugin for PR metadata and patch context, and use `gh` for Actions check and log inspection before implementing any approved fix.\"\n---\n\n\n# GitHub Actions CI Fix\n\n## Overview\n\nUse this skill when the task is specifically about failing GitHub Actions checks on a pull request. This workflow is hybrid by design:\n\n- Use the GitHub app from this plugin for PR metadata, changed files, and review context.\n- Use `gh` for GitHub Actions checks and logs because the connector does not expose that workflow end to end.\n- Summarize the root cause first, propose a focused fix plan, and implement only after explicit approval.\n\nPrereq: authenticate with GitHub CLI once, then confirm with `gh auth status`. Repo and workflow scopes are typically required for Actions inspection.\n\n## Inputs\n\n- `repo`: path inside the repo (default `.`)\n- `pr`: PR number or URL (optional; defaults to current branch PR)\n- `gh` authentication for the repo host\n\n## Quick start\n\n- `python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"\u003Cnumber-or-url>\"`\n- Add `--json` if you want machine-friendly output for summarization.\n\n## Workflow\n\n1. Verify gh authentication.\n   - Run `gh auth status` in the repo.\n   - If unauthenticated, ask the user to run `gh auth login` (ensuring repo + workflow scopes) before proceeding.\n2. Resolve the PR.\n   - If the user provides a PR number or URL, use that directly.\n   - Otherwise prefer the current branch PR with `gh pr view --json number,url`.\n   - When repo and PR are known, fetch PR metadata and patch context through the GitHub app from this plugin.\n3. Inspect failing checks (GitHub Actions only).\n   - Preferred: run the bundled script (handles gh field drift and job-log fallbacks):\n     - `python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"\u003Cnumber-or-url>\"`\n     - Add `--json` for machine-friendly output.\n   - Manual fallback:\n     - `gh pr checks \u003Cpr> --json name,state,bucket,link,startedAt,completedAt,workflow`\n       - If a field is rejected, rerun with the available fields reported by `gh`.\n     - For each failing check, extract the run id from `detailsUrl` and run:\n       - `gh run view \u003Crun_id> --json name,workflowName,conclusion,status,url,event,headBranch,headSha`\n       - `gh run view \u003Crun_id> --log`\n     - If the run log says it is still in progress, fetch job logs directly:\n       - `gh api \"\u002Frepos\u002F\u003Cowner>\u002F\u003Crepo>\u002Factions\u002Fjobs\u002F\u003Cjob_id>\u002Flogs\" > \"\u003Cpath>\"`\n4. Scope non-GitHub Actions checks.\n   - If `detailsUrl` is not a GitHub Actions run, label it as external and only report the URL.\n   - Do not attempt Buildkite or other providers; keep the workflow lean.\n5. Summarize failures for the user.\n   - Provide the failing check name, run URL (if any), and a concise log snippet.\n   - Call out missing logs explicitly and do not over-claim certainty.\n6. Propose a focused fix plan and wait for approval.\n   - Keep the plan tied directly to the failing checks and the observed root cause.\n7. Implement after approval.\n   - Apply the approved fix locally.\n   - Run the most relevant local verification available.\n8. Recheck status and summarize residual risk.\n   - Suggest re-running the relevant tests and `gh pr checks`.\n   - Report what is still unverified, what may still be flaky, and whether any failing checks were external and therefore not actionable here.\n\n## Bundled Resources\n\n### scripts\u002Finspect_pr_checks.py\n\nFetch failing PR checks, pull GitHub Actions logs, and extract a failure snippet. Exits non-zero when failures remain so it can be used in automation.\n\nUsage examples:\n- `python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"123\"`\n- `python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo\u002Fpull\u002F123\" --json`\n- `python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --max-lines 200 --context 40`\n\n## Guardrails\n\n- Do not imply that the GitHub app can replace `gh` for Actions log retrieval.\n- Treat non-GitHub Actions providers as report-only unless the user explicitly wants a separate investigation path.\n- If the failure is clearly unrelated to the local diff, say so before proposing code changes.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,57,63,92,105,111,154,160,185,191,474,480,487,492,497,527,533],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"github-actions-ci-fix",[47],{"type":48,"value":49},"text","GitHub Actions CI Fix",{"type":42,"tag":51,"props":52,"children":54},"h2",{"id":53},"overview",[55],{"type":48,"value":56},"Overview",{"type":42,"tag":58,"props":59,"children":60},"p",{},[61],{"type":48,"value":62},"Use this skill when the task is specifically about failing GitHub Actions checks on a pull request. This workflow is hybrid by design:",{"type":42,"tag":64,"props":65,"children":66},"ul",{},[67,73,87],{"type":42,"tag":68,"props":69,"children":70},"li",{},[71],{"type":48,"value":72},"Use the GitHub app from this plugin for PR metadata, changed files, and review context.",{"type":42,"tag":68,"props":74,"children":75},{},[76,78,85],{"type":48,"value":77},"Use ",{"type":42,"tag":79,"props":80,"children":82},"code",{"className":81},[],[83],{"type":48,"value":84},"gh",{"type":48,"value":86}," for GitHub Actions checks and logs because the connector does not expose that workflow end to end.",{"type":42,"tag":68,"props":88,"children":89},{},[90],{"type":48,"value":91},"Summarize the root cause first, propose a focused fix plan, and implement only after explicit approval.",{"type":42,"tag":58,"props":93,"children":94},{},[95,97,103],{"type":48,"value":96},"Prereq: authenticate with GitHub CLI once, then confirm with ",{"type":42,"tag":79,"props":98,"children":100},{"className":99},[],[101],{"type":48,"value":102},"gh auth status",{"type":48,"value":104},". Repo and workflow scopes are typically required for Actions inspection.",{"type":42,"tag":51,"props":106,"children":108},{"id":107},"inputs",[109],{"type":48,"value":110},"Inputs",{"type":42,"tag":64,"props":112,"children":113},{},[114,133,144],{"type":42,"tag":68,"props":115,"children":116},{},[117,123,125,131],{"type":42,"tag":79,"props":118,"children":120},{"className":119},[],[121],{"type":48,"value":122},"repo",{"type":48,"value":124},": path inside the repo (default ",{"type":42,"tag":79,"props":126,"children":128},{"className":127},[],[129],{"type":48,"value":130},".",{"type":48,"value":132},")",{"type":42,"tag":68,"props":134,"children":135},{},[136,142],{"type":42,"tag":79,"props":137,"children":139},{"className":138},[],[140],{"type":48,"value":141},"pr",{"type":48,"value":143},": PR number or URL (optional; defaults to current branch PR)",{"type":42,"tag":68,"props":145,"children":146},{},[147,152],{"type":42,"tag":79,"props":148,"children":150},{"className":149},[],[151],{"type":48,"value":84},{"type":48,"value":153}," authentication for the repo host",{"type":42,"tag":51,"props":155,"children":157},{"id":156},"quick-start",[158],{"type":48,"value":159},"Quick start",{"type":42,"tag":64,"props":161,"children":162},{},[163,172],{"type":42,"tag":68,"props":164,"children":165},{},[166],{"type":42,"tag":79,"props":167,"children":169},{"className":168},[],[170],{"type":48,"value":171},"python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"\u003Cnumber-or-url>\"",{"type":42,"tag":68,"props":173,"children":174},{},[175,177,183],{"type":48,"value":176},"Add ",{"type":42,"tag":79,"props":178,"children":180},{"className":179},[],[181],{"type":48,"value":182},"--json",{"type":48,"value":184}," if you want machine-friendly output for summarization.",{"type":42,"tag":51,"props":186,"children":188},{"id":187},"workflow",[189],{"type":48,"value":190},"Workflow",{"type":42,"tag":192,"props":193,"children":194},"ol",{},[195,228,258,375,400,418,431,449],{"type":42,"tag":68,"props":196,"children":197},{},[198,200],{"type":48,"value":199},"Verify gh authentication.\n",{"type":42,"tag":64,"props":201,"children":202},{},[203,215],{"type":42,"tag":68,"props":204,"children":205},{},[206,208,213],{"type":48,"value":207},"Run ",{"type":42,"tag":79,"props":209,"children":211},{"className":210},[],[212],{"type":48,"value":102},{"type":48,"value":214}," in the repo.",{"type":42,"tag":68,"props":216,"children":217},{},[218,220,226],{"type":48,"value":219},"If unauthenticated, ask the user to run ",{"type":42,"tag":79,"props":221,"children":223},{"className":222},[],[224],{"type":48,"value":225},"gh auth login",{"type":48,"value":227}," (ensuring repo + workflow scopes) before proceeding.",{"type":42,"tag":68,"props":229,"children":230},{},[231,233],{"type":48,"value":232},"Resolve the PR.\n",{"type":42,"tag":64,"props":234,"children":235},{},[236,241,253],{"type":42,"tag":68,"props":237,"children":238},{},[239],{"type":48,"value":240},"If the user provides a PR number or URL, use that directly.",{"type":42,"tag":68,"props":242,"children":243},{},[244,246,252],{"type":48,"value":245},"Otherwise prefer the current branch PR with ",{"type":42,"tag":79,"props":247,"children":249},{"className":248},[],[250],{"type":48,"value":251},"gh pr view --json number,url",{"type":48,"value":130},{"type":42,"tag":68,"props":254,"children":255},{},[256],{"type":48,"value":257},"When repo and PR are known, fetch PR metadata and patch context through the GitHub app from this plugin.",{"type":42,"tag":68,"props":259,"children":260},{},[261,263],{"type":48,"value":262},"Inspect failing checks (GitHub Actions only).\n",{"type":42,"tag":64,"props":264,"children":265},{},[266,293],{"type":42,"tag":68,"props":267,"children":268},{},[269,271],{"type":48,"value":270},"Preferred: run the bundled script (handles gh field drift and job-log fallbacks):\n",{"type":42,"tag":64,"props":272,"children":273},{},[274,282],{"type":42,"tag":68,"props":275,"children":276},{},[277],{"type":42,"tag":79,"props":278,"children":280},{"className":279},[],[281],{"type":48,"value":171},{"type":42,"tag":68,"props":283,"children":284},{},[285,286,291],{"type":48,"value":176},{"type":42,"tag":79,"props":287,"children":289},{"className":288},[],[290],{"type":48,"value":182},{"type":48,"value":292}," for machine-friendly output.",{"type":42,"tag":68,"props":294,"children":295},{},[296,298],{"type":48,"value":297},"Manual fallback:\n",{"type":42,"tag":64,"props":299,"children":300},{},[301,324,358],{"type":42,"tag":68,"props":302,"children":303},{},[304,310],{"type":42,"tag":79,"props":305,"children":307},{"className":306},[],[308],{"type":48,"value":309},"gh pr checks \u003Cpr> --json name,state,bucket,link,startedAt,completedAt,workflow",{"type":42,"tag":64,"props":311,"children":312},{},[313],{"type":42,"tag":68,"props":314,"children":315},{},[316,318,323],{"type":48,"value":317},"If a field is rejected, rerun with the available fields reported by ",{"type":42,"tag":79,"props":319,"children":321},{"className":320},[],[322],{"type":48,"value":84},{"type":48,"value":130},{"type":42,"tag":68,"props":325,"children":326},{},[327,329,335,337],{"type":48,"value":328},"For each failing check, extract the run id from ",{"type":42,"tag":79,"props":330,"children":332},{"className":331},[],[333],{"type":48,"value":334},"detailsUrl",{"type":48,"value":336}," and run:\n",{"type":42,"tag":64,"props":338,"children":339},{},[340,349],{"type":42,"tag":68,"props":341,"children":342},{},[343],{"type":42,"tag":79,"props":344,"children":346},{"className":345},[],[347],{"type":48,"value":348},"gh run view \u003Crun_id> --json name,workflowName,conclusion,status,url,event,headBranch,headSha",{"type":42,"tag":68,"props":350,"children":351},{},[352],{"type":42,"tag":79,"props":353,"children":355},{"className":354},[],[356],{"type":48,"value":357},"gh run view \u003Crun_id> --log",{"type":42,"tag":68,"props":359,"children":360},{},[361,363],{"type":48,"value":362},"If the run log says it is still in progress, fetch job logs directly:\n",{"type":42,"tag":64,"props":364,"children":365},{},[366],{"type":42,"tag":68,"props":367,"children":368},{},[369],{"type":42,"tag":79,"props":370,"children":372},{"className":371},[],[373],{"type":48,"value":374},"gh api \"\u002Frepos\u002F\u003Cowner>\u002F\u003Crepo>\u002Factions\u002Fjobs\u002F\u003Cjob_id>\u002Flogs\" > \"\u003Cpath>\"",{"type":42,"tag":68,"props":376,"children":377},{},[378,380],{"type":48,"value":379},"Scope non-GitHub Actions checks.\n",{"type":42,"tag":64,"props":381,"children":382},{},[383,395],{"type":42,"tag":68,"props":384,"children":385},{},[386,388,393],{"type":48,"value":387},"If ",{"type":42,"tag":79,"props":389,"children":391},{"className":390},[],[392],{"type":48,"value":334},{"type":48,"value":394}," is not a GitHub Actions run, label it as external and only report the URL.",{"type":42,"tag":68,"props":396,"children":397},{},[398],{"type":48,"value":399},"Do not attempt Buildkite or other providers; keep the workflow lean.",{"type":42,"tag":68,"props":401,"children":402},{},[403,405],{"type":48,"value":404},"Summarize failures for the user.\n",{"type":42,"tag":64,"props":406,"children":407},{},[408,413],{"type":42,"tag":68,"props":409,"children":410},{},[411],{"type":48,"value":412},"Provide the failing check name, run URL (if any), and a concise log snippet.",{"type":42,"tag":68,"props":414,"children":415},{},[416],{"type":48,"value":417},"Call out missing logs explicitly and do not over-claim certainty.",{"type":42,"tag":68,"props":419,"children":420},{},[421,423],{"type":48,"value":422},"Propose a focused fix plan and wait for approval.\n",{"type":42,"tag":64,"props":424,"children":425},{},[426],{"type":42,"tag":68,"props":427,"children":428},{},[429],{"type":48,"value":430},"Keep the plan tied directly to the failing checks and the observed root cause.",{"type":42,"tag":68,"props":432,"children":433},{},[434,436],{"type":48,"value":435},"Implement after approval.\n",{"type":42,"tag":64,"props":437,"children":438},{},[439,444],{"type":42,"tag":68,"props":440,"children":441},{},[442],{"type":48,"value":443},"Apply the approved fix locally.",{"type":42,"tag":68,"props":445,"children":446},{},[447],{"type":48,"value":448},"Run the most relevant local verification available.",{"type":42,"tag":68,"props":450,"children":451},{},[452,454],{"type":48,"value":453},"Recheck status and summarize residual risk.\n",{"type":42,"tag":64,"props":455,"children":456},{},[457,469],{"type":42,"tag":68,"props":458,"children":459},{},[460,462,468],{"type":48,"value":461},"Suggest re-running the relevant tests and ",{"type":42,"tag":79,"props":463,"children":465},{"className":464},[],[466],{"type":48,"value":467},"gh pr checks",{"type":48,"value":130},{"type":42,"tag":68,"props":470,"children":471},{},[472],{"type":48,"value":473},"Report what is still unverified, what may still be flaky, and whether any failing checks were external and therefore not actionable here.",{"type":42,"tag":51,"props":475,"children":477},{"id":476},"bundled-resources",[478],{"type":48,"value":479},"Bundled Resources",{"type":42,"tag":481,"props":482,"children":484},"h3",{"id":483},"scriptsinspect_pr_checkspy",[485],{"type":48,"value":486},"scripts\u002Finspect_pr_checks.py",{"type":42,"tag":58,"props":488,"children":489},{},[490],{"type":48,"value":491},"Fetch failing PR checks, pull GitHub Actions logs, and extract a failure snippet. Exits non-zero when failures remain so it can be used in automation.",{"type":42,"tag":58,"props":493,"children":494},{},[495],{"type":48,"value":496},"Usage examples:",{"type":42,"tag":64,"props":498,"children":499},{},[500,509,518],{"type":42,"tag":68,"props":501,"children":502},{},[503],{"type":42,"tag":79,"props":504,"children":506},{"className":505},[],[507],{"type":48,"value":508},"python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"123\"",{"type":42,"tag":68,"props":510,"children":511},{},[512],{"type":42,"tag":79,"props":513,"children":515},{"className":514},[],[516],{"type":48,"value":517},"python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --pr \"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo\u002Fpull\u002F123\" --json",{"type":42,"tag":68,"props":519,"children":520},{},[521],{"type":42,"tag":79,"props":522,"children":524},{"className":523},[],[525],{"type":48,"value":526},"python \"\u003Cpath-to-skill>\u002Fscripts\u002Finspect_pr_checks.py\" --repo \".\" --max-lines 200 --context 40",{"type":42,"tag":51,"props":528,"children":530},{"id":529},"guardrails",[531],{"type":48,"value":532},"Guardrails",{"type":42,"tag":64,"props":534,"children":535},{},[536,548,553],{"type":42,"tag":68,"props":537,"children":538},{},[539,541,546],{"type":48,"value":540},"Do not imply that the GitHub app can replace ",{"type":42,"tag":79,"props":542,"children":544},{"className":543},[],[545],{"type":48,"value":84},{"type":48,"value":547}," for Actions log retrieval.",{"type":42,"tag":68,"props":549,"children":550},{},[551],{"type":48,"value":552},"Treat non-GitHub Actions providers as report-only unless the user explicitly wants a separate investigation path.",{"type":42,"tag":68,"props":554,"children":555},{},[556],{"type":48,"value":557},"If the failure is clearly unrelated to the local diff, say so before proposing code changes.",{"items":559,"total":681},[560,579,595,607,627,649,669],{"slug":561,"name":561,"fn":562,"description":563,"org":564,"tags":565,"stars":25,"repoUrl":26,"updatedAt":578},"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},[566,569,572,575],{"name":567,"slug":568,"type":15},"Accessibility","accessibility",{"name":570,"slug":571,"type":15},"Charts","charts",{"name":573,"slug":574,"type":15},"Data Visualization","data-visualization",{"name":576,"slug":577,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":580,"name":580,"fn":581,"description":582,"org":583,"tags":584,"stars":25,"repoUrl":26,"updatedAt":594},"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},[585,588,591],{"name":586,"slug":587,"type":15},"Agents","agents",{"name":589,"slug":590,"type":15},"Browser Automation","browser-automation",{"name":592,"slug":593,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":596,"name":596,"fn":597,"description":598,"org":599,"tags":600,"stars":25,"repoUrl":26,"updatedAt":606},"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},[601,602,605],{"name":589,"slug":590,"type":15},{"name":603,"slug":604,"type":15},"Local Development","local-development",{"name":592,"slug":593,"type":15},"2026-04-06T18:41:17.526867",{"slug":608,"name":608,"fn":609,"description":610,"org":611,"tags":612,"stars":25,"repoUrl":26,"updatedAt":626},"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},[613,614,617,620,623],{"name":586,"slug":587,"type":15},{"name":615,"slug":616,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":618,"slug":619,"type":15},"SDK","sdk",{"name":621,"slug":622,"type":15},"Serverless","serverless",{"name":624,"slug":625,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":628,"name":628,"fn":629,"description":630,"org":631,"tags":632,"stars":25,"repoUrl":26,"updatedAt":648},"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},[633,636,639,642,645],{"name":634,"slug":635,"type":15},"Frontend","frontend",{"name":637,"slug":638,"type":15},"React","react",{"name":640,"slug":641,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":643,"slug":644,"type":15},"UI Components","ui-components",{"name":646,"slug":647,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":650,"name":650,"fn":651,"description":652,"org":653,"tags":654,"stars":25,"repoUrl":26,"updatedAt":668},"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},[655,658,661,664,667],{"name":656,"slug":657,"type":15},"AI Infrastructure","ai-infrastructure",{"name":659,"slug":660,"type":15},"Cost Optimization","cost-optimization",{"name":662,"slug":663,"type":15},"LLM","llm",{"name":665,"slug":666,"type":15},"Performance","performance",{"name":646,"slug":647,"type":15},"2026-04-06T18:40:44.377464",{"slug":670,"name":670,"fn":671,"description":672,"org":673,"tags":674,"stars":25,"repoUrl":26,"updatedAt":680},"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},[675,676,679],{"name":659,"slug":660,"type":15},{"name":677,"slug":678,"type":15},"Database","database",{"name":662,"slug":663,"type":15},"2026-04-06T18:41:08.513425",600,{"items":683,"total":880},[684,705,728,745,761,778,797,809,823,837,849,864],{"slug":685,"name":685,"fn":686,"description":687,"org":688,"tags":689,"stars":702,"repoUrl":703,"updatedAt":704},"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},[690,693,696,699],{"name":691,"slug":692,"type":15},"Documents","documents",{"name":694,"slug":695,"type":15},"Healthcare","healthcare",{"name":697,"slug":698,"type":15},"Insurance","insurance",{"name":700,"slug":701,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":706,"name":706,"fn":707,"description":708,"org":709,"tags":710,"stars":725,"repoUrl":726,"updatedAt":727},"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},[711,714,716,719,722],{"name":712,"slug":713,"type":15},".NET","dotnet",{"name":715,"slug":706,"type":15},"ASP.NET Core",{"name":717,"slug":718,"type":15},"Blazor","blazor",{"name":720,"slug":721,"type":15},"C#","csharp",{"name":723,"slug":724,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":729,"name":729,"fn":730,"description":731,"org":732,"tags":733,"stars":725,"repoUrl":726,"updatedAt":744},"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},[734,737,740,743],{"name":735,"slug":736,"type":15},"Apps SDK","apps-sdk",{"name":738,"slug":739,"type":15},"ChatGPT","chatgpt",{"name":741,"slug":742,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":746,"name":746,"fn":747,"description":748,"org":749,"tags":750,"stars":725,"repoUrl":726,"updatedAt":760},"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},[751,754,757],{"name":752,"slug":753,"type":15},"API Development","api-development",{"name":755,"slug":756,"type":15},"CLI","cli",{"name":758,"slug":759,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":762,"name":762,"fn":763,"description":764,"org":765,"tags":766,"stars":725,"repoUrl":726,"updatedAt":777},"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},[767,770,773,774],{"name":768,"slug":769,"type":15},"Cloudflare","cloudflare",{"name":771,"slug":772,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":615,"slug":616,"type":15},{"name":775,"slug":776,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":779,"name":779,"fn":780,"description":781,"org":782,"tags":783,"stars":725,"repoUrl":726,"updatedAt":796},"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},[784,787,790,793],{"name":785,"slug":786,"type":15},"Productivity","productivity",{"name":788,"slug":789,"type":15},"Project Management","project-management",{"name":791,"slug":792,"type":15},"Strategy","strategy",{"name":794,"slug":795,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":798,"name":798,"fn":799,"description":800,"org":801,"tags":802,"stars":725,"repoUrl":726,"updatedAt":808},"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},[803,804,806,807],{"name":576,"slug":577,"type":15},{"name":805,"slug":798,"type":15},"Figma",{"name":634,"slug":635,"type":15},{"name":741,"slug":742,"type":15},"2026-04-12T05:06:47.939943",{"slug":810,"name":810,"fn":811,"description":812,"org":813,"tags":814,"stars":725,"repoUrl":726,"updatedAt":822},"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},[815,816,819,820,821],{"name":576,"slug":577,"type":15},{"name":817,"slug":818,"type":15},"Design System","design-system",{"name":805,"slug":798,"type":15},{"name":634,"slug":635,"type":15},{"name":643,"slug":644,"type":15},"2026-05-10T05:59:52.971881",{"slug":824,"name":824,"fn":825,"description":826,"org":827,"tags":828,"stars":725,"repoUrl":726,"updatedAt":836},"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},[829,830,831,834,835],{"name":576,"slug":577,"type":15},{"name":817,"slug":818,"type":15},{"name":832,"slug":833,"type":15},"Documentation","documentation",{"name":805,"slug":798,"type":15},{"name":634,"slug":635,"type":15},"2026-05-16T06:07:47.821474",{"slug":838,"name":838,"fn":839,"description":840,"org":841,"tags":842,"stars":725,"repoUrl":726,"updatedAt":848},"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},[843,844,845,846,847],{"name":576,"slug":577,"type":15},{"name":805,"slug":798,"type":15},{"name":634,"slug":635,"type":15},{"name":643,"slug":644,"type":15},{"name":723,"slug":724,"type":15},"2026-05-16T06:07:40.583615",{"slug":850,"name":850,"fn":851,"description":852,"org":853,"tags":854,"stars":725,"repoUrl":726,"updatedAt":863},"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},[855,858,859,862],{"name":856,"slug":857,"type":15},"Animation","animation",{"name":758,"slug":759,"type":15},{"name":860,"slug":861,"type":15},"Creative","creative",{"name":576,"slug":577,"type":15},"2026-05-02T05:31:48.48485",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":725,"repoUrl":726,"updatedAt":879},"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},[870,871,872,875,878],{"name":860,"slug":861,"type":15},{"name":576,"slug":577,"type":15},{"name":873,"slug":874,"type":15},"Image Generation","image-generation",{"name":876,"slug":877,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]