[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-yeet":3,"mdc--2i2e7h-key":39,"related-repo-openai-yeet":552,"related-org-openai-yeet":676},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":34,"sourceUrl":37,"mdContent":38},"yeet","publish local changes to GitHub PRs","Publish local changes to GitHub by confirming scope, committing intentionally, pushing the branch, and opening a draft PR through the GitHub app from this plugin, with `gh` used only as a fallback where connector coverage is insufficient.",{"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,25],{"name":13,"slug":14,"type":15},"GitHub","github","tag",{"name":17,"slug":18,"type":15},"Git","git",{"name":20,"slug":21,"type":15},"Deployment","deployment",{"name":23,"slug":24,"type":15},"Engineering","engineering",{"name":26,"slug":27,"type":15},"Pull Requests","pull-requests",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:41:20.074107",null,465,[],{"repoUrl":29,"stars":28,"forks":32,"topics":35,"description":36},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fgithub\u002Fskills\u002Fyeet","---\nname: \"yeet\"\ndescription: \"Publish local changes to GitHub by confirming scope, committing intentionally, pushing the branch, and opening a draft PR through the GitHub app from this plugin, with `gh` used only as a fallback where connector coverage is insufficient.\"\n---\n\n# GitHub Publish Changes\n\n## Overview\n\nUse this skill only when the user explicitly wants the full publish flow from the local checkout: branch setup if needed, staging, commit, push, and opening a pull request.\n\nThis workflow is hybrid:\n\n- Use local `git` for branch creation, staging, commit, and push.\n- Prefer the GitHub app from this plugin for pull request creation after the branch is on the remote.\n- Use `gh` as a fallback for current-branch PR discovery, auth checks, or PR creation when the connector path cannot infer the repository or head branch cleanly.\n\n## Prerequisites\n\n- Require GitHub CLI `gh`. Check `gh --version`. If missing, ask the user to install `gh` and stop.\n- Require authenticated `gh` session. Run `gh auth status`. If not authenticated, ask the user to run `gh auth login` (and re-run `gh auth status`) before continuing.\n- Require a local git repository with a clean understanding of which changes belong in the PR.\n\n## Naming conventions\n\n- Branch: `codex\u002F{description}` when starting from main\u002Fmaster\u002Fdefault.\n- Commit: `{description}` (terse).\n- PR title: `[codex] {description}` summarizing the full diff.\n\n## Workflow\n\n1. Confirm intended scope.\n   - Run `git status -sb` and inspect the diff before staging.\n   - If the working tree contains unrelated changes, do not default to `git add -A`. Ask the user which files belong in the PR.\n2. Determine the branch strategy.\n   - If on `main`, `master`, or another default branch, create `codex\u002F{description}`.\n   - Otherwise stay on the current branch.\n3. Stage only the intended changes.\n   - Prefer explicit file paths when the worktree is mixed.\n   - Use `git add -A` only when the user has confirmed the whole worktree belongs in scope.\n4. Commit tersely with the confirmed description.\n5. Run the most relevant checks available if they have not already been run.\n   - If checks fail due to missing dependencies or tools, install what is needed and rerun once.\n6. Push with tracking: `git push -u origin $(git branch --show-current)`.\n7. Open a draft PR.\n   - Prefer the GitHub app from this plugin for PR creation after the push succeeds.\n   - Derive `repository_full_name` from the remote, for example by normalizing `git remote get-url origin` or by using `gh repo view --json nameWithOwner`.\n   - Derive `head_branch` from `git branch --show-current`.\n   - Derive `base_branch` from the user request when specified; otherwise use the remote default branch, for example via `gh repo view --json defaultBranchRef`.\n   - If the branch is being pushed from a fork or the PR target differs from the remote that was just pushed, prefer `gh pr create` fallback because the connector PR creation flow expects one repository target and may not encode cross-repo head semantics cleanly.\n   - If connector-based PR creation cannot infer the repository or branch cleanly, fall back to `gh pr create --draft --fill --head $(git branch --show-current)`.\n   - Write the PR body to a temp file with real newlines when using CLI fallback so the markdown renders cleanly.\n8. Summarize the result with branch name, commit, PR target, validation, and anything the user still needs to confirm.\n\n## Write Safety\n\n- Never stage unrelated user changes silently.\n- Never push without confirming scope when the worktree is mixed.\n- Default to a draft PR unless the user explicitly asks for a ready-for-review PR.\n- If the repository does not appear to be connected to an accessible GitHub remote, stop and explain the blocker before making assumptions.\n\n## PR Body Expectations\n\nThe PR description should use real Markdown prose and cover:\n\n- what changed\n- why it changed\n- the user or developer impact\n- the root cause when the PR is a fix\n- the checks used to validate it\n",{"data":40,"body":41},{"name":4,"description":6},{"type":42,"children":43},"root",[44,53,60,66,71,107,113,183,189,231,237,484,490,513,519,524],{"type":45,"tag":46,"props":47,"children":49},"element","h1",{"id":48},"github-publish-changes",[50],{"type":51,"value":52},"text","GitHub Publish Changes",{"type":45,"tag":54,"props":55,"children":57},"h2",{"id":56},"overview",[58],{"type":51,"value":59},"Overview",{"type":45,"tag":61,"props":62,"children":63},"p",{},[64],{"type":51,"value":65},"Use this skill only when the user explicitly wants the full publish flow from the local checkout: branch setup if needed, staging, commit, push, and opening a pull request.",{"type":45,"tag":61,"props":67,"children":68},{},[69],{"type":51,"value":70},"This workflow is hybrid:",{"type":45,"tag":72,"props":73,"children":74},"ul",{},[75,89,94],{"type":45,"tag":76,"props":77,"children":78},"li",{},[79,81,87],{"type":51,"value":80},"Use local ",{"type":45,"tag":82,"props":83,"children":85},"code",{"className":84},[],[86],{"type":51,"value":18},{"type":51,"value":88}," for branch creation, staging, commit, and push.",{"type":45,"tag":76,"props":90,"children":91},{},[92],{"type":51,"value":93},"Prefer the GitHub app from this plugin for pull request creation after the branch is on the remote.",{"type":45,"tag":76,"props":95,"children":96},{},[97,99,105],{"type":51,"value":98},"Use ",{"type":45,"tag":82,"props":100,"children":102},{"className":101},[],[103],{"type":51,"value":104},"gh",{"type":51,"value":106}," as a fallback for current-branch PR discovery, auth checks, or PR creation when the connector path cannot infer the repository or head branch cleanly.",{"type":45,"tag":54,"props":108,"children":110},{"id":109},"prerequisites",[111],{"type":51,"value":112},"Prerequisites",{"type":45,"tag":72,"props":114,"children":115},{},[116,143,178],{"type":45,"tag":76,"props":117,"children":118},{},[119,121,126,128,134,136,141],{"type":51,"value":120},"Require GitHub CLI ",{"type":45,"tag":82,"props":122,"children":124},{"className":123},[],[125],{"type":51,"value":104},{"type":51,"value":127},". Check ",{"type":45,"tag":82,"props":129,"children":131},{"className":130},[],[132],{"type":51,"value":133},"gh --version",{"type":51,"value":135},". If missing, ask the user to install ",{"type":45,"tag":82,"props":137,"children":139},{"className":138},[],[140],{"type":51,"value":104},{"type":51,"value":142}," and stop.",{"type":45,"tag":76,"props":144,"children":145},{},[146,148,153,155,161,163,169,171,176],{"type":51,"value":147},"Require authenticated ",{"type":45,"tag":82,"props":149,"children":151},{"className":150},[],[152],{"type":51,"value":104},{"type":51,"value":154}," session. Run ",{"type":45,"tag":82,"props":156,"children":158},{"className":157},[],[159],{"type":51,"value":160},"gh auth status",{"type":51,"value":162},". If not authenticated, ask the user to run ",{"type":45,"tag":82,"props":164,"children":166},{"className":165},[],[167],{"type":51,"value":168},"gh auth login",{"type":51,"value":170}," (and re-run ",{"type":45,"tag":82,"props":172,"children":174},{"className":173},[],[175],{"type":51,"value":160},{"type":51,"value":177},") before continuing.",{"type":45,"tag":76,"props":179,"children":180},{},[181],{"type":51,"value":182},"Require a local git repository with a clean understanding of which changes belong in the PR.",{"type":45,"tag":54,"props":184,"children":186},{"id":185},"naming-conventions",[187],{"type":51,"value":188},"Naming conventions",{"type":45,"tag":72,"props":190,"children":191},{},[192,205,218],{"type":45,"tag":76,"props":193,"children":194},{},[195,197,203],{"type":51,"value":196},"Branch: ",{"type":45,"tag":82,"props":198,"children":200},{"className":199},[],[201],{"type":51,"value":202},"codex\u002F{description}",{"type":51,"value":204}," when starting from main\u002Fmaster\u002Fdefault.",{"type":45,"tag":76,"props":206,"children":207},{},[208,210,216],{"type":51,"value":209},"Commit: ",{"type":45,"tag":82,"props":211,"children":213},{"className":212},[],[214],{"type":51,"value":215},"{description}",{"type":51,"value":217}," (terse).",{"type":45,"tag":76,"props":219,"children":220},{},[221,223,229],{"type":51,"value":222},"PR title: ",{"type":45,"tag":82,"props":224,"children":226},{"className":225},[],[227],{"type":51,"value":228},"[codex] {description}",{"type":51,"value":230}," summarizing the full diff.",{"type":45,"tag":54,"props":232,"children":234},{"id":233},"workflow",[235],{"type":51,"value":236},"Workflow",{"type":45,"tag":238,"props":239,"children":240},"ol",{},[241,275,316,340,345,358,370,479],{"type":45,"tag":76,"props":242,"children":243},{},[244,246],{"type":51,"value":245},"Confirm intended scope.\n",{"type":45,"tag":72,"props":247,"children":248},{},[249,262],{"type":45,"tag":76,"props":250,"children":251},{},[252,254,260],{"type":51,"value":253},"Run ",{"type":45,"tag":82,"props":255,"children":257},{"className":256},[],[258],{"type":51,"value":259},"git status -sb",{"type":51,"value":261}," and inspect the diff before staging.",{"type":45,"tag":76,"props":263,"children":264},{},[265,267,273],{"type":51,"value":266},"If the working tree contains unrelated changes, do not default to ",{"type":45,"tag":82,"props":268,"children":270},{"className":269},[],[271],{"type":51,"value":272},"git add -A",{"type":51,"value":274},". Ask the user which files belong in the PR.",{"type":45,"tag":76,"props":276,"children":277},{},[278,280],{"type":51,"value":279},"Determine the branch strategy.\n",{"type":45,"tag":72,"props":281,"children":282},{},[283,311],{"type":45,"tag":76,"props":284,"children":285},{},[286,288,294,296,302,304,309],{"type":51,"value":287},"If on ",{"type":45,"tag":82,"props":289,"children":291},{"className":290},[],[292],{"type":51,"value":293},"main",{"type":51,"value":295},", ",{"type":45,"tag":82,"props":297,"children":299},{"className":298},[],[300],{"type":51,"value":301},"master",{"type":51,"value":303},", or another default branch, create ",{"type":45,"tag":82,"props":305,"children":307},{"className":306},[],[308],{"type":51,"value":202},{"type":51,"value":310},".",{"type":45,"tag":76,"props":312,"children":313},{},[314],{"type":51,"value":315},"Otherwise stay on the current branch.",{"type":45,"tag":76,"props":317,"children":318},{},[319,321],{"type":51,"value":320},"Stage only the intended changes.\n",{"type":45,"tag":72,"props":322,"children":323},{},[324,329],{"type":45,"tag":76,"props":325,"children":326},{},[327],{"type":51,"value":328},"Prefer explicit file paths when the worktree is mixed.",{"type":45,"tag":76,"props":330,"children":331},{},[332,333,338],{"type":51,"value":98},{"type":45,"tag":82,"props":334,"children":336},{"className":335},[],[337],{"type":51,"value":272},{"type":51,"value":339}," only when the user has confirmed the whole worktree belongs in scope.",{"type":45,"tag":76,"props":341,"children":342},{},[343],{"type":51,"value":344},"Commit tersely with the confirmed description.",{"type":45,"tag":76,"props":346,"children":347},{},[348,350],{"type":51,"value":349},"Run the most relevant checks available if they have not already been run.\n",{"type":45,"tag":72,"props":351,"children":352},{},[353],{"type":45,"tag":76,"props":354,"children":355},{},[356],{"type":51,"value":357},"If checks fail due to missing dependencies or tools, install what is needed and rerun once.",{"type":45,"tag":76,"props":359,"children":360},{},[361,363,369],{"type":51,"value":362},"Push with tracking: ",{"type":45,"tag":82,"props":364,"children":366},{"className":365},[],[367],{"type":51,"value":368},"git push -u origin $(git branch --show-current)",{"type":51,"value":310},{"type":45,"tag":76,"props":371,"children":372},{},[373,375],{"type":51,"value":374},"Open a draft PR.\n",{"type":45,"tag":72,"props":376,"children":377},{},[378,383,411,430,449,462,474],{"type":45,"tag":76,"props":379,"children":380},{},[381],{"type":51,"value":382},"Prefer the GitHub app from this plugin for PR creation after the push succeeds.",{"type":45,"tag":76,"props":384,"children":385},{},[386,388,394,396,402,404,410],{"type":51,"value":387},"Derive ",{"type":45,"tag":82,"props":389,"children":391},{"className":390},[],[392],{"type":51,"value":393},"repository_full_name",{"type":51,"value":395}," from the remote, for example by normalizing ",{"type":45,"tag":82,"props":397,"children":399},{"className":398},[],[400],{"type":51,"value":401},"git remote get-url origin",{"type":51,"value":403}," or by using ",{"type":45,"tag":82,"props":405,"children":407},{"className":406},[],[408],{"type":51,"value":409},"gh repo view --json nameWithOwner",{"type":51,"value":310},{"type":45,"tag":76,"props":412,"children":413},{},[414,415,421,423,429],{"type":51,"value":387},{"type":45,"tag":82,"props":416,"children":418},{"className":417},[],[419],{"type":51,"value":420},"head_branch",{"type":51,"value":422}," from ",{"type":45,"tag":82,"props":424,"children":426},{"className":425},[],[427],{"type":51,"value":428},"git branch --show-current",{"type":51,"value":310},{"type":45,"tag":76,"props":431,"children":432},{},[433,434,440,442,448],{"type":51,"value":387},{"type":45,"tag":82,"props":435,"children":437},{"className":436},[],[438],{"type":51,"value":439},"base_branch",{"type":51,"value":441}," from the user request when specified; otherwise use the remote default branch, for example via ",{"type":45,"tag":82,"props":443,"children":445},{"className":444},[],[446],{"type":51,"value":447},"gh repo view --json defaultBranchRef",{"type":51,"value":310},{"type":45,"tag":76,"props":450,"children":451},{},[452,454,460],{"type":51,"value":453},"If the branch is being pushed from a fork or the PR target differs from the remote that was just pushed, prefer ",{"type":45,"tag":82,"props":455,"children":457},{"className":456},[],[458],{"type":51,"value":459},"gh pr create",{"type":51,"value":461}," fallback because the connector PR creation flow expects one repository target and may not encode cross-repo head semantics cleanly.",{"type":45,"tag":76,"props":463,"children":464},{},[465,467,473],{"type":51,"value":466},"If connector-based PR creation cannot infer the repository or branch cleanly, fall back to ",{"type":45,"tag":82,"props":468,"children":470},{"className":469},[],[471],{"type":51,"value":472},"gh pr create --draft --fill --head $(git branch --show-current)",{"type":51,"value":310},{"type":45,"tag":76,"props":475,"children":476},{},[477],{"type":51,"value":478},"Write the PR body to a temp file with real newlines when using CLI fallback so the markdown renders cleanly.",{"type":45,"tag":76,"props":480,"children":481},{},[482],{"type":51,"value":483},"Summarize the result with branch name, commit, PR target, validation, and anything the user still needs to confirm.",{"type":45,"tag":54,"props":485,"children":487},{"id":486},"write-safety",[488],{"type":51,"value":489},"Write Safety",{"type":45,"tag":72,"props":491,"children":492},{},[493,498,503,508],{"type":45,"tag":76,"props":494,"children":495},{},[496],{"type":51,"value":497},"Never stage unrelated user changes silently.",{"type":45,"tag":76,"props":499,"children":500},{},[501],{"type":51,"value":502},"Never push without confirming scope when the worktree is mixed.",{"type":45,"tag":76,"props":504,"children":505},{},[506],{"type":51,"value":507},"Default to a draft PR unless the user explicitly asks for a ready-for-review PR.",{"type":45,"tag":76,"props":509,"children":510},{},[511],{"type":51,"value":512},"If the repository does not appear to be connected to an accessible GitHub remote, stop and explain the blocker before making assumptions.",{"type":45,"tag":54,"props":514,"children":516},{"id":515},"pr-body-expectations",[517],{"type":51,"value":518},"PR Body Expectations",{"type":45,"tag":61,"props":520,"children":521},{},[522],{"type":51,"value":523},"The PR description should use real Markdown prose and cover:",{"type":45,"tag":72,"props":525,"children":526},{},[527,532,537,542,547],{"type":45,"tag":76,"props":528,"children":529},{},[530],{"type":51,"value":531},"what changed",{"type":45,"tag":76,"props":533,"children":534},{},[535],{"type":51,"value":536},"why it changed",{"type":45,"tag":76,"props":538,"children":539},{},[540],{"type":51,"value":541},"the user or developer impact",{"type":45,"tag":76,"props":543,"children":544},{},[545],{"type":51,"value":546},"the root cause when the PR is a fix",{"type":45,"tag":76,"props":548,"children":549},{},[550],{"type":51,"value":551},"the checks used to validate it",{"items":553,"total":675},[554,573,589,601,621,643,663],{"slug":555,"name":555,"fn":556,"description":557,"org":558,"tags":559,"stars":28,"repoUrl":29,"updatedAt":572},"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},[560,563,566,569],{"name":561,"slug":562,"type":15},"Accessibility","accessibility",{"name":564,"slug":565,"type":15},"Charts","charts",{"name":567,"slug":568,"type":15},"Data Visualization","data-visualization",{"name":570,"slug":571,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":28,"repoUrl":29,"updatedAt":588},"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},[579,582,585],{"name":580,"slug":581,"type":15},"Agents","agents",{"name":583,"slug":584,"type":15},"Browser Automation","browser-automation",{"name":586,"slug":587,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":590,"name":590,"fn":591,"description":592,"org":593,"tags":594,"stars":28,"repoUrl":29,"updatedAt":600},"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},[595,596,599],{"name":583,"slug":584,"type":15},{"name":597,"slug":598,"type":15},"Local Development","local-development",{"name":586,"slug":587,"type":15},"2026-04-06T18:41:17.526867",{"slug":602,"name":602,"fn":603,"description":604,"org":605,"tags":606,"stars":28,"repoUrl":29,"updatedAt":620},"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},[607,608,611,614,617],{"name":580,"slug":581,"type":15},{"name":609,"slug":610,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":612,"slug":613,"type":15},"SDK","sdk",{"name":615,"slug":616,"type":15},"Serverless","serverless",{"name":618,"slug":619,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":622,"name":622,"fn":623,"description":624,"org":625,"tags":626,"stars":28,"repoUrl":29,"updatedAt":642},"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},[627,630,633,636,639],{"name":628,"slug":629,"type":15},"Frontend","frontend",{"name":631,"slug":632,"type":15},"React","react",{"name":634,"slug":635,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":637,"slug":638,"type":15},"UI Components","ui-components",{"name":640,"slug":641,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":644,"name":644,"fn":645,"description":646,"org":647,"tags":648,"stars":28,"repoUrl":29,"updatedAt":662},"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},[649,652,655,658,661],{"name":650,"slug":651,"type":15},"AI Infrastructure","ai-infrastructure",{"name":653,"slug":654,"type":15},"Cost Optimization","cost-optimization",{"name":656,"slug":657,"type":15},"LLM","llm",{"name":659,"slug":660,"type":15},"Performance","performance",{"name":640,"slug":641,"type":15},"2026-04-06T18:40:44.377464",{"slug":664,"name":664,"fn":665,"description":666,"org":667,"tags":668,"stars":28,"repoUrl":29,"updatedAt":674},"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},[669,670,673],{"name":653,"slug":654,"type":15},{"name":671,"slug":672,"type":15},"Database","database",{"name":656,"slug":657,"type":15},"2026-04-06T18:41:08.513425",600,{"items":677,"total":872},[678,699,722,739,755,770,789,801,815,829,841,856],{"slug":679,"name":679,"fn":680,"description":681,"org":682,"tags":683,"stars":696,"repoUrl":697,"updatedAt":698},"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},[684,687,690,693],{"name":685,"slug":686,"type":15},"Documents","documents",{"name":688,"slug":689,"type":15},"Healthcare","healthcare",{"name":691,"slug":692,"type":15},"Insurance","insurance",{"name":694,"slug":695,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":700,"name":700,"fn":701,"description":702,"org":703,"tags":704,"stars":719,"repoUrl":720,"updatedAt":721},"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},[705,708,710,713,716],{"name":706,"slug":707,"type":15},".NET","dotnet",{"name":709,"slug":700,"type":15},"ASP.NET Core",{"name":711,"slug":712,"type":15},"Blazor","blazor",{"name":714,"slug":715,"type":15},"C#","csharp",{"name":717,"slug":718,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":723,"name":723,"fn":724,"description":725,"org":726,"tags":727,"stars":719,"repoUrl":720,"updatedAt":738},"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},[728,731,734,737],{"name":729,"slug":730,"type":15},"Apps SDK","apps-sdk",{"name":732,"slug":733,"type":15},"ChatGPT","chatgpt",{"name":735,"slug":736,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":740,"name":740,"fn":741,"description":742,"org":743,"tags":744,"stars":719,"repoUrl":720,"updatedAt":754},"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},[745,748,751],{"name":746,"slug":747,"type":15},"API Development","api-development",{"name":749,"slug":750,"type":15},"CLI","cli",{"name":752,"slug":753,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":756,"name":756,"fn":757,"description":758,"org":759,"tags":760,"stars":719,"repoUrl":720,"updatedAt":769},"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},[761,764,767,768],{"name":762,"slug":763,"type":15},"Cloudflare","cloudflare",{"name":765,"slug":766,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":609,"slug":610,"type":15},{"name":20,"slug":21,"type":15},"2026-04-12T05:07:14.275118",{"slug":771,"name":771,"fn":772,"description":773,"org":774,"tags":775,"stars":719,"repoUrl":720,"updatedAt":788},"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},[776,779,782,785],{"name":777,"slug":778,"type":15},"Productivity","productivity",{"name":780,"slug":781,"type":15},"Project Management","project-management",{"name":783,"slug":784,"type":15},"Strategy","strategy",{"name":786,"slug":787,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":790,"name":790,"fn":791,"description":792,"org":793,"tags":794,"stars":719,"repoUrl":720,"updatedAt":800},"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},[795,796,798,799],{"name":570,"slug":571,"type":15},{"name":797,"slug":790,"type":15},"Figma",{"name":628,"slug":629,"type":15},{"name":735,"slug":736,"type":15},"2026-04-12T05:06:47.939943",{"slug":802,"name":802,"fn":803,"description":804,"org":805,"tags":806,"stars":719,"repoUrl":720,"updatedAt":814},"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},[807,808,811,812,813],{"name":570,"slug":571,"type":15},{"name":809,"slug":810,"type":15},"Design System","design-system",{"name":797,"slug":790,"type":15},{"name":628,"slug":629,"type":15},{"name":637,"slug":638,"type":15},"2026-05-10T05:59:52.971881",{"slug":816,"name":816,"fn":817,"description":818,"org":819,"tags":820,"stars":719,"repoUrl":720,"updatedAt":828},"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},[821,822,823,826,827],{"name":570,"slug":571,"type":15},{"name":809,"slug":810,"type":15},{"name":824,"slug":825,"type":15},"Documentation","documentation",{"name":797,"slug":790,"type":15},{"name":628,"slug":629,"type":15},"2026-05-16T06:07:47.821474",{"slug":830,"name":830,"fn":831,"description":832,"org":833,"tags":834,"stars":719,"repoUrl":720,"updatedAt":840},"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},[835,836,837,838,839],{"name":570,"slug":571,"type":15},{"name":797,"slug":790,"type":15},{"name":628,"slug":629,"type":15},{"name":637,"slug":638,"type":15},{"name":717,"slug":718,"type":15},"2026-05-16T06:07:40.583615",{"slug":842,"name":842,"fn":843,"description":844,"org":845,"tags":846,"stars":719,"repoUrl":720,"updatedAt":855},"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},[847,850,851,854],{"name":848,"slug":849,"type":15},"Animation","animation",{"name":752,"slug":753,"type":15},{"name":852,"slug":853,"type":15},"Creative","creative",{"name":570,"slug":571,"type":15},"2026-05-02T05:31:48.48485",{"slug":857,"name":857,"fn":858,"description":859,"org":860,"tags":861,"stars":719,"repoUrl":720,"updatedAt":871},"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},[862,863,864,867,870],{"name":852,"slug":853,"type":15},{"name":570,"slug":571,"type":15},{"name":865,"slug":866,"type":15},"Image Generation","image-generation",{"name":868,"slug":869,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]