[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-teams":3,"mdc-p0dvco-key":39,"related-repo-openai-teams":477,"related-org-openai-teams":601},{"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},"teams","manage Microsoft Teams activity and tasks","Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.",{"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},"Productivity","productivity","tag",{"name":17,"slug":18,"type":15},"Summarization","summarization",{"name":20,"slug":21,"type":15},"Microsoft Teams","microsoft-teams",{"name":23,"slug":24,"type":15},"Task Management","task-management",{"name":26,"slug":27,"type":15},"Communications","communications",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:41:27.638976",null,465,[],{"repoUrl":29,"stars":28,"forks":32,"topics":35,"description":36},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fteams\u002Fskills\u002Fteams","---\nname: teams\ndescription: Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.\n---\n\n# Teams\n\n## Overview\n\nUse this skill to route Microsoft Teams work into the right workflow: summarize channels, review recent activity, draft replies, send messages, extract follow-ups, or manage Planner tasks from Teams context. Keep answers grounded in exact Teams context, preserve thread intent, and use the write path that matches the user's requested action.\n\n## Related Skills\n\n| Workflow | Skill |\n| --- | --- |\n| Compose, route, draft, or send Teams messages | [..\u002Fteams-messages\u002FSKILL.md](..\u002Fteams-messages\u002FSKILL.md) |\n| Summarize one Teams channel or scoped conversation | [..\u002Fteams-channel-summarization\u002FSKILL.md](..\u002Fteams-channel-summarization\u002FSKILL.md) |\n| Build a daily digest across selected chats or channels | [..\u002Fteams-daily-digest\u002FSKILL.md](..\u002Fteams-daily-digest\u002FSKILL.md) |\n| Find messages that likely need a response and draft replies | [..\u002Fteams-reply-drafting\u002FSKILL.md](..\u002Fteams-reply-drafting\u002FSKILL.md) |\n| Triage what likely needs the user's attention | [..\u002Fteams-notification-triage\u002FSKILL.md](..\u002Fteams-notification-triage\u002FSKILL.md) |\n| Review, create, update, and delete Microsoft Planner tasks from Teams follow-ups | [..\u002Fteams-planner-task-management\u002FSKILL.md](..\u002Fteams-planner-task-management\u002FSKILL.md) |\n\n## Support Checks\n\n- Confirm the requested Teams action is supported before collecting extra details. If the connector cannot do it, say so immediately and offer the closest supported path.\n- Verify write capability before concluding a Teams action is unsupported. Distinguish between:\n  - the needed tool not being surfaced in-session\n  - the connector truly lacking the capability\n  - the destination or Teams product rules blocking the action\n- For any write request involving DMs, group chats, channels, or replies, resolve the exact destination first.\n\n## Core Truths\n\n- Unread state exists for chats only. The connector does not expose unread markers for specific channel messages.\n- Mention metadata is reliable on chat and channel message-history reads. Do not rely on Teams search hits to detect mentions.\n- Teams does not expose native persisted drafts here. \"Draft\" means return draft text when the requested action is drafting rather than posting.\n- There is no Slack-canvas analogue in this Teams connector. If the user wants something posted in Teams, return or send message text rather than inventing a document workflow.\n- Real outbound Teams mentions require structured mention inputs with exact Entra user IDs. Do not rely on plain `@name` text.\n- Planner in this plugin is the Microsoft Planner task surface reached from Teams workflows. Treat it as shared Microsoft task infrastructure, while keeping this plugin focused on Teams-originated follow-ups.\n- For unbounded channel summaries, start with `list_channel_messages(top=50)`. Do not probe larger values by default because the underlying endpoint rejects oversized reads.\n- If Teams review produces action items and the user wants tracked work instead of a message draft or private list, route to [..\u002Fteams-planner-task-management\u002FSKILL.md](..\u002Fteams-planner-task-management\u002FSKILL.md).\n\n## DM Routing\n\n- When the user refers to an existing DM or group chat, prefer resolving that chat instead of creating a new one.\n- For a new direct chat, resolve the target user first and use `create_chat(chat_type='oneOnOne')` with exactly one recipient user ID.\n- If one-on-one chat creation fails with a caller-membership or contract mismatch, use the known-good fallback path: create a two-person `group` chat containing the caller and the intended recipient, then send the message there.\n- For note-to-self requests, prefer an obvious existing self-chat target if one is available. Otherwise use the supported one-member `group` chat fallback.\n\n## Write Safety\n\n- Preserve participant names, dates, links, files, decisions, and action items from the source conversation unless the user asks to change them.\n- Treat channel-wide announcements, broad mentions, and shared-thread edits as high-impact. Call them out before posting.\n- If multiple chats, channels, or similarly named meetings are in scope, identify the intended destination before drafting or posting.\n- For answer-in-thread requests, post, send, or reply when the user has clearly asked for that action.\n- Use canonical message paths for replies whenever possible. Do not treat free-form quoted text as a stable reply target.\n- If outside context is needed to answer well, use the narrowest extra Teams context that materially changes the answer.\n- If a write request fails after capability verification, say whether the blocker is connector availability, target resolution, or a Teams product rule such as chat membership requirements.\n\n## Output Conventions\n\n- Distinguish clearly between a private summary for the user and a message intended for Teams.\n- Lead summaries with the latest status, then list decisions, owners, blockers, and next steps.\n- Keep post-ready drafts concise, with one clear objective and a concrete ask when needed.\n- When some channel activity is unreadable or artifact-only, say so explicitly instead of presenting it as confirmed human conversation.\n\n## Example Requests\n\n- \"Summarize the latest Teams thread with design and tell me what follow-ups came out of it.\"\n- \"Check what likely needs my attention in Teams and separate unread chats from recent channel activity.\"\n- \"Draft a short Teams reply that confirms the rollout plan and asks for final QA sign-off.\"\n- \"Turn this Teams meeting follow-up list into Planner tasks in the launch plan.\"\n\n## Light Fallback\n\nIf Teams data is missing or incomplete, say that Teams access may be unavailable, pointed at the wrong destination, or too broad to answer reliably, then ask the user to reconnect or narrow the scope.\n",{"data":40,"body":41},{"name":4,"description":6},{"type":42,"children":43},"root",[44,52,59,65,71,196,202,240,246,312,318,364,370,408,414,437,443,466,472],{"type":45,"tag":46,"props":47,"children":48},"element","h1",{"id":4},[49],{"type":50,"value":51},"text","Teams",{"type":45,"tag":53,"props":54,"children":56},"h2",{"id":55},"overview",[57],{"type":50,"value":58},"Overview",{"type":45,"tag":60,"props":61,"children":62},"p",{},[63],{"type":50,"value":64},"Use this skill to route Microsoft Teams work into the right workflow: summarize channels, review recent activity, draft replies, send messages, extract follow-ups, or manage Planner tasks from Teams context. Keep answers grounded in exact Teams context, preserve thread intent, and use the write path that matches the user's requested action.",{"type":45,"tag":53,"props":66,"children":68},{"id":67},"related-skills",[69],{"type":50,"value":70},"Related Skills",{"type":45,"tag":72,"props":73,"children":74},"table",{},[75,94],{"type":45,"tag":76,"props":77,"children":78},"thead",{},[79],{"type":45,"tag":80,"props":81,"children":82},"tr",{},[83,89],{"type":45,"tag":84,"props":85,"children":86},"th",{},[87],{"type":50,"value":88},"Workflow",{"type":45,"tag":84,"props":90,"children":91},{},[92],{"type":50,"value":93},"Skill",{"type":45,"tag":95,"props":96,"children":97},"tbody",{},[98,116,132,148,164,180],{"type":45,"tag":80,"props":99,"children":100},{},[101,107],{"type":45,"tag":102,"props":103,"children":104},"td",{},[105],{"type":50,"value":106},"Compose, route, draft, or send Teams messages",{"type":45,"tag":102,"props":108,"children":109},{},[110],{"type":45,"tag":111,"props":112,"children":114},"a",{"href":113},"..\u002Fteams-messages\u002FSKILL.md",[115],{"type":50,"value":113},{"type":45,"tag":80,"props":117,"children":118},{},[119,124],{"type":45,"tag":102,"props":120,"children":121},{},[122],{"type":50,"value":123},"Summarize one Teams channel or scoped conversation",{"type":45,"tag":102,"props":125,"children":126},{},[127],{"type":45,"tag":111,"props":128,"children":130},{"href":129},"..\u002Fteams-channel-summarization\u002FSKILL.md",[131],{"type":50,"value":129},{"type":45,"tag":80,"props":133,"children":134},{},[135,140],{"type":45,"tag":102,"props":136,"children":137},{},[138],{"type":50,"value":139},"Build a daily digest across selected chats or channels",{"type":45,"tag":102,"props":141,"children":142},{},[143],{"type":45,"tag":111,"props":144,"children":146},{"href":145},"..\u002Fteams-daily-digest\u002FSKILL.md",[147],{"type":50,"value":145},{"type":45,"tag":80,"props":149,"children":150},{},[151,156],{"type":45,"tag":102,"props":152,"children":153},{},[154],{"type":50,"value":155},"Find messages that likely need a response and draft replies",{"type":45,"tag":102,"props":157,"children":158},{},[159],{"type":45,"tag":111,"props":160,"children":162},{"href":161},"..\u002Fteams-reply-drafting\u002FSKILL.md",[163],{"type":50,"value":161},{"type":45,"tag":80,"props":165,"children":166},{},[167,172],{"type":45,"tag":102,"props":168,"children":169},{},[170],{"type":50,"value":171},"Triage what likely needs the user's attention",{"type":45,"tag":102,"props":173,"children":174},{},[175],{"type":45,"tag":111,"props":176,"children":178},{"href":177},"..\u002Fteams-notification-triage\u002FSKILL.md",[179],{"type":50,"value":177},{"type":45,"tag":80,"props":181,"children":182},{},[183,188],{"type":45,"tag":102,"props":184,"children":185},{},[186],{"type":50,"value":187},"Review, create, update, and delete Microsoft Planner tasks from Teams follow-ups",{"type":45,"tag":102,"props":189,"children":190},{},[191],{"type":45,"tag":111,"props":192,"children":194},{"href":193},"..\u002Fteams-planner-task-management\u002FSKILL.md",[195],{"type":50,"value":193},{"type":45,"tag":53,"props":197,"children":199},{"id":198},"support-checks",[200],{"type":50,"value":201},"Support Checks",{"type":45,"tag":203,"props":204,"children":205},"ul",{},[206,212,235],{"type":45,"tag":207,"props":208,"children":209},"li",{},[210],{"type":50,"value":211},"Confirm the requested Teams action is supported before collecting extra details. If the connector cannot do it, say so immediately and offer the closest supported path.",{"type":45,"tag":207,"props":213,"children":214},{},[215,217],{"type":50,"value":216},"Verify write capability before concluding a Teams action is unsupported. Distinguish between:\n",{"type":45,"tag":203,"props":218,"children":219},{},[220,225,230],{"type":45,"tag":207,"props":221,"children":222},{},[223],{"type":50,"value":224},"the needed tool not being surfaced in-session",{"type":45,"tag":207,"props":226,"children":227},{},[228],{"type":50,"value":229},"the connector truly lacking the capability",{"type":45,"tag":207,"props":231,"children":232},{},[233],{"type":50,"value":234},"the destination or Teams product rules blocking the action",{"type":45,"tag":207,"props":236,"children":237},{},[238],{"type":50,"value":239},"For any write request involving DMs, group chats, channels, or replies, resolve the exact destination first.",{"type":45,"tag":53,"props":241,"children":243},{"id":242},"core-truths",[244],{"type":50,"value":245},"Core Truths",{"type":45,"tag":203,"props":247,"children":248},{},[249,254,259,264,269,283,288,301],{"type":45,"tag":207,"props":250,"children":251},{},[252],{"type":50,"value":253},"Unread state exists for chats only. The connector does not expose unread markers for specific channel messages.",{"type":45,"tag":207,"props":255,"children":256},{},[257],{"type":50,"value":258},"Mention metadata is reliable on chat and channel message-history reads. Do not rely on Teams search hits to detect mentions.",{"type":45,"tag":207,"props":260,"children":261},{},[262],{"type":50,"value":263},"Teams does not expose native persisted drafts here. \"Draft\" means return draft text when the requested action is drafting rather than posting.",{"type":45,"tag":207,"props":265,"children":266},{},[267],{"type":50,"value":268},"There is no Slack-canvas analogue in this Teams connector. If the user wants something posted in Teams, return or send message text rather than inventing a document workflow.",{"type":45,"tag":207,"props":270,"children":271},{},[272,274,281],{"type":50,"value":273},"Real outbound Teams mentions require structured mention inputs with exact Entra user IDs. Do not rely on plain ",{"type":45,"tag":275,"props":276,"children":278},"code",{"className":277},[],[279],{"type":50,"value":280},"@name",{"type":50,"value":282}," text.",{"type":45,"tag":207,"props":284,"children":285},{},[286],{"type":50,"value":287},"Planner in this plugin is the Microsoft Planner task surface reached from Teams workflows. Treat it as shared Microsoft task infrastructure, while keeping this plugin focused on Teams-originated follow-ups.",{"type":45,"tag":207,"props":289,"children":290},{},[291,293,299],{"type":50,"value":292},"For unbounded channel summaries, start with ",{"type":45,"tag":275,"props":294,"children":296},{"className":295},[],[297],{"type":50,"value":298},"list_channel_messages(top=50)",{"type":50,"value":300},". Do not probe larger values by default because the underlying endpoint rejects oversized reads.",{"type":45,"tag":207,"props":302,"children":303},{},[304,306,310],{"type":50,"value":305},"If Teams review produces action items and the user wants tracked work instead of a message draft or private list, route to ",{"type":45,"tag":111,"props":307,"children":308},{"href":193},[309],{"type":50,"value":193},{"type":50,"value":311},".",{"type":45,"tag":53,"props":313,"children":315},{"id":314},"dm-routing",[316],{"type":50,"value":317},"DM Routing",{"type":45,"tag":203,"props":319,"children":320},{},[321,326,339,352],{"type":45,"tag":207,"props":322,"children":323},{},[324],{"type":50,"value":325},"When the user refers to an existing DM or group chat, prefer resolving that chat instead of creating a new one.",{"type":45,"tag":207,"props":327,"children":328},{},[329,331,337],{"type":50,"value":330},"For a new direct chat, resolve the target user first and use ",{"type":45,"tag":275,"props":332,"children":334},{"className":333},[],[335],{"type":50,"value":336},"create_chat(chat_type='oneOnOne')",{"type":50,"value":338}," with exactly one recipient user ID.",{"type":45,"tag":207,"props":340,"children":341},{},[342,344,350],{"type":50,"value":343},"If one-on-one chat creation fails with a caller-membership or contract mismatch, use the known-good fallback path: create a two-person ",{"type":45,"tag":275,"props":345,"children":347},{"className":346},[],[348],{"type":50,"value":349},"group",{"type":50,"value":351}," chat containing the caller and the intended recipient, then send the message there.",{"type":45,"tag":207,"props":353,"children":354},{},[355,357,362],{"type":50,"value":356},"For note-to-self requests, prefer an obvious existing self-chat target if one is available. Otherwise use the supported one-member ",{"type":45,"tag":275,"props":358,"children":360},{"className":359},[],[361],{"type":50,"value":349},{"type":50,"value":363}," chat fallback.",{"type":45,"tag":53,"props":365,"children":367},{"id":366},"write-safety",[368],{"type":50,"value":369},"Write Safety",{"type":45,"tag":203,"props":371,"children":372},{},[373,378,383,388,393,398,403],{"type":45,"tag":207,"props":374,"children":375},{},[376],{"type":50,"value":377},"Preserve participant names, dates, links, files, decisions, and action items from the source conversation unless the user asks to change them.",{"type":45,"tag":207,"props":379,"children":380},{},[381],{"type":50,"value":382},"Treat channel-wide announcements, broad mentions, and shared-thread edits as high-impact. Call them out before posting.",{"type":45,"tag":207,"props":384,"children":385},{},[386],{"type":50,"value":387},"If multiple chats, channels, or similarly named meetings are in scope, identify the intended destination before drafting or posting.",{"type":45,"tag":207,"props":389,"children":390},{},[391],{"type":50,"value":392},"For answer-in-thread requests, post, send, or reply when the user has clearly asked for that action.",{"type":45,"tag":207,"props":394,"children":395},{},[396],{"type":50,"value":397},"Use canonical message paths for replies whenever possible. Do not treat free-form quoted text as a stable reply target.",{"type":45,"tag":207,"props":399,"children":400},{},[401],{"type":50,"value":402},"If outside context is needed to answer well, use the narrowest extra Teams context that materially changes the answer.",{"type":45,"tag":207,"props":404,"children":405},{},[406],{"type":50,"value":407},"If a write request fails after capability verification, say whether the blocker is connector availability, target resolution, or a Teams product rule such as chat membership requirements.",{"type":45,"tag":53,"props":409,"children":411},{"id":410},"output-conventions",[412],{"type":50,"value":413},"Output Conventions",{"type":45,"tag":203,"props":415,"children":416},{},[417,422,427,432],{"type":45,"tag":207,"props":418,"children":419},{},[420],{"type":50,"value":421},"Distinguish clearly between a private summary for the user and a message intended for Teams.",{"type":45,"tag":207,"props":423,"children":424},{},[425],{"type":50,"value":426},"Lead summaries with the latest status, then list decisions, owners, blockers, and next steps.",{"type":45,"tag":207,"props":428,"children":429},{},[430],{"type":50,"value":431},"Keep post-ready drafts concise, with one clear objective and a concrete ask when needed.",{"type":45,"tag":207,"props":433,"children":434},{},[435],{"type":50,"value":436},"When some channel activity is unreadable or artifact-only, say so explicitly instead of presenting it as confirmed human conversation.",{"type":45,"tag":53,"props":438,"children":440},{"id":439},"example-requests",[441],{"type":50,"value":442},"Example Requests",{"type":45,"tag":203,"props":444,"children":445},{},[446,451,456,461],{"type":45,"tag":207,"props":447,"children":448},{},[449],{"type":50,"value":450},"\"Summarize the latest Teams thread with design and tell me what follow-ups came out of it.\"",{"type":45,"tag":207,"props":452,"children":453},{},[454],{"type":50,"value":455},"\"Check what likely needs my attention in Teams and separate unread chats from recent channel activity.\"",{"type":45,"tag":207,"props":457,"children":458},{},[459],{"type":50,"value":460},"\"Draft a short Teams reply that confirms the rollout plan and asks for final QA sign-off.\"",{"type":45,"tag":207,"props":462,"children":463},{},[464],{"type":50,"value":465},"\"Turn this Teams meeting follow-up list into Planner tasks in the launch plan.\"",{"type":45,"tag":53,"props":467,"children":469},{"id":468},"light-fallback",[470],{"type":50,"value":471},"Light Fallback",{"type":45,"tag":60,"props":473,"children":474},{},[475],{"type":50,"value":476},"If Teams data is missing or incomplete, say that Teams access may be unavailable, pointed at the wrong destination, or too broad to answer reliably, then ask the user to reconnect or narrow the scope.",{"items":478,"total":600},[479,498,514,526,546,568,588],{"slug":480,"name":480,"fn":481,"description":482,"org":483,"tags":484,"stars":28,"repoUrl":29,"updatedAt":497},"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},[485,488,491,494],{"name":486,"slug":487,"type":15},"Accessibility","accessibility",{"name":489,"slug":490,"type":15},"Charts","charts",{"name":492,"slug":493,"type":15},"Data Visualization","data-visualization",{"name":495,"slug":496,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":499,"name":499,"fn":500,"description":501,"org":502,"tags":503,"stars":28,"repoUrl":29,"updatedAt":513},"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},[504,507,510],{"name":505,"slug":506,"type":15},"Agents","agents",{"name":508,"slug":509,"type":15},"Browser Automation","browser-automation",{"name":511,"slug":512,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":515,"name":515,"fn":516,"description":517,"org":518,"tags":519,"stars":28,"repoUrl":29,"updatedAt":525},"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},[520,521,524],{"name":508,"slug":509,"type":15},{"name":522,"slug":523,"type":15},"Local Development","local-development",{"name":511,"slug":512,"type":15},"2026-04-06T18:41:17.526867",{"slug":527,"name":527,"fn":528,"description":529,"org":530,"tags":531,"stars":28,"repoUrl":29,"updatedAt":545},"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},[532,533,536,539,542],{"name":505,"slug":506,"type":15},{"name":534,"slug":535,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":537,"slug":538,"type":15},"SDK","sdk",{"name":540,"slug":541,"type":15},"Serverless","serverless",{"name":543,"slug":544,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":547,"name":547,"fn":548,"description":549,"org":550,"tags":551,"stars":28,"repoUrl":29,"updatedAt":567},"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},[552,555,558,561,564],{"name":553,"slug":554,"type":15},"Frontend","frontend",{"name":556,"slug":557,"type":15},"React","react",{"name":559,"slug":560,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":562,"slug":563,"type":15},"UI Components","ui-components",{"name":565,"slug":566,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":569,"name":569,"fn":570,"description":571,"org":572,"tags":573,"stars":28,"repoUrl":29,"updatedAt":587},"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},[574,577,580,583,586],{"name":575,"slug":576,"type":15},"AI Infrastructure","ai-infrastructure",{"name":578,"slug":579,"type":15},"Cost Optimization","cost-optimization",{"name":581,"slug":582,"type":15},"LLM","llm",{"name":584,"slug":585,"type":15},"Performance","performance",{"name":565,"slug":566,"type":15},"2026-04-06T18:40:44.377464",{"slug":589,"name":589,"fn":590,"description":591,"org":592,"tags":593,"stars":28,"repoUrl":29,"updatedAt":599},"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},[594,595,598],{"name":578,"slug":579,"type":15},{"name":596,"slug":597,"type":15},"Database","database",{"name":581,"slug":582,"type":15},"2026-04-06T18:41:08.513425",600,{"items":602,"total":795},[603,624,647,664,680,697,712,724,738,752,764,779],{"slug":604,"name":604,"fn":605,"description":606,"org":607,"tags":608,"stars":621,"repoUrl":622,"updatedAt":623},"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},[609,612,615,618],{"name":610,"slug":611,"type":15},"Documents","documents",{"name":613,"slug":614,"type":15},"Healthcare","healthcare",{"name":616,"slug":617,"type":15},"Insurance","insurance",{"name":619,"slug":620,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":625,"name":625,"fn":626,"description":627,"org":628,"tags":629,"stars":644,"repoUrl":645,"updatedAt":646},"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},[630,633,635,638,641],{"name":631,"slug":632,"type":15},".NET","dotnet",{"name":634,"slug":625,"type":15},"ASP.NET Core",{"name":636,"slug":637,"type":15},"Blazor","blazor",{"name":639,"slug":640,"type":15},"C#","csharp",{"name":642,"slug":643,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":648,"name":648,"fn":649,"description":650,"org":651,"tags":652,"stars":644,"repoUrl":645,"updatedAt":663},"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},[653,656,659,662],{"name":654,"slug":655,"type":15},"Apps SDK","apps-sdk",{"name":657,"slug":658,"type":15},"ChatGPT","chatgpt",{"name":660,"slug":661,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":665,"name":665,"fn":666,"description":667,"org":668,"tags":669,"stars":644,"repoUrl":645,"updatedAt":679},"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},[670,673,676],{"name":671,"slug":672,"type":15},"API Development","api-development",{"name":674,"slug":675,"type":15},"CLI","cli",{"name":677,"slug":678,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":681,"name":681,"fn":682,"description":683,"org":684,"tags":685,"stars":644,"repoUrl":645,"updatedAt":696},"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},[686,689,692,693],{"name":687,"slug":688,"type":15},"Cloudflare","cloudflare",{"name":690,"slug":691,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":534,"slug":535,"type":15},{"name":694,"slug":695,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":644,"repoUrl":645,"updatedAt":711},"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},[703,704,707,710],{"name":13,"slug":14,"type":15},{"name":705,"slug":706,"type":15},"Project Management","project-management",{"name":708,"slug":709,"type":15},"Strategy","strategy",{"name":23,"slug":24,"type":15},"2026-05-23T06:17:16.870838",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":644,"repoUrl":645,"updatedAt":723},"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},[718,719,721,722],{"name":495,"slug":496,"type":15},{"name":720,"slug":713,"type":15},"Figma",{"name":553,"slug":554,"type":15},{"name":660,"slug":661,"type":15},"2026-04-12T05:06:47.939943",{"slug":725,"name":725,"fn":726,"description":727,"org":728,"tags":729,"stars":644,"repoUrl":645,"updatedAt":737},"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},[730,731,734,735,736],{"name":495,"slug":496,"type":15},{"name":732,"slug":733,"type":15},"Design System","design-system",{"name":720,"slug":713,"type":15},{"name":553,"slug":554,"type":15},{"name":562,"slug":563,"type":15},"2026-05-10T05:59:52.971881",{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":644,"repoUrl":645,"updatedAt":751},"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},[744,745,746,749,750],{"name":495,"slug":496,"type":15},{"name":732,"slug":733,"type":15},{"name":747,"slug":748,"type":15},"Documentation","documentation",{"name":720,"slug":713,"type":15},{"name":553,"slug":554,"type":15},"2026-05-16T06:07:47.821474",{"slug":753,"name":753,"fn":754,"description":755,"org":756,"tags":757,"stars":644,"repoUrl":645,"updatedAt":763},"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},[758,759,760,761,762],{"name":495,"slug":496,"type":15},{"name":720,"slug":713,"type":15},{"name":553,"slug":554,"type":15},{"name":562,"slug":563,"type":15},{"name":642,"slug":643,"type":15},"2026-05-16T06:07:40.583615",{"slug":765,"name":765,"fn":766,"description":767,"org":768,"tags":769,"stars":644,"repoUrl":645,"updatedAt":778},"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},[770,773,774,777],{"name":771,"slug":772,"type":15},"Animation","animation",{"name":677,"slug":678,"type":15},{"name":775,"slug":776,"type":15},"Creative","creative",{"name":495,"slug":496,"type":15},"2026-05-02T05:31:48.48485",{"slug":780,"name":780,"fn":781,"description":782,"org":783,"tags":784,"stars":644,"repoUrl":645,"updatedAt":794},"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},[785,786,787,790,793],{"name":775,"slug":776,"type":15},{"name":495,"slug":496,"type":15},{"name":788,"slug":789,"type":15},"Image Generation","image-generation",{"name":791,"slug":792,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]