[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-teams-notification-triage":3,"mdc-7g7nvv-key":36,"related-org-openai-teams-notification-triage":550,"related-repo-openai-teams-notification-triage":755},{"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},"teams-notification-triage","triage Microsoft Teams notifications","Triage recent Microsoft Teams activity into a priority queue or task list for the user.",{"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},"Productivity","productivity","tag",{"name":17,"slug":18,"type":15},"Microsoft Teams","microsoft-teams",{"name":20,"slug":21,"type":15},"Triage","triage",{"name":23,"slug":24,"type":15},"Communications","communications",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:41:28.903543",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fteams\u002Fskills\u002Fteams-notification-triage","---\nname: teams-notification-triage\ndescription: Triage recent Microsoft Teams activity into a priority queue or task list for the user.\n---\n\n# Teams Notification Triage\n\nUse this skill to produce a priority queue or task list from recent Teams activity. This is a proxy workflow over the available Teams signals, not a native notification-feed view.\n\n## Related Skills\n\n| Workflow | Skill |\n| --- | --- |\n| Turn confirmed follow-ups into Microsoft Planner tasks | [..\u002Fteams-planner-task-management\u002FSKILL.md](..\u002Fteams-planner-task-management\u002FSKILL.md) |\n\n## Start Here\n\n- If the user provided a time window, use it and anchor it to explicit local dates.\n- Treat this as best-effort triage over unread chats, recent threads, and recent message-level mentions.\n- Do not claim access to unread channel markers or a native Teams notification feed.\n\n## Workflow\n\n1. Resolve the current user with `get_profile` so you can match message-level mentions to the signed-in user ID when needed.\n2. If the user provided channels, chats, teams, or people, keep the triage inside that scope.\n3. With no explicit scope, prioritize:\n   - `list_chats(unread_only=True)` for unread chat signal\n   - `list_recent_threads` for recent channel and chat activity\n4. Expand only the containers needed to determine what matters:\n   - unread chats first via `list_chat_messages`\n   - then recent channels or chats via `list_channel_messages` or `list_chat_messages`\n5. For mention checks, inspect message-history results and use `TeamsMessageResult.mentions`. Do not use Teams search results as the source of truth for mention detection.\n6. Prioritize messages likely needing a reply, creating a follow-up, or changing the user's plan.\n7. If some channel activity is unreadable or artifact-only, say so and keep it out of the main triage buckets.\n8. If the user asks you to track tasks from triage, show the proposed task list first or route to the Planner skill; do not silently create tasks while presenting an attention queue.\n\n## Formatting\n\nFormat the triage as:\n\n```md\n*Teams Attention Triage — YYYY-MM-DD*\n\n*Summary:* \u003C1–2 line overview of what most likely needs attention>\n\n*Tasks for you*\n- ...\n\n*Worth skimming*\n- ...\n\n*Can ignore for now*\n- ...\n\n*Notes*\n- \u003Ccoverage limits, proxy caveats, or unread-channel limitation>\n```\n\n- Keep the triage compact; aim for 3–15 bullets total.\n- Treat *Tasks for you* as the primary section whenever the goal is a personal action list.\n- Make *Tasks for you* a triage bucket, not proof that a Planner task exists. Say \"Planner task\" only after reading or writing Planner.\n- Include *Can ignore for now* only when the user explicitly asked to filter noise.\n- Preserve exact chat, team, and channel names.\n- Use *Notes* to explain proxy behavior, coverage gaps, or the lack of channel unread markers.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,55,62,107,113,133,138,256,262,267,486,544],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Teams Notification Triage",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Use this skill to produce a priority queue or task list from recent Teams activity. This is a proxy workflow over the available Teams signals, not a native notification-feed view.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"related-skills",[60],{"type":47,"value":61},"Related Skills",{"type":42,"tag":63,"props":64,"children":65},"table",{},[66,85],{"type":42,"tag":67,"props":68,"children":69},"thead",{},[70],{"type":42,"tag":71,"props":72,"children":73},"tr",{},[74,80],{"type":42,"tag":75,"props":76,"children":77},"th",{},[78],{"type":47,"value":79},"Workflow",{"type":42,"tag":75,"props":81,"children":82},{},[83],{"type":47,"value":84},"Skill",{"type":42,"tag":86,"props":87,"children":88},"tbody",{},[89],{"type":42,"tag":71,"props":90,"children":91},{},[92,98],{"type":42,"tag":93,"props":94,"children":95},"td",{},[96],{"type":47,"value":97},"Turn confirmed follow-ups into Microsoft Planner tasks",{"type":42,"tag":93,"props":99,"children":100},{},[101],{"type":42,"tag":102,"props":103,"children":105},"a",{"href":104},"..\u002Fteams-planner-task-management\u002FSKILL.md",[106],{"type":47,"value":104},{"type":42,"tag":56,"props":108,"children":110},{"id":109},"start-here",[111],{"type":47,"value":112},"Start Here",{"type":42,"tag":114,"props":115,"children":116},"ul",{},[117,123,128],{"type":42,"tag":118,"props":119,"children":120},"li",{},[121],{"type":47,"value":122},"If the user provided a time window, use it and anchor it to explicit local dates.",{"type":42,"tag":118,"props":124,"children":125},{},[126],{"type":47,"value":127},"Treat this as best-effort triage over unread chats, recent threads, and recent message-level mentions.",{"type":42,"tag":118,"props":129,"children":130},{},[131],{"type":47,"value":132},"Do not claim access to unread channel markers or a native Teams notification feed.",{"type":42,"tag":56,"props":134,"children":136},{"id":135},"workflow",[137],{"type":47,"value":79},{"type":42,"tag":139,"props":140,"children":141},"ol",{},[142,156,161,191,228,241,246,251],{"type":42,"tag":118,"props":143,"children":144},{},[145,147,154],{"type":47,"value":146},"Resolve the current user with ",{"type":42,"tag":148,"props":149,"children":151},"code",{"className":150},[],[152],{"type":47,"value":153},"get_profile",{"type":47,"value":155}," so you can match message-level mentions to the signed-in user ID when needed.",{"type":42,"tag":118,"props":157,"children":158},{},[159],{"type":47,"value":160},"If the user provided channels, chats, teams, or people, keep the triage inside that scope.",{"type":42,"tag":118,"props":162,"children":163},{},[164,166],{"type":47,"value":165},"With no explicit scope, prioritize:\n",{"type":42,"tag":114,"props":167,"children":168},{},[169,180],{"type":42,"tag":118,"props":170,"children":171},{},[172,178],{"type":42,"tag":148,"props":173,"children":175},{"className":174},[],[176],{"type":47,"value":177},"list_chats(unread_only=True)",{"type":47,"value":179}," for unread chat signal",{"type":42,"tag":118,"props":181,"children":182},{},[183,189],{"type":42,"tag":148,"props":184,"children":186},{"className":185},[],[187],{"type":47,"value":188},"list_recent_threads",{"type":47,"value":190}," for recent channel and chat activity",{"type":42,"tag":118,"props":192,"children":193},{},[194,196],{"type":47,"value":195},"Expand only the containers needed to determine what matters:\n",{"type":42,"tag":114,"props":197,"children":198},{},[199,210],{"type":42,"tag":118,"props":200,"children":201},{},[202,204],{"type":47,"value":203},"unread chats first via ",{"type":42,"tag":148,"props":205,"children":207},{"className":206},[],[208],{"type":47,"value":209},"list_chat_messages",{"type":42,"tag":118,"props":211,"children":212},{},[213,215,221,223],{"type":47,"value":214},"then recent channels or chats via ",{"type":42,"tag":148,"props":216,"children":218},{"className":217},[],[219],{"type":47,"value":220},"list_channel_messages",{"type":47,"value":222}," or ",{"type":42,"tag":148,"props":224,"children":226},{"className":225},[],[227],{"type":47,"value":209},{"type":42,"tag":118,"props":229,"children":230},{},[231,233,239],{"type":47,"value":232},"For mention checks, inspect message-history results and use ",{"type":42,"tag":148,"props":234,"children":236},{"className":235},[],[237],{"type":47,"value":238},"TeamsMessageResult.mentions",{"type":47,"value":240},". Do not use Teams search results as the source of truth for mention detection.",{"type":42,"tag":118,"props":242,"children":243},{},[244],{"type":47,"value":245},"Prioritize messages likely needing a reply, creating a follow-up, or changing the user's plan.",{"type":42,"tag":118,"props":247,"children":248},{},[249],{"type":47,"value":250},"If some channel activity is unreadable or artifact-only, say so and keep it out of the main triage buckets.",{"type":42,"tag":118,"props":252,"children":253},{},[254],{"type":47,"value":255},"If the user asks you to track tasks from triage, show the proposed task list first or route to the Planner skill; do not silently create tasks while presenting an attention queue.",{"type":42,"tag":56,"props":257,"children":259},{"id":258},"formatting",[260],{"type":47,"value":261},"Formatting",{"type":42,"tag":50,"props":263,"children":264},{},[265],{"type":47,"value":266},"Format the triage as:",{"type":42,"tag":268,"props":269,"children":274},"pre",{"className":270,"code":271,"language":272,"meta":273,"style":273},"language-md shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","*Teams Attention Triage — YYYY-MM-DD*\n\n*Summary:* \u003C1–2 line overview of what most likely needs attention>\n\n*Tasks for you*\n- ...\n\n*Worth skimming*\n- ...\n\n*Can ignore for now*\n- ...\n\n*Notes*\n- \u003Ccoverage limits, proxy caveats, or unread-channel limitation>\n","md","",[275],{"type":42,"tag":148,"props":276,"children":277},{"__ignoreMap":273},[278,301,311,334,342,359,374,382,399,411,419,436,448,456,473],{"type":42,"tag":279,"props":280,"children":283},"span",{"class":281,"line":282},"line",1,[284,290,296],{"type":42,"tag":279,"props":285,"children":287},{"style":286},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[288],{"type":47,"value":289},"*",{"type":42,"tag":279,"props":291,"children":293},{"style":292},"--shiki-light:#E53935;--shiki-light-font-style:italic;--shiki-default:#F07178;--shiki-default-font-style:italic;--shiki-dark:#F07178;--shiki-dark-font-style:italic",[294],{"type":47,"value":295},"Teams Attention Triage — YYYY-MM-DD",{"type":42,"tag":279,"props":297,"children":298},{"style":286},[299],{"type":47,"value":300},"*\n",{"type":42,"tag":279,"props":302,"children":304},{"class":281,"line":303},2,[305],{"type":42,"tag":279,"props":306,"children":308},{"emptyLinePlaceholder":307},true,[309],{"type":47,"value":310},"\n",{"type":42,"tag":279,"props":312,"children":314},{"class":281,"line":313},3,[315,319,324,328],{"type":42,"tag":279,"props":316,"children":317},{"style":286},[318],{"type":47,"value":289},{"type":42,"tag":279,"props":320,"children":321},{"style":292},[322],{"type":47,"value":323},"Summary:",{"type":42,"tag":279,"props":325,"children":326},{"style":286},[327],{"type":47,"value":289},{"type":42,"tag":279,"props":329,"children":331},{"style":330},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[332],{"type":47,"value":333}," \u003C1–2 line overview of what most likely needs attention>\n",{"type":42,"tag":279,"props":335,"children":337},{"class":281,"line":336},4,[338],{"type":42,"tag":279,"props":339,"children":340},{"emptyLinePlaceholder":307},[341],{"type":47,"value":310},{"type":42,"tag":279,"props":343,"children":345},{"class":281,"line":344},5,[346,350,355],{"type":42,"tag":279,"props":347,"children":348},{"style":286},[349],{"type":47,"value":289},{"type":42,"tag":279,"props":351,"children":352},{"style":292},[353],{"type":47,"value":354},"Tasks for you",{"type":42,"tag":279,"props":356,"children":357},{"style":286},[358],{"type":47,"value":300},{"type":42,"tag":279,"props":360,"children":362},{"class":281,"line":361},6,[363,369],{"type":42,"tag":279,"props":364,"children":366},{"style":365},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[367],{"type":47,"value":368},"-",{"type":42,"tag":279,"props":370,"children":371},{"style":330},[372],{"type":47,"value":373}," ...\n",{"type":42,"tag":279,"props":375,"children":377},{"class":281,"line":376},7,[378],{"type":42,"tag":279,"props":379,"children":380},{"emptyLinePlaceholder":307},[381],{"type":47,"value":310},{"type":42,"tag":279,"props":383,"children":385},{"class":281,"line":384},8,[386,390,395],{"type":42,"tag":279,"props":387,"children":388},{"style":286},[389],{"type":47,"value":289},{"type":42,"tag":279,"props":391,"children":392},{"style":292},[393],{"type":47,"value":394},"Worth skimming",{"type":42,"tag":279,"props":396,"children":397},{"style":286},[398],{"type":47,"value":300},{"type":42,"tag":279,"props":400,"children":402},{"class":281,"line":401},9,[403,407],{"type":42,"tag":279,"props":404,"children":405},{"style":365},[406],{"type":47,"value":368},{"type":42,"tag":279,"props":408,"children":409},{"style":330},[410],{"type":47,"value":373},{"type":42,"tag":279,"props":412,"children":414},{"class":281,"line":413},10,[415],{"type":42,"tag":279,"props":416,"children":417},{"emptyLinePlaceholder":307},[418],{"type":47,"value":310},{"type":42,"tag":279,"props":420,"children":422},{"class":281,"line":421},11,[423,427,432],{"type":42,"tag":279,"props":424,"children":425},{"style":286},[426],{"type":47,"value":289},{"type":42,"tag":279,"props":428,"children":429},{"style":292},[430],{"type":47,"value":431},"Can ignore for now",{"type":42,"tag":279,"props":433,"children":434},{"style":286},[435],{"type":47,"value":300},{"type":42,"tag":279,"props":437,"children":439},{"class":281,"line":438},12,[440,444],{"type":42,"tag":279,"props":441,"children":442},{"style":365},[443],{"type":47,"value":368},{"type":42,"tag":279,"props":445,"children":446},{"style":330},[447],{"type":47,"value":373},{"type":42,"tag":279,"props":449,"children":451},{"class":281,"line":450},13,[452],{"type":42,"tag":279,"props":453,"children":454},{"emptyLinePlaceholder":307},[455],{"type":47,"value":310},{"type":42,"tag":279,"props":457,"children":459},{"class":281,"line":458},14,[460,464,469],{"type":42,"tag":279,"props":461,"children":462},{"style":286},[463],{"type":47,"value":289},{"type":42,"tag":279,"props":465,"children":466},{"style":292},[467],{"type":47,"value":468},"Notes",{"type":42,"tag":279,"props":470,"children":471},{"style":286},[472],{"type":47,"value":300},{"type":42,"tag":279,"props":474,"children":476},{"class":281,"line":475},15,[477,481],{"type":42,"tag":279,"props":478,"children":479},{"style":365},[480],{"type":47,"value":368},{"type":42,"tag":279,"props":482,"children":483},{"style":330},[484],{"type":47,"value":485}," \u003Ccoverage limits, proxy caveats, or unread-channel limitation>\n",{"type":42,"tag":114,"props":487,"children":488},{},[489,494,506,517,528,533],{"type":42,"tag":118,"props":490,"children":491},{},[492],{"type":47,"value":493},"Keep the triage compact; aim for 3–15 bullets total.",{"type":42,"tag":118,"props":495,"children":496},{},[497,499,504],{"type":47,"value":498},"Treat ",{"type":42,"tag":500,"props":501,"children":502},"em",{},[503],{"type":47,"value":354},{"type":47,"value":505}," as the primary section whenever the goal is a personal action list.",{"type":42,"tag":118,"props":507,"children":508},{},[509,511,515],{"type":47,"value":510},"Make ",{"type":42,"tag":500,"props":512,"children":513},{},[514],{"type":47,"value":354},{"type":47,"value":516}," a triage bucket, not proof that a Planner task exists. Say \"Planner task\" only after reading or writing Planner.",{"type":42,"tag":118,"props":518,"children":519},{},[520,522,526],{"type":47,"value":521},"Include ",{"type":42,"tag":500,"props":523,"children":524},{},[525],{"type":47,"value":431},{"type":47,"value":527}," only when the user explicitly asked to filter noise.",{"type":42,"tag":118,"props":529,"children":530},{},[531],{"type":47,"value":532},"Preserve exact chat, team, and channel names.",{"type":42,"tag":118,"props":534,"children":535},{},[536,538,542],{"type":47,"value":537},"Use ",{"type":42,"tag":500,"props":539,"children":540},{},[541],{"type":47,"value":468},{"type":47,"value":543}," to explain proxy behavior, coverage gaps, or the lack of channel unread markers.",{"type":42,"tag":545,"props":546,"children":547},"style",{},[548],{"type":47,"value":549},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":551,"total":754},[552,573,596,613,629,648,665,681,697,711,723,738],{"slug":553,"name":553,"fn":554,"description":555,"org":556,"tags":557,"stars":570,"repoUrl":571,"updatedAt":572},"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},[558,561,564,567],{"name":559,"slug":560,"type":15},"Documents","documents",{"name":562,"slug":563,"type":15},"Healthcare","healthcare",{"name":565,"slug":566,"type":15},"Insurance","insurance",{"name":568,"slug":569,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":574,"name":574,"fn":575,"description":576,"org":577,"tags":578,"stars":593,"repoUrl":594,"updatedAt":595},"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},[579,582,584,587,590],{"name":580,"slug":581,"type":15},".NET","dotnet",{"name":583,"slug":574,"type":15},"ASP.NET Core",{"name":585,"slug":586,"type":15},"Blazor","blazor",{"name":588,"slug":589,"type":15},"C#","csharp",{"name":591,"slug":592,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":597,"name":597,"fn":598,"description":599,"org":600,"tags":601,"stars":593,"repoUrl":594,"updatedAt":612},"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},[602,605,608,611],{"name":603,"slug":604,"type":15},"Apps SDK","apps-sdk",{"name":606,"slug":607,"type":15},"ChatGPT","chatgpt",{"name":609,"slug":610,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":614,"name":614,"fn":615,"description":616,"org":617,"tags":618,"stars":593,"repoUrl":594,"updatedAt":628},"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},[619,622,625],{"name":620,"slug":621,"type":15},"API Development","api-development",{"name":623,"slug":624,"type":15},"CLI","cli",{"name":626,"slug":627,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":630,"name":630,"fn":631,"description":632,"org":633,"tags":634,"stars":593,"repoUrl":594,"updatedAt":647},"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},[635,638,641,644],{"name":636,"slug":637,"type":15},"Cloudflare","cloudflare",{"name":639,"slug":640,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":642,"slug":643,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":645,"slug":646,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":649,"name":649,"fn":650,"description":651,"org":652,"tags":653,"stars":593,"repoUrl":594,"updatedAt":664},"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},[654,655,658,661],{"name":13,"slug":14,"type":15},{"name":656,"slug":657,"type":15},"Project Management","project-management",{"name":659,"slug":660,"type":15},"Strategy","strategy",{"name":662,"slug":663,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":666,"name":666,"fn":667,"description":668,"org":669,"tags":670,"stars":593,"repoUrl":594,"updatedAt":680},"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},[671,674,676,679],{"name":672,"slug":673,"type":15},"Design","design",{"name":675,"slug":666,"type":15},"Figma",{"name":677,"slug":678,"type":15},"Frontend","frontend",{"name":609,"slug":610,"type":15},"2026-04-12T05:06:47.939943",{"slug":682,"name":682,"fn":683,"description":684,"org":685,"tags":686,"stars":593,"repoUrl":594,"updatedAt":696},"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},[687,688,691,692,693],{"name":672,"slug":673,"type":15},{"name":689,"slug":690,"type":15},"Design System","design-system",{"name":675,"slug":666,"type":15},{"name":677,"slug":678,"type":15},{"name":694,"slug":695,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":698,"name":698,"fn":699,"description":700,"org":701,"tags":702,"stars":593,"repoUrl":594,"updatedAt":710},"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},[703,704,705,708,709],{"name":672,"slug":673,"type":15},{"name":689,"slug":690,"type":15},{"name":706,"slug":707,"type":15},"Documentation","documentation",{"name":675,"slug":666,"type":15},{"name":677,"slug":678,"type":15},"2026-05-16T06:07:47.821474",{"slug":712,"name":712,"fn":713,"description":714,"org":715,"tags":716,"stars":593,"repoUrl":594,"updatedAt":722},"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},[717,718,719,720,721],{"name":672,"slug":673,"type":15},{"name":675,"slug":666,"type":15},{"name":677,"slug":678,"type":15},{"name":694,"slug":695,"type":15},{"name":591,"slug":592,"type":15},"2026-05-16T06:07:40.583615",{"slug":724,"name":724,"fn":725,"description":726,"org":727,"tags":728,"stars":593,"repoUrl":594,"updatedAt":737},"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},[729,732,733,736],{"name":730,"slug":731,"type":15},"Animation","animation",{"name":626,"slug":627,"type":15},{"name":734,"slug":735,"type":15},"Creative","creative",{"name":672,"slug":673,"type":15},"2026-05-02T05:31:48.48485",{"slug":739,"name":739,"fn":740,"description":741,"org":742,"tags":743,"stars":593,"repoUrl":594,"updatedAt":753},"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},[744,745,746,749,752],{"name":734,"slug":735,"type":15},{"name":672,"slug":673,"type":15},{"name":747,"slug":748,"type":15},"Image Generation","image-generation",{"name":750,"slug":751,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":756,"total":870},[757,774,790,802,820,838,858],{"slug":758,"name":758,"fn":759,"description":760,"org":761,"tags":762,"stars":25,"repoUrl":26,"updatedAt":773},"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},[763,766,769,772],{"name":764,"slug":765,"type":15},"Accessibility","accessibility",{"name":767,"slug":768,"type":15},"Charts","charts",{"name":770,"slug":771,"type":15},"Data Visualization","data-visualization",{"name":672,"slug":673,"type":15},"2026-06-30T19:00:57.102",{"slug":775,"name":775,"fn":776,"description":777,"org":778,"tags":779,"stars":25,"repoUrl":26,"updatedAt":789},"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},[780,783,786],{"name":781,"slug":782,"type":15},"Agents","agents",{"name":784,"slug":785,"type":15},"Browser Automation","browser-automation",{"name":787,"slug":788,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":791,"name":791,"fn":792,"description":793,"org":794,"tags":795,"stars":25,"repoUrl":26,"updatedAt":801},"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},[796,797,800],{"name":784,"slug":785,"type":15},{"name":798,"slug":799,"type":15},"Local Development","local-development",{"name":787,"slug":788,"type":15},"2026-04-06T18:41:17.526867",{"slug":803,"name":803,"fn":804,"description":805,"org":806,"tags":807,"stars":25,"repoUrl":26,"updatedAt":819},"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},[808,809,810,813,816],{"name":781,"slug":782,"type":15},{"name":642,"slug":643,"type":15},{"name":811,"slug":812,"type":15},"SDK","sdk",{"name":814,"slug":815,"type":15},"Serverless","serverless",{"name":817,"slug":818,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":821,"name":821,"fn":822,"description":823,"org":824,"tags":825,"stars":25,"repoUrl":26,"updatedAt":837},"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},[826,827,830,833,834],{"name":677,"slug":678,"type":15},{"name":828,"slug":829,"type":15},"React","react",{"name":831,"slug":832,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":694,"slug":695,"type":15},{"name":835,"slug":836,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":839,"name":839,"fn":840,"description":841,"org":842,"tags":843,"stars":25,"repoUrl":26,"updatedAt":857},"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},[844,847,850,853,856],{"name":845,"slug":846,"type":15},"AI Infrastructure","ai-infrastructure",{"name":848,"slug":849,"type":15},"Cost Optimization","cost-optimization",{"name":851,"slug":852,"type":15},"LLM","llm",{"name":854,"slug":855,"type":15},"Performance","performance",{"name":835,"slug":836,"type":15},"2026-04-06T18:40:44.377464",{"slug":859,"name":859,"fn":860,"description":861,"org":862,"tags":863,"stars":25,"repoUrl":26,"updatedAt":869},"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},[864,865,868],{"name":848,"slug":849,"type":15},{"name":866,"slug":867,"type":15},"Database","database",{"name":851,"slug":852,"type":15},"2026-04-06T18:41:08.513425",600]