[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-slack-notification-triage":3,"mdc--79a31r-key":36,"related-org-openai-slack-notification-triage":733,"related-repo-openai-slack-notification-triage":938},{"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},"slack-notification-triage","triage Slack notifications","Triage recent Slack 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},"Triage","triage",{"name":20,"slug":21,"type":15},"Slack","slack",{"name":23,"slug":24,"type":15},"Communications","communications",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:42:04.170893",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fslack\u002Fskills\u002Fslack-notification-triage","---\nname: slack-notification-triage\ndescription: Triage recent Slack activity into a priority queue or task list for the user.\n---\n\n# Slack Notification Triage\n\nUse this skill to produce a priority queue or task list for the user from recent Slack messages. It is for surfacing what the user likely needs to read, reply to, or do next.\n\n## Start Here\n\n- If the user provided a time window, use it. For requests like \"today\" or \"this morning,\" resolve the user's timezone with `slack_read_user_profile`.\n- Treat this as best-effort triage over recent Slack activity, not an exact unread or notification-state view.\n\n## Workflow\n\n1. Treat this as personal triage for the user. Focus on messages directed at the user, messages likely needing a reply, and messages that create a concrete follow-up or task for the user.\n2. Resolve the current user with `slack_read_user_profile` so you have the user's Slack ID for mention-based searches.\n3. If the user provided channel names, DMs, people, or topic keywords, use that scope.\n4. **Named channels:** Resolve IDs through `slack_search_channels`, then call `slack_read_channel` with `limit` at `100` per channel.\n5. **Named people or DMs:** Resolve people through `slack_search_users`, then use `slack_search_public_and_private` with several small searches using filters `from:\u003C@USER_ID>`, `to:\u003C@USER_ID>`, or `in:\u003C@USER_ID>` to surface relevant DM or person-specific activity.\n6. **Named topics:** Use `slack_search_public_and_private`, and if channels were also provided, keep the search inside those channels.\n7. **No explicit scope:** Search in this order:\n   - unanswered direct conversations: run `slack_search_public_and_private` over `channel_types=\"im\"`, paging until you have a reasonable set of unique conversations, then dedupe and expand promising DMs with `slack_read_channel`\n   - unanswered group DMs: repeat over `channel_types=\"mpim\"`, again preferring unique conversations over repeated hits from one chat\n   - direct mentions: `slack_search_public_and_private` with `query` set to `\u003C@USER_ID>`\n   - threads with prior user participation: `slack_search_public_and_private` with `query` set to `from:\u003C@USER_ID> is:thread`, then `slack_read_thread`\n   - threads with prior user mention: `slack_search_public_and_private` with `query` set to `\u003C@USER_ID> is:thread`, then `slack_read_thread`\n8. Use `slack_read_thread` when the thread could hold more necessary context.\n9. Prioritize messages that likely need a reply or could create a concrete follow-up or task for the user. Explicit asks, review or approval requests, blockers, and bumps should rank above casual questions, FYIs, or repeated snippets from the same conversation.\n10. Read the full `## Formatting Rules` section below.\n11. Before sending the final answer, map the findings into the exact structure in **Formatting Rules**. Do not invent alternate section names or top-level layouts.\n12. If the user also asked to draft or send follow-ups from the triage results, use `..\u002Fslack-outgoing-message\u002FSKILL.md` and align with the explicit intent:\n   - explicit send\u002Fpost\u002Freply: write directly\n   - explicit draft\u002Freview-first: draft\n   - otherwise keep this skill analysis-only\n\n## Formatting Rules\n\n- For a concise Slack or chat summary, you MUST use exactly this structure unless the user explicitly requests a different format.\n- If you use `..\u002Fslack-outgoing-message\u002FSKILL.md` to draft or send the final message, this output contract remains binding. The downstream skill does not relax or rename these sections.\n\n```md\n**Slack Notification Triage - YYYY-MM-DD**\n**Overview**\n\u003C1-2 sentence summary of what the user most likely needs to read, reply to, or do next>\n\n**Tasks for you**\n- ...\n\n**Worth skimming**\n- ...\n\n**Can ignore for now**\n- ...\n\n**Notes**\n- \u003Cgaps, caveats, or partial coverage>\n```\n\n- Keep the triage compact; aim for 3–15 bullets total across all sections.\n- Treat **Tasks for you** as the primary section whenever the triage is meant to produce a personal todo list.\n- Include **Can ignore for now** only when the user explicitly asked to filter tasks.\n- Start each bullet with the key update, then add the action the user may need to take.\n- Preserve exact channel names and mention DMs explicitly.\n- Use **Notes** for coverage limits or sparse results.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,55,62,86,92,419,437,442,462,677,727],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","Slack 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 for the user from recent Slack messages. It is for surfacing what the user likely needs to read, reply to, or do next.",{"type":42,"tag":56,"props":57,"children":59},"h2",{"id":58},"start-here",[60],{"type":47,"value":61},"Start Here",{"type":42,"tag":63,"props":64,"children":65},"ul",{},[66,81],{"type":42,"tag":67,"props":68,"children":69},"li",{},[70,72,79],{"type":47,"value":71},"If the user provided a time window, use it. For requests like \"today\" or \"this morning,\" resolve the user's timezone with ",{"type":42,"tag":73,"props":74,"children":76},"code",{"className":75},[],[77],{"type":47,"value":78},"slack_read_user_profile",{"type":47,"value":80},".",{"type":42,"tag":67,"props":82,"children":83},{},[84],{"type":47,"value":85},"Treat this as best-effort triage over recent Slack activity, not an exact unread or notification-state view.",{"type":42,"tag":56,"props":87,"children":89},{"id":88},"workflow",[90],{"type":47,"value":91},"Workflow",{"type":42,"tag":93,"props":94,"children":95},"ol",{},[96,101,113,118,161,211,228,364,376,381,394,406],{"type":42,"tag":67,"props":97,"children":98},{},[99],{"type":47,"value":100},"Treat this as personal triage for the user. Focus on messages directed at the user, messages likely needing a reply, and messages that create a concrete follow-up or task for the user.",{"type":42,"tag":67,"props":102,"children":103},{},[104,106,111],{"type":47,"value":105},"Resolve the current user with ",{"type":42,"tag":73,"props":107,"children":109},{"className":108},[],[110],{"type":47,"value":78},{"type":47,"value":112}," so you have the user's Slack ID for mention-based searches.",{"type":42,"tag":67,"props":114,"children":115},{},[116],{"type":47,"value":117},"If the user provided channel names, DMs, people, or topic keywords, use that scope.",{"type":42,"tag":67,"props":119,"children":120},{},[121,127,129,135,137,143,145,151,153,159],{"type":42,"tag":122,"props":123,"children":124},"strong",{},[125],{"type":47,"value":126},"Named channels:",{"type":47,"value":128}," Resolve IDs through ",{"type":42,"tag":73,"props":130,"children":132},{"className":131},[],[133],{"type":47,"value":134},"slack_search_channels",{"type":47,"value":136},", then call ",{"type":42,"tag":73,"props":138,"children":140},{"className":139},[],[141],{"type":47,"value":142},"slack_read_channel",{"type":47,"value":144}," with ",{"type":42,"tag":73,"props":146,"children":148},{"className":147},[],[149],{"type":47,"value":150},"limit",{"type":47,"value":152}," at ",{"type":42,"tag":73,"props":154,"children":156},{"className":155},[],[157],{"type":47,"value":158},"100",{"type":47,"value":160}," per channel.",{"type":42,"tag":67,"props":162,"children":163},{},[164,169,171,177,179,185,187,193,195,201,203,209],{"type":42,"tag":122,"props":165,"children":166},{},[167],{"type":47,"value":168},"Named people or DMs:",{"type":47,"value":170}," Resolve people through ",{"type":42,"tag":73,"props":172,"children":174},{"className":173},[],[175],{"type":47,"value":176},"slack_search_users",{"type":47,"value":178},", then use ",{"type":42,"tag":73,"props":180,"children":182},{"className":181},[],[183],{"type":47,"value":184},"slack_search_public_and_private",{"type":47,"value":186}," with several small searches using filters ",{"type":42,"tag":73,"props":188,"children":190},{"className":189},[],[191],{"type":47,"value":192},"from:\u003C@USER_ID>",{"type":47,"value":194},", ",{"type":42,"tag":73,"props":196,"children":198},{"className":197},[],[199],{"type":47,"value":200},"to:\u003C@USER_ID>",{"type":47,"value":202},", or ",{"type":42,"tag":73,"props":204,"children":206},{"className":205},[],[207],{"type":47,"value":208},"in:\u003C@USER_ID>",{"type":47,"value":210}," to surface relevant DM or person-specific activity.",{"type":42,"tag":67,"props":212,"children":213},{},[214,219,221,226],{"type":42,"tag":122,"props":215,"children":216},{},[217],{"type":47,"value":218},"Named topics:",{"type":47,"value":220}," Use ",{"type":42,"tag":73,"props":222,"children":224},{"className":223},[],[225],{"type":47,"value":184},{"type":47,"value":227},", and if channels were also provided, keep the search inside those channels.",{"type":42,"tag":67,"props":229,"children":230},{},[231,236,238],{"type":42,"tag":122,"props":232,"children":233},{},[234],{"type":47,"value":235},"No explicit scope:",{"type":47,"value":237}," Search in this order:\n",{"type":42,"tag":63,"props":239,"children":240},{},[241,266,279,304,335],{"type":42,"tag":67,"props":242,"children":243},{},[244,246,251,253,259,261],{"type":47,"value":245},"unanswered direct conversations: run ",{"type":42,"tag":73,"props":247,"children":249},{"className":248},[],[250],{"type":47,"value":184},{"type":47,"value":252}," over ",{"type":42,"tag":73,"props":254,"children":256},{"className":255},[],[257],{"type":47,"value":258},"channel_types=\"im\"",{"type":47,"value":260},", paging until you have a reasonable set of unique conversations, then dedupe and expand promising DMs with ",{"type":42,"tag":73,"props":262,"children":264},{"className":263},[],[265],{"type":47,"value":142},{"type":42,"tag":67,"props":267,"children":268},{},[269,271,277],{"type":47,"value":270},"unanswered group DMs: repeat over ",{"type":42,"tag":73,"props":272,"children":274},{"className":273},[],[275],{"type":47,"value":276},"channel_types=\"mpim\"",{"type":47,"value":278},", again preferring unique conversations over repeated hits from one chat",{"type":42,"tag":67,"props":280,"children":281},{},[282,284,289,290,296,298],{"type":47,"value":283},"direct mentions: ",{"type":42,"tag":73,"props":285,"children":287},{"className":286},[],[288],{"type":47,"value":184},{"type":47,"value":144},{"type":42,"tag":73,"props":291,"children":293},{"className":292},[],[294],{"type":47,"value":295},"query",{"type":47,"value":297}," set to ",{"type":42,"tag":73,"props":299,"children":301},{"className":300},[],[302],{"type":47,"value":303},"\u003C@USER_ID>",{"type":42,"tag":67,"props":305,"children":306},{},[307,309,314,315,320,321,327,329],{"type":47,"value":308},"threads with prior user participation: ",{"type":42,"tag":73,"props":310,"children":312},{"className":311},[],[313],{"type":47,"value":184},{"type":47,"value":144},{"type":42,"tag":73,"props":316,"children":318},{"className":317},[],[319],{"type":47,"value":295},{"type":47,"value":297},{"type":42,"tag":73,"props":322,"children":324},{"className":323},[],[325],{"type":47,"value":326},"from:\u003C@USER_ID> is:thread",{"type":47,"value":328},", then ",{"type":42,"tag":73,"props":330,"children":332},{"className":331},[],[333],{"type":47,"value":334},"slack_read_thread",{"type":42,"tag":67,"props":336,"children":337},{},[338,340,345,346,351,352,358,359],{"type":47,"value":339},"threads with prior user mention: ",{"type":42,"tag":73,"props":341,"children":343},{"className":342},[],[344],{"type":47,"value":184},{"type":47,"value":144},{"type":42,"tag":73,"props":347,"children":349},{"className":348},[],[350],{"type":47,"value":295},{"type":47,"value":297},{"type":42,"tag":73,"props":353,"children":355},{"className":354},[],[356],{"type":47,"value":357},"\u003C@USER_ID> is:thread",{"type":47,"value":328},{"type":42,"tag":73,"props":360,"children":362},{"className":361},[],[363],{"type":47,"value":334},{"type":42,"tag":67,"props":365,"children":366},{},[367,369,374],{"type":47,"value":368},"Use ",{"type":42,"tag":73,"props":370,"children":372},{"className":371},[],[373],{"type":47,"value":334},{"type":47,"value":375}," when the thread could hold more necessary context.",{"type":42,"tag":67,"props":377,"children":378},{},[379],{"type":47,"value":380},"Prioritize messages that likely need a reply or could create a concrete follow-up or task for the user. Explicit asks, review or approval requests, blockers, and bumps should rank above casual questions, FYIs, or repeated snippets from the same conversation.",{"type":42,"tag":67,"props":382,"children":383},{},[384,386,392],{"type":47,"value":385},"Read the full ",{"type":42,"tag":73,"props":387,"children":389},{"className":388},[],[390],{"type":47,"value":391},"## Formatting Rules",{"type":47,"value":393}," section below.",{"type":42,"tag":67,"props":395,"children":396},{},[397,399,404],{"type":47,"value":398},"Before sending the final answer, map the findings into the exact structure in ",{"type":42,"tag":122,"props":400,"children":401},{},[402],{"type":47,"value":403},"Formatting Rules",{"type":47,"value":405},". Do not invent alternate section names or top-level layouts.",{"type":42,"tag":67,"props":407,"children":408},{},[409,411,417],{"type":47,"value":410},"If the user also asked to draft or send follow-ups from the triage results, use ",{"type":42,"tag":73,"props":412,"children":414},{"className":413},[],[415],{"type":47,"value":416},"..\u002Fslack-outgoing-message\u002FSKILL.md",{"type":47,"value":418}," and align with the explicit intent:",{"type":42,"tag":63,"props":420,"children":421},{},[422,427,432],{"type":42,"tag":67,"props":423,"children":424},{},[425],{"type":47,"value":426},"explicit send\u002Fpost\u002Freply: write directly",{"type":42,"tag":67,"props":428,"children":429},{},[430],{"type":47,"value":431},"explicit draft\u002Freview-first: draft",{"type":42,"tag":67,"props":433,"children":434},{},[435],{"type":47,"value":436},"otherwise keep this skill analysis-only",{"type":42,"tag":56,"props":438,"children":440},{"id":439},"formatting-rules",[441],{"type":47,"value":403},{"type":42,"tag":63,"props":443,"children":444},{},[445,450],{"type":42,"tag":67,"props":446,"children":447},{},[448],{"type":47,"value":449},"For a concise Slack or chat summary, you MUST use exactly this structure unless the user explicitly requests a different format.",{"type":42,"tag":67,"props":451,"children":452},{},[453,455,460],{"type":47,"value":454},"If you use ",{"type":42,"tag":73,"props":456,"children":458},{"className":457},[],[459],{"type":47,"value":416},{"type":47,"value":461}," to draft or send the final message, this output contract remains binding. The downstream skill does not relax or rename these sections.",{"type":42,"tag":463,"props":464,"children":469},"pre",{"className":465,"code":466,"language":467,"meta":468,"style":468},"language-md shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","**Slack Notification Triage - YYYY-MM-DD**\n**Overview**\n\u003C1-2 sentence summary of what the user most likely needs to read, reply to, or do next>\n\n**Tasks for you**\n- ...\n\n**Worth skimming**\n- ...\n\n**Can ignore for now**\n- ...\n\n**Notes**\n- \u003Cgaps, caveats, or partial coverage>\n","md","",[470],{"type":42,"tag":73,"props":471,"children":472},{"__ignoreMap":468},[473,496,513,523,533,550,565,573,590,602,610,627,639,647,664],{"type":42,"tag":474,"props":475,"children":478},"span",{"class":476,"line":477},"line",1,[479,485,491],{"type":42,"tag":474,"props":480,"children":482},{"style":481},"--shiki-light:#39ADB5;--shiki-light-font-weight:bold;--shiki-default:#89DDFF;--shiki-default-font-weight:bold;--shiki-dark:#89DDFF;--shiki-dark-font-weight:bold",[483],{"type":47,"value":484},"**",{"type":42,"tag":474,"props":486,"children":488},{"style":487},"--shiki-light:#E53935;--shiki-light-font-weight:bold;--shiki-default:#F07178;--shiki-default-font-weight:bold;--shiki-dark:#F07178;--shiki-dark-font-weight:bold",[489],{"type":47,"value":490},"Slack Notification Triage - YYYY-MM-DD",{"type":42,"tag":474,"props":492,"children":493},{"style":481},[494],{"type":47,"value":495},"**\n",{"type":42,"tag":474,"props":497,"children":499},{"class":476,"line":498},2,[500,504,509],{"type":42,"tag":474,"props":501,"children":502},{"style":481},[503],{"type":47,"value":484},{"type":42,"tag":474,"props":505,"children":506},{"style":487},[507],{"type":47,"value":508},"Overview",{"type":42,"tag":474,"props":510,"children":511},{"style":481},[512],{"type":47,"value":495},{"type":42,"tag":474,"props":514,"children":516},{"class":476,"line":515},3,[517],{"type":42,"tag":474,"props":518,"children":520},{"style":519},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[521],{"type":47,"value":522},"\u003C1-2 sentence summary of what the user most likely needs to read, reply to, or do next>\n",{"type":42,"tag":474,"props":524,"children":526},{"class":476,"line":525},4,[527],{"type":42,"tag":474,"props":528,"children":530},{"emptyLinePlaceholder":529},true,[531],{"type":47,"value":532},"\n",{"type":42,"tag":474,"props":534,"children":536},{"class":476,"line":535},5,[537,541,546],{"type":42,"tag":474,"props":538,"children":539},{"style":481},[540],{"type":47,"value":484},{"type":42,"tag":474,"props":542,"children":543},{"style":487},[544],{"type":47,"value":545},"Tasks for you",{"type":42,"tag":474,"props":547,"children":548},{"style":481},[549],{"type":47,"value":495},{"type":42,"tag":474,"props":551,"children":553},{"class":476,"line":552},6,[554,560],{"type":42,"tag":474,"props":555,"children":557},{"style":556},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[558],{"type":47,"value":559},"-",{"type":42,"tag":474,"props":561,"children":562},{"style":519},[563],{"type":47,"value":564}," ...\n",{"type":42,"tag":474,"props":566,"children":568},{"class":476,"line":567},7,[569],{"type":42,"tag":474,"props":570,"children":571},{"emptyLinePlaceholder":529},[572],{"type":47,"value":532},{"type":42,"tag":474,"props":574,"children":576},{"class":476,"line":575},8,[577,581,586],{"type":42,"tag":474,"props":578,"children":579},{"style":481},[580],{"type":47,"value":484},{"type":42,"tag":474,"props":582,"children":583},{"style":487},[584],{"type":47,"value":585},"Worth skimming",{"type":42,"tag":474,"props":587,"children":588},{"style":481},[589],{"type":47,"value":495},{"type":42,"tag":474,"props":591,"children":593},{"class":476,"line":592},9,[594,598],{"type":42,"tag":474,"props":595,"children":596},{"style":556},[597],{"type":47,"value":559},{"type":42,"tag":474,"props":599,"children":600},{"style":519},[601],{"type":47,"value":564},{"type":42,"tag":474,"props":603,"children":605},{"class":476,"line":604},10,[606],{"type":42,"tag":474,"props":607,"children":608},{"emptyLinePlaceholder":529},[609],{"type":47,"value":532},{"type":42,"tag":474,"props":611,"children":613},{"class":476,"line":612},11,[614,618,623],{"type":42,"tag":474,"props":615,"children":616},{"style":481},[617],{"type":47,"value":484},{"type":42,"tag":474,"props":619,"children":620},{"style":487},[621],{"type":47,"value":622},"Can ignore for now",{"type":42,"tag":474,"props":624,"children":625},{"style":481},[626],{"type":47,"value":495},{"type":42,"tag":474,"props":628,"children":630},{"class":476,"line":629},12,[631,635],{"type":42,"tag":474,"props":632,"children":633},{"style":556},[634],{"type":47,"value":559},{"type":42,"tag":474,"props":636,"children":637},{"style":519},[638],{"type":47,"value":564},{"type":42,"tag":474,"props":640,"children":642},{"class":476,"line":641},13,[643],{"type":42,"tag":474,"props":644,"children":645},{"emptyLinePlaceholder":529},[646],{"type":47,"value":532},{"type":42,"tag":474,"props":648,"children":650},{"class":476,"line":649},14,[651,655,660],{"type":42,"tag":474,"props":652,"children":653},{"style":481},[654],{"type":47,"value":484},{"type":42,"tag":474,"props":656,"children":657},{"style":487},[658],{"type":47,"value":659},"Notes",{"type":42,"tag":474,"props":661,"children":662},{"style":481},[663],{"type":47,"value":495},{"type":42,"tag":474,"props":665,"children":667},{"class":476,"line":666},15,[668,672],{"type":42,"tag":474,"props":669,"children":670},{"style":556},[671],{"type":47,"value":559},{"type":42,"tag":474,"props":673,"children":674},{"style":519},[675],{"type":47,"value":676}," \u003Cgaps, caveats, or partial coverage>\n",{"type":42,"tag":63,"props":678,"children":679},{},[680,685,696,707,712,717],{"type":42,"tag":67,"props":681,"children":682},{},[683],{"type":47,"value":684},"Keep the triage compact; aim for 3–15 bullets total across all sections.",{"type":42,"tag":67,"props":686,"children":687},{},[688,690,694],{"type":47,"value":689},"Treat ",{"type":42,"tag":122,"props":691,"children":692},{},[693],{"type":47,"value":545},{"type":47,"value":695}," as the primary section whenever the triage is meant to produce a personal todo list.",{"type":42,"tag":67,"props":697,"children":698},{},[699,701,705],{"type":47,"value":700},"Include ",{"type":42,"tag":122,"props":702,"children":703},{},[704],{"type":47,"value":622},{"type":47,"value":706}," only when the user explicitly asked to filter tasks.",{"type":42,"tag":67,"props":708,"children":709},{},[710],{"type":47,"value":711},"Start each bullet with the key update, then add the action the user may need to take.",{"type":42,"tag":67,"props":713,"children":714},{},[715],{"type":47,"value":716},"Preserve exact channel names and mention DMs explicitly.",{"type":42,"tag":67,"props":718,"children":719},{},[720,721,725],{"type":47,"value":368},{"type":42,"tag":122,"props":722,"children":723},{},[724],{"type":47,"value":659},{"type":47,"value":726}," for coverage limits or sparse results.",{"type":42,"tag":728,"props":729,"children":730},"style",{},[731],{"type":47,"value":732},"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":734,"total":937},[735,756,779,796,812,831,848,864,880,894,906,921],{"slug":736,"name":736,"fn":737,"description":738,"org":739,"tags":740,"stars":753,"repoUrl":754,"updatedAt":755},"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},[741,744,747,750],{"name":742,"slug":743,"type":15},"Documents","documents",{"name":745,"slug":746,"type":15},"Healthcare","healthcare",{"name":748,"slug":749,"type":15},"Insurance","insurance",{"name":751,"slug":752,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":757,"name":757,"fn":758,"description":759,"org":760,"tags":761,"stars":776,"repoUrl":777,"updatedAt":778},"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},[762,765,767,770,773],{"name":763,"slug":764,"type":15},".NET","dotnet",{"name":766,"slug":757,"type":15},"ASP.NET Core",{"name":768,"slug":769,"type":15},"Blazor","blazor",{"name":771,"slug":772,"type":15},"C#","csharp",{"name":774,"slug":775,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":780,"name":780,"fn":781,"description":782,"org":783,"tags":784,"stars":776,"repoUrl":777,"updatedAt":795},"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},[785,788,791,794],{"name":786,"slug":787,"type":15},"Apps SDK","apps-sdk",{"name":789,"slug":790,"type":15},"ChatGPT","chatgpt",{"name":792,"slug":793,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":797,"name":797,"fn":798,"description":799,"org":800,"tags":801,"stars":776,"repoUrl":777,"updatedAt":811},"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},[802,805,808],{"name":803,"slug":804,"type":15},"API Development","api-development",{"name":806,"slug":807,"type":15},"CLI","cli",{"name":809,"slug":810,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":813,"name":813,"fn":814,"description":815,"org":816,"tags":817,"stars":776,"repoUrl":777,"updatedAt":830},"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},[818,821,824,827],{"name":819,"slug":820,"type":15},"Cloudflare","cloudflare",{"name":822,"slug":823,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":825,"slug":826,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":828,"slug":829,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":832,"name":832,"fn":833,"description":834,"org":835,"tags":836,"stars":776,"repoUrl":777,"updatedAt":847},"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},[837,838,841,844],{"name":13,"slug":14,"type":15},{"name":839,"slug":840,"type":15},"Project Management","project-management",{"name":842,"slug":843,"type":15},"Strategy","strategy",{"name":845,"slug":846,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":849,"name":849,"fn":850,"description":851,"org":852,"tags":853,"stars":776,"repoUrl":777,"updatedAt":863},"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},[854,857,859,862],{"name":855,"slug":856,"type":15},"Design","design",{"name":858,"slug":849,"type":15},"Figma",{"name":860,"slug":861,"type":15},"Frontend","frontend",{"name":792,"slug":793,"type":15},"2026-04-12T05:06:47.939943",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":776,"repoUrl":777,"updatedAt":879},"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},[870,871,874,875,876],{"name":855,"slug":856,"type":15},{"name":872,"slug":873,"type":15},"Design System","design-system",{"name":858,"slug":849,"type":15},{"name":860,"slug":861,"type":15},{"name":877,"slug":878,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":881,"name":881,"fn":882,"description":883,"org":884,"tags":885,"stars":776,"repoUrl":777,"updatedAt":893},"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},[886,887,888,891,892],{"name":855,"slug":856,"type":15},{"name":872,"slug":873,"type":15},{"name":889,"slug":890,"type":15},"Documentation","documentation",{"name":858,"slug":849,"type":15},{"name":860,"slug":861,"type":15},"2026-05-16T06:07:47.821474",{"slug":895,"name":895,"fn":896,"description":897,"org":898,"tags":899,"stars":776,"repoUrl":777,"updatedAt":905},"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},[900,901,902,903,904],{"name":855,"slug":856,"type":15},{"name":858,"slug":849,"type":15},{"name":860,"slug":861,"type":15},{"name":877,"slug":878,"type":15},{"name":774,"slug":775,"type":15},"2026-05-16T06:07:40.583615",{"slug":907,"name":907,"fn":908,"description":909,"org":910,"tags":911,"stars":776,"repoUrl":777,"updatedAt":920},"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},[912,915,916,919],{"name":913,"slug":914,"type":15},"Animation","animation",{"name":809,"slug":810,"type":15},{"name":917,"slug":918,"type":15},"Creative","creative",{"name":855,"slug":856,"type":15},"2026-05-02T05:31:48.48485",{"slug":922,"name":922,"fn":923,"description":924,"org":925,"tags":926,"stars":776,"repoUrl":777,"updatedAt":936},"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},[927,928,929,932,935],{"name":917,"slug":918,"type":15},{"name":855,"slug":856,"type":15},{"name":930,"slug":931,"type":15},"Image Generation","image-generation",{"name":933,"slug":934,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":939,"total":1053},[940,957,973,985,1003,1021,1041],{"slug":941,"name":941,"fn":942,"description":943,"org":944,"tags":945,"stars":25,"repoUrl":26,"updatedAt":956},"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},[946,949,952,955],{"name":947,"slug":948,"type":15},"Accessibility","accessibility",{"name":950,"slug":951,"type":15},"Charts","charts",{"name":953,"slug":954,"type":15},"Data Visualization","data-visualization",{"name":855,"slug":856,"type":15},"2026-06-30T19:00:57.102",{"slug":958,"name":958,"fn":959,"description":960,"org":961,"tags":962,"stars":25,"repoUrl":26,"updatedAt":972},"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},[963,966,969],{"name":964,"slug":965,"type":15},"Agents","agents",{"name":967,"slug":968,"type":15},"Browser Automation","browser-automation",{"name":970,"slug":971,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":974,"name":974,"fn":975,"description":976,"org":977,"tags":978,"stars":25,"repoUrl":26,"updatedAt":984},"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},[979,980,983],{"name":967,"slug":968,"type":15},{"name":981,"slug":982,"type":15},"Local Development","local-development",{"name":970,"slug":971,"type":15},"2026-04-06T18:41:17.526867",{"slug":986,"name":986,"fn":987,"description":988,"org":989,"tags":990,"stars":25,"repoUrl":26,"updatedAt":1002},"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},[991,992,993,996,999],{"name":964,"slug":965,"type":15},{"name":825,"slug":826,"type":15},{"name":994,"slug":995,"type":15},"SDK","sdk",{"name":997,"slug":998,"type":15},"Serverless","serverless",{"name":1000,"slug":1001,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1004,"name":1004,"fn":1005,"description":1006,"org":1007,"tags":1008,"stars":25,"repoUrl":26,"updatedAt":1020},"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},[1009,1010,1013,1016,1017],{"name":860,"slug":861,"type":15},{"name":1011,"slug":1012,"type":15},"React","react",{"name":1014,"slug":1015,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":877,"slug":878,"type":15},{"name":1018,"slug":1019,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1022,"name":1022,"fn":1023,"description":1024,"org":1025,"tags":1026,"stars":25,"repoUrl":26,"updatedAt":1040},"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},[1027,1030,1033,1036,1039],{"name":1028,"slug":1029,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1031,"slug":1032,"type":15},"Cost Optimization","cost-optimization",{"name":1034,"slug":1035,"type":15},"LLM","llm",{"name":1037,"slug":1038,"type":15},"Performance","performance",{"name":1018,"slug":1019,"type":15},"2026-04-06T18:40:44.377464",{"slug":1042,"name":1042,"fn":1043,"description":1044,"org":1045,"tags":1046,"stars":25,"repoUrl":26,"updatedAt":1052},"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},[1047,1048,1051],{"name":1031,"slug":1032,"type":15},{"name":1049,"slug":1050,"type":15},"Database","database",{"name":1034,"slug":1035,"type":15},"2026-04-06T18:41:08.513425",600]