[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-ticket-deflector":3,"mdc--9xywsg-key":40,"related-org-anthropic-ticket-deflector":377,"related-repo-anthropic-ticket-deflector":564},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":29,"repoUrl":30,"updatedAt":31,"license":32,"forks":33,"topics":34,"repo":35,"sourceUrl":38,"mdContent":39},"ticket-deflector","deflect and resolve customer support tickets","Reads a forwarded customer email or ticket, pulls order\u002Frefund status from PayPal and account history from HubSpot, drafts a tone-matched reply in the owner's writing voice, and can issue a PayPal refund with explicit owner approval. Use when the user says \"draft a response,\" \"answer this customer,\" \"where's my order,\" or \"I want a refund.\"\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23,26],{"name":14,"slug":15,"type":16},"Customer Support","customer-support","tag",{"name":18,"slug":19,"type":16},"PayPal","paypal",{"name":21,"slug":22,"type":16},"CRM","crm",{"name":24,"slug":25,"type":16},"Email","email",{"name":27,"slug":28,"type":16},"Communications","communications",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-05-14T06:02:49.420519",null,2736,[],{"repoUrl":30,"stars":29,"forks":33,"topics":36,"description":37},[],"Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins\u002Ftree\u002FHEAD\u002Fsmall-business\u002Fskills\u002Fticket-deflector","---\nname: ticket-deflector\ndescription: >\n  Reads a forwarded customer email or ticket, pulls order\u002Frefund status from\n  PayPal and account history from HubSpot, drafts a tone-matched reply in the\n  owner's writing voice, and can issue a PayPal refund with explicit owner\n  approval. Use when the user says \"draft a response,\" \"answer this customer,\"\n  \"where's my order,\" or \"I want a refund.\"\ncompatibility: \"Requires PayPal, HubSpot, Mail. Optional: Intercom, Square.\"\n---\n\n# Ticket Deflector\n\n## Quick start\n\nForward or paste a customer email — Claude pulls order status from PayPal, looks up the customer in HubSpot, and drafts a reply in the owner's voice. If a refund is needed, it stages the details and waits for explicit approval before issuing anything.\n\n```\nUser: \"answer this customer\" [forwards email]\n→ Extract customer email + issue from thread\n→ Pull PayPal transaction status\n→ Pull HubSpot contact history\n→ Draft reply in owner's voice\n→ Owner approves draft → send or stage\n→ If refund needed: approval prompt → owner confirms → issue\n```\n\n## Workflow\n\n1. **Read the customer message.** Accept a forwarded Gmail thread or pasted text. Extract: customer email address, name, order or transaction ID (if present), and the core issue — refund request, order status question, or general complaint. If multiple issues are present, address them in the order they appear.\n\n2. **Pull order status from PayPal.** Search PayPal transactions by customer email or transaction ID. Capture: amount, date, status, and whether a refund has already been issued. If PayPal is not connected, note it in the draft and continue. If no transaction matches, flag it — do not guess at a match.\n   - **PayPal rate limit:** If the customer provided a transaction ID, use it — single-record lookups avoid throttling entirely. If searching by email, use a 7-day window (not 30 days). PayPal's transaction list endpoint throttles aggressively on wide date-range queries; back-to-back tickets in the same session will hit this limit if the window is too broad.\n   - If Intercom is connected, check for open support tickets from this customer.\n   - If Square is connected, check Square transaction history as a secondary source.\n   - If multiple transactions match, surface all of them and ask the owner which one applies before drafting.\n\n3. **Pull customer history from HubSpot.** Search contacts by email address. Pull: lifecycle stage, notes, open deals, and recent activity. If no contact exists, note it and offer to create one after the reply is sent — do not create during the response workflow.\n\n4. **Draft the reply.** Write in the owner's writing voice. Adjust tone to fit the issue type:\n   - Refund request → empathetic, clear, action-oriented\n   - Order status question → factual, reassuring\n   - General complaint → acknowledge, explain, offer resolution\n   Flag any data gaps inline in the draft with a bracketed note (e.g., *[Note: No PayPal transaction found — verify order ID before sending]*) so the owner sees the gap before sending. For a worked example, see [reference\u002Fexamples\u002Frespond-refund-request.md](reference\u002Fexamples\u002Frespond-refund-request.md). For common pitfalls, see [reference\u002Fgotchas.md](reference\u002Fgotchas.md).\n\n5. **Approval gate — owner reviews the draft.** Present the full draft. Do not send or stage it until the owner approves. The owner may edit freely before approving.\n\n6. **Approval gate — refund issuance.** If a refund is warranted, surface a dedicated confirmation prompt after the owner approves the draft:\n\n   > *\"Issue refund of $[amount] to [customer name] ([email]) for transaction [ID]? Reply Y to proceed.\"*\n\n   Wait for explicit confirmation. If the owner's reply is anything other than a clear yes, stop and ask what they'd like to do instead.\n\n7. **Send or stage the reply.** After draft approval, ask the owner: send via Gmail now, or save as a draft? Execute their choice. Then log the interaction as a note on the HubSpot contact timeline.\n\n8. **Report.** One short paragraph: reply sent or staged, refund issued or not, HubSpot note logged.\n\n## Approval gates\n\n- **Never issue a PayPal refund without explicit owner confirmation** — always show amount, customer name, email, and transaction ID before executing.\n- **Never send the reply without owner review.** Always present the full draft first.\n- **Never create a HubSpot contact during the response flow.** Offer it afterward.\n- **Never auto-select a PayPal transaction.** If multiple match, surface them all and let the owner choose.\n- **Never fabricate order details.** If PayPal has no record, say so inline in the draft — do not invent a status.\n\n## Reference\n\n- [reference\u002Fgotchas.md](reference\u002Fgotchas.md) — Good \u002F Bad patterns for tone, PayPal lookup, and ambiguous refund scenarios\n- [reference\u002Fexamples\u002Frespond-refund-request.md](reference\u002Fexamples\u002Frespond-refund-request.md) — worked example: refund request with PayPal transaction found\n",{"data":41,"body":43},{"name":4,"description":6,"compatibility":42},"Requires PayPal, HubSpot, Mail. Optional: Intercom, Square.",{"type":44,"children":45},"root",[46,54,61,67,80,86,291,297,350,356],{"type":47,"tag":48,"props":49,"children":50},"element","h1",{"id":4},[51],{"type":52,"value":53},"text","Ticket Deflector",{"type":47,"tag":55,"props":56,"children":58},"h2",{"id":57},"quick-start",[59],{"type":52,"value":60},"Quick start",{"type":47,"tag":62,"props":63,"children":64},"p",{},[65],{"type":52,"value":66},"Forward or paste a customer email — Claude pulls order status from PayPal, looks up the customer in HubSpot, and drafts a reply in the owner's voice. If a refund is needed, it stages the details and waits for explicit approval before issuing anything.",{"type":47,"tag":68,"props":69,"children":73},"pre",{"className":70,"code":72,"language":52},[71],"language-text","User: \"answer this customer\" [forwards email]\n→ Extract customer email + issue from thread\n→ Pull PayPal transaction status\n→ Pull HubSpot contact history\n→ Draft reply in owner's voice\n→ Owner approves draft → send or stage\n→ If refund needed: approval prompt → owner confirms → issue\n",[74],{"type":47,"tag":75,"props":76,"children":78},"code",{"__ignoreMap":77},"",[79],{"type":52,"value":72},{"type":47,"tag":55,"props":81,"children":83},{"id":82},"workflow",[84],{"type":52,"value":85},"Workflow",{"type":47,"tag":87,"props":88,"children":89},"ol",{},[90,102,141,151,206,216,271,281],{"type":47,"tag":91,"props":92,"children":93},"li",{},[94,100],{"type":47,"tag":95,"props":96,"children":97},"strong",{},[98],{"type":52,"value":99},"Read the customer message.",{"type":52,"value":101}," Accept a forwarded Gmail thread or pasted text. Extract: customer email address, name, order or transaction ID (if present), and the core issue — refund request, order status question, or general complaint. If multiple issues are present, address them in the order they appear.",{"type":47,"tag":91,"props":103,"children":104},{},[105,110,112],{"type":47,"tag":95,"props":106,"children":107},{},[108],{"type":52,"value":109},"Pull order status from PayPal.",{"type":52,"value":111}," Search PayPal transactions by customer email or transaction ID. Capture: amount, date, status, and whether a refund has already been issued. If PayPal is not connected, note it in the draft and continue. If no transaction matches, flag it — do not guess at a match.",{"type":47,"tag":113,"props":114,"children":115},"ul",{},[116,126,131,136],{"type":47,"tag":91,"props":117,"children":118},{},[119,124],{"type":47,"tag":95,"props":120,"children":121},{},[122],{"type":52,"value":123},"PayPal rate limit:",{"type":52,"value":125}," If the customer provided a transaction ID, use it — single-record lookups avoid throttling entirely. If searching by email, use a 7-day window (not 30 days). PayPal's transaction list endpoint throttles aggressively on wide date-range queries; back-to-back tickets in the same session will hit this limit if the window is too broad.",{"type":47,"tag":91,"props":127,"children":128},{},[129],{"type":52,"value":130},"If Intercom is connected, check for open support tickets from this customer.",{"type":47,"tag":91,"props":132,"children":133},{},[134],{"type":52,"value":135},"If Square is connected, check Square transaction history as a secondary source.",{"type":47,"tag":91,"props":137,"children":138},{},[139],{"type":52,"value":140},"If multiple transactions match, surface all of them and ask the owner which one applies before drafting.",{"type":47,"tag":91,"props":142,"children":143},{},[144,149],{"type":47,"tag":95,"props":145,"children":146},{},[147],{"type":52,"value":148},"Pull customer history from HubSpot.",{"type":52,"value":150}," Search contacts by email address. Pull: lifecycle stage, notes, open deals, and recent activity. If no contact exists, note it and offer to create one after the reply is sent — do not create during the response workflow.",{"type":47,"tag":91,"props":152,"children":153},{},[154,159,161],{"type":47,"tag":95,"props":155,"children":156},{},[157],{"type":52,"value":158},"Draft the reply.",{"type":52,"value":160}," Write in the owner's writing voice. Adjust tone to fit the issue type:",{"type":47,"tag":113,"props":162,"children":163},{},[164,169,174],{"type":47,"tag":91,"props":165,"children":166},{},[167],{"type":52,"value":168},"Refund request → empathetic, clear, action-oriented",{"type":47,"tag":91,"props":170,"children":171},{},[172],{"type":52,"value":173},"Order status question → factual, reassuring",{"type":47,"tag":91,"props":175,"children":176},{},[177,179,189,191,197,199,204],{"type":52,"value":178},"General complaint → acknowledge, explain, offer resolution\nFlag any data gaps inline in the draft with a bracketed note (e.g., ",{"type":47,"tag":180,"props":181,"children":182},"em",{},[183],{"type":47,"tag":184,"props":185,"children":186},"span",{},[187],{"type":52,"value":188},"Note: No PayPal transaction found — verify order ID before sending",{"type":52,"value":190},") so the owner sees the gap before sending. For a worked example, see ",{"type":47,"tag":192,"props":193,"children":195},"a",{"href":194},"reference\u002Fexamples\u002Frespond-refund-request.md",[196],{"type":52,"value":194},{"type":52,"value":198},". For common pitfalls, see ",{"type":47,"tag":192,"props":200,"children":202},{"href":201},"reference\u002Fgotchas.md",[203],{"type":52,"value":201},{"type":52,"value":205},".",{"type":47,"tag":91,"props":207,"children":208},{},[209,214],{"type":47,"tag":95,"props":210,"children":211},{},[212],{"type":52,"value":213},"Approval gate — owner reviews the draft.",{"type":52,"value":215}," Present the full draft. Do not send or stage it until the owner approves. The owner may edit freely before approving.",{"type":47,"tag":91,"props":217,"children":218},{},[219,224,226,265,269],{"type":47,"tag":95,"props":220,"children":221},{},[222],{"type":52,"value":223},"Approval gate — refund issuance.",{"type":52,"value":225}," If a refund is warranted, surface a dedicated confirmation prompt after the owner approves the draft:",{"type":47,"tag":227,"props":228,"children":229},"blockquote",{},[230],{"type":47,"tag":62,"props":231,"children":232},{},[233],{"type":47,"tag":180,"props":234,"children":235},{},[236,238,243,245,250,252,256,258,263],{"type":52,"value":237},"\"Issue refund of $",{"type":47,"tag":184,"props":239,"children":240},{},[241],{"type":52,"value":242},"amount",{"type":52,"value":244}," to ",{"type":47,"tag":184,"props":246,"children":247},{},[248],{"type":52,"value":249},"customer name",{"type":52,"value":251}," (",{"type":47,"tag":184,"props":253,"children":254},{},[255],{"type":52,"value":25},{"type":52,"value":257},") for transaction ",{"type":47,"tag":184,"props":259,"children":260},{},[261],{"type":52,"value":262},"ID",{"type":52,"value":264},"? Reply Y to proceed.\"",{"type":47,"tag":266,"props":267,"children":268},"br",{},[],{"type":52,"value":270},"Wait for explicit confirmation. If the owner's reply is anything other than a clear yes, stop and ask what they'd like to do instead.",{"type":47,"tag":91,"props":272,"children":273},{},[274,279],{"type":47,"tag":95,"props":275,"children":276},{},[277],{"type":52,"value":278},"Send or stage the reply.",{"type":52,"value":280}," After draft approval, ask the owner: send via Gmail now, or save as a draft? Execute their choice. Then log the interaction as a note on the HubSpot contact timeline.",{"type":47,"tag":91,"props":282,"children":283},{},[284,289],{"type":47,"tag":95,"props":285,"children":286},{},[287],{"type":52,"value":288},"Report.",{"type":52,"value":290}," One short paragraph: reply sent or staged, refund issued or not, HubSpot note logged.",{"type":47,"tag":55,"props":292,"children":294},{"id":293},"approval-gates",[295],{"type":52,"value":296},"Approval gates",{"type":47,"tag":113,"props":298,"children":299},{},[300,310,320,330,340],{"type":47,"tag":91,"props":301,"children":302},{},[303,308],{"type":47,"tag":95,"props":304,"children":305},{},[306],{"type":52,"value":307},"Never issue a PayPal refund without explicit owner confirmation",{"type":52,"value":309}," — always show amount, customer name, email, and transaction ID before executing.",{"type":47,"tag":91,"props":311,"children":312},{},[313,318],{"type":47,"tag":95,"props":314,"children":315},{},[316],{"type":52,"value":317},"Never send the reply without owner review.",{"type":52,"value":319}," Always present the full draft first.",{"type":47,"tag":91,"props":321,"children":322},{},[323,328],{"type":47,"tag":95,"props":324,"children":325},{},[326],{"type":52,"value":327},"Never create a HubSpot contact during the response flow.",{"type":52,"value":329}," Offer it afterward.",{"type":47,"tag":91,"props":331,"children":332},{},[333,338],{"type":47,"tag":95,"props":334,"children":335},{},[336],{"type":52,"value":337},"Never auto-select a PayPal transaction.",{"type":52,"value":339}," If multiple match, surface them all and let the owner choose.",{"type":47,"tag":91,"props":341,"children":342},{},[343,348],{"type":47,"tag":95,"props":344,"children":345},{},[346],{"type":52,"value":347},"Never fabricate order details.",{"type":52,"value":349}," If PayPal has no record, say so inline in the draft — do not invent a status.",{"type":47,"tag":55,"props":351,"children":353},{"id":352},"reference",[354],{"type":52,"value":355},"Reference",{"type":47,"tag":113,"props":357,"children":358},{},[359,368],{"type":47,"tag":91,"props":360,"children":361},{},[362,366],{"type":47,"tag":192,"props":363,"children":364},{"href":201},[365],{"type":52,"value":201},{"type":52,"value":367}," — Good \u002F Bad patterns for tone, PayPal lookup, and ambiguous refund scenarios",{"type":47,"tag":91,"props":369,"children":370},{},[371,375],{"type":47,"tag":192,"props":372,"children":373},{"href":194},[374],{"type":52,"value":194},{"type":52,"value":376}," — worked example: refund request with PayPal transaction found",{"items":378,"total":563},[379,400,414,426,445,458,479,499,511,526,534,547],{"slug":380,"name":380,"fn":381,"description":382,"org":383,"tags":384,"stars":397,"repoUrl":398,"updatedAt":399},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[385,388,391,394],{"name":386,"slug":387,"type":16},"Creative","creative",{"name":389,"slug":390,"type":16},"Design","design",{"name":392,"slug":393,"type":16},"Generative Art","generative-art",{"name":395,"slug":396,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":401,"name":401,"fn":402,"description":403,"org":404,"tags":405,"stars":397,"repoUrl":398,"updatedAt":413},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[406,409,410],{"name":407,"slug":408,"type":16},"Branding","branding",{"name":389,"slug":390,"type":16},{"name":411,"slug":412,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":415,"name":415,"fn":416,"description":417,"org":418,"tags":419,"stars":397,"repoUrl":398,"updatedAt":425},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[420,421,422],{"name":386,"slug":387,"type":16},{"name":389,"slug":390,"type":16},{"name":423,"slug":424,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":427,"name":427,"fn":428,"description":429,"org":430,"tags":431,"stars":397,"repoUrl":398,"updatedAt":444},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[432,435,436,439,441],{"name":433,"slug":434,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":437,"slug":438,"type":16},"Anthropic SDK","anthropic-sdk",{"name":440,"slug":427,"type":16},"Claude API",{"name":442,"slug":443,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":446,"name":446,"fn":447,"description":448,"org":449,"tags":450,"stars":397,"repoUrl":398,"updatedAt":457},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[451,454],{"name":452,"slug":453,"type":16},"Documentation","documentation",{"name":455,"slug":456,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":459,"name":459,"fn":460,"description":461,"org":462,"tags":463,"stars":397,"repoUrl":398,"updatedAt":478},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[464,467,469,472,475],{"name":465,"slug":466,"type":16},"Documents","documents",{"name":468,"slug":459,"type":16},"DOCX",{"name":470,"slug":471,"type":16},"Office","office",{"name":473,"slug":474,"type":16},"Templates","templates",{"name":476,"slug":477,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":480,"name":480,"fn":481,"description":482,"org":483,"tags":484,"stars":397,"repoUrl":398,"updatedAt":498},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[485,486,489,492,495],{"name":389,"slug":390,"type":16},{"name":487,"slug":488,"type":16},"Frontend","frontend",{"name":490,"slug":491,"type":16},"React","react",{"name":493,"slug":494,"type":16},"Tailwind CSS","tailwind-css",{"name":496,"slug":497,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":500,"name":500,"fn":501,"description":502,"org":503,"tags":504,"stars":397,"repoUrl":398,"updatedAt":510},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[505,506,507],{"name":27,"slug":28,"type":16},{"name":473,"slug":474,"type":16},{"name":508,"slug":509,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":512,"name":512,"fn":513,"description":514,"org":515,"tags":516,"stars":397,"repoUrl":398,"updatedAt":525},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[517,518,521,522],{"name":433,"slug":434,"type":16},{"name":519,"slug":520,"type":16},"API Development","api-development",{"name":442,"slug":443,"type":16},{"name":523,"slug":524,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":424,"name":424,"fn":527,"description":528,"org":529,"tags":530,"stars":397,"repoUrl":398,"updatedAt":533},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[531,532],{"name":465,"slug":466,"type":16},{"name":423,"slug":424,"type":16},"2026-04-06T17:56:02.483316",{"slug":535,"name":535,"fn":536,"description":537,"org":538,"tags":539,"stars":397,"repoUrl":398,"updatedAt":546},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[540,543],{"name":541,"slug":542,"type":16},"PowerPoint","powerpoint",{"name":544,"slug":545,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":548,"name":548,"fn":549,"description":550,"org":551,"tags":552,"stars":397,"repoUrl":398,"updatedAt":562},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[553,554,555,558,561],{"name":433,"slug":434,"type":16},{"name":452,"slug":453,"type":16},{"name":556,"slug":557,"type":16},"Evals","evals",{"name":559,"slug":560,"type":16},"Performance","performance",{"name":455,"slug":456,"type":16},"2026-04-19T06:45:40.804",490,{"items":565,"total":670},[566,580,594,610,626,645,657],{"slug":567,"name":567,"fn":568,"description":569,"org":570,"tags":571,"stars":29,"repoUrl":30,"updatedAt":579},"accessibility-review","run WCAG accessibility audits","Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with \"audit accessibility\", \"check a11y\", \"is this accessible?\", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[572,575,576],{"name":573,"slug":574,"type":16},"Accessibility","accessibility",{"name":389,"slug":390,"type":16},{"name":577,"slug":578,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":581,"name":581,"fn":582,"description":583,"org":584,"tags":585,"stars":29,"repoUrl":30,"updatedAt":593},"account-research","research accounts for sales intel","Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with \"research [company]\", \"look up [person]\", \"intel on [prospect]\", \"who is [name] at [company]\", or \"tell me about [company]\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[586,587,590],{"name":21,"slug":22,"type":16},{"name":588,"slug":589,"type":16},"Research","research",{"name":591,"slug":592,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":595,"name":595,"fn":596,"description":597,"org":598,"tags":599,"stars":29,"repoUrl":30,"updatedAt":609},"analyze","answer data questions and run analyses","Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[600,603,606],{"name":601,"slug":602,"type":16},"Analytics","analytics",{"name":604,"slug":605,"type":16},"Data Analysis","data-analysis",{"name":607,"slug":608,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":611,"name":611,"fn":612,"description":613,"org":614,"tags":615,"stars":29,"repoUrl":30,"updatedAt":625},"architecture","create and evaluate architecture decision records","Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[616,619,621,622],{"name":617,"slug":618,"type":16},"ADR","adr",{"name":620,"slug":611,"type":16},"Architecture",{"name":452,"slug":453,"type":16},{"name":623,"slug":624,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":627,"name":627,"fn":628,"description":629,"org":630,"tags":631,"stars":29,"repoUrl":30,"updatedAt":644},"audit-support","support SOX 404 control testing","Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[632,635,638,641],{"name":633,"slug":634,"type":16},"Audit","audit",{"name":636,"slug":637,"type":16},"Finance","finance",{"name":639,"slug":640,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":642,"slug":643,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":646,"name":646,"fn":647,"description":648,"org":649,"tags":650,"stars":29,"repoUrl":30,"updatedAt":656},"brand-review","review content against brand voice","Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before\u002Fafter fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[651,652,655],{"name":407,"slug":408,"type":16},{"name":653,"slug":654,"type":16},"Marketing","marketing",{"name":508,"slug":509,"type":16},"2026-04-06T17:58:19.548331",{"slug":658,"name":658,"fn":659,"description":660,"org":661,"tags":662,"stars":29,"repoUrl":30,"updatedAt":669},"brand-voice-enforcement","enforce brand voice in content","This skill applies brand guidelines to content creation. It should be used when the user asks to \"write an email\", \"draft a proposal\", \"create a pitch deck\", \"write a LinkedIn post\", \"draft a presentation\", \"write a Slack message\", \"draft sales content\", or any content creation request where brand voice should be applied. Also triggers on \"on-brand\", \"brand voice\", \"enforce voice\", \"apply brand guidelines\", \"brand-aligned content\", \"write in our voice\", \"use our brand tone\", \"make this sound like us\", \"rewrite this in our tone\", or \"this doesn't sound on-brand\". Not for generating guidelines from scratch (use guideline-generation) or discovering brand materials (use discover-brand).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[663,664,665,668],{"name":407,"slug":408,"type":16},{"name":27,"slug":28,"type":16},{"name":666,"slug":667,"type":16},"Content Creation","content-creation",{"name":508,"slug":509,"type":16},"2026-04-06T18:00:23.528956",200]