[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-ticket-triage":3,"mdc--rkx684-key":31,"related-repo-anthropic-ticket-triage":1266,"related-org-anthropic-ticket-triage":1384},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":20,"repoUrl":21,"updatedAt":22,"license":23,"forks":24,"topics":25,"repo":26,"sourceUrl":29,"mdContent":30},"ticket-triage","triage and prioritize support tickets","Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.",{"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],{"name":14,"slug":15,"type":16},"Customer Support","customer-support","tag",{"name":18,"slug":19,"type":16},"Triage","triage",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-06T17:58:55.01824",null,2736,[],{"repoUrl":21,"stars":20,"forks":24,"topics":27,"description":28},[],"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\u002Fcustomer-support\u002Fskills\u002Fticket-triage","---\nname: ticket-triage\ndescription: Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.\nargument-hint: \"\u003Cticket or issue description>\"\n---\n\n# \u002Fticket-triage\n\n> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](..\u002F..\u002FCONNECTORS.md).\n\nCategorize, prioritize, and route an incoming support ticket or customer issue. Produces a structured triage assessment with a suggested initial response.\n\n## Usage\n\n```\n\u002Fticket-triage \u003Cticket text, customer message, or issue description>\n```\n\nExamples:\n- `\u002Fticket-triage Customer says their dashboard has been showing a blank page since this morning`\n- `\u002Fticket-triage \"I was charged twice for my subscription this month\"`\n- `\u002Fticket-triage User can't connect their SSO — getting a 403 error on the callback URL`\n- `\u002Fticket-triage Feature request: they want to export reports as PDF`\n\n## Workflow\n\n### 1. Parse the Issue\n\nRead the input and extract:\n\n- **Core problem**: What is the customer actually experiencing?\n- **Symptoms**: What specific behavior or error are they seeing?\n- **Customer context**: Who is this? Any account details, plan level, or history available?\n- **Urgency signals**: Are they blocked? Is this production? How many users affected?\n- **Emotional state**: Frustrated, confused, matter-of-fact, escalating?\n\n### 2. Categorize and Prioritize\n\nUsing the category taxonomy and priority framework below:\n\n- Assign a **primary category** (bug, how-to, feature request, billing, account, integration, security, data, performance) and an optional secondary category\n- Assign a **priority** (P1–P4) based on impact and urgency\n- Identify the **product area** the issue maps to\n\n### 3. Check for Duplicates and Known Issues\n\nBefore routing, check available sources:\n\n- **~~support platform**: Search for similar open or recently resolved tickets\n- **~~knowledge base**: Check for known issues or existing documentation\n- **~~project tracker**: Check if there's an existing bug report or feature request\n\nApply the duplicate detection process below.\n\n### 4. Determine Routing\n\nUsing the routing rules below, recommend which team or queue should handle this based on category and complexity.\n\n### 5. Generate Triage Output\n\n```\n## Triage: [One-line issue summary]\n\n**Category:** [Primary] \u002F [Secondary if applicable]\n**Priority:** [P1-P4] — [Brief justification]\n**Product area:** [Area\u002Fteam]\n\n### Issue Summary\n[2-3 sentence summary of what the customer is experiencing]\n\n### Key Details\n- **Customer:** [Name\u002Faccount if known]\n- **Impact:** [Who and what is affected]\n- **Workaround:** [Available \u002F Not available \u002F Unknown]\n- **Related tickets:** [Links to similar issues if found]\n- **Known issue:** [Yes — link \u002F No \u002F Checking]\n\n### Routing Recommendation\n**Route to:** [Team or queue]\n**Why:** [Brief reasoning]\n\n### Suggested Initial Response\n[Draft first response to the customer — acknowledge the issue,\nset expectations, provide workaround if available.\nUse the auto-response templates below as a starting point.]\n\n### Internal Notes\n- [Any additional context for the agent picking this up]\n- [Reproduction hints if it's a bug]\n- [Escalation triggers to watch for]\n```\n\n### 6. Offer Next Steps\n\nAfter presenting the triage:\n- \"Want me to draft a full response to the customer?\"\n- \"Should I search for more context on this issue?\"\n- \"Want me to check if this is a known bug in the tracker?\"\n- \"Should I escalate this? I can package it with \u002Fcustomer-escalation.\"\n\n---\n\n## Category Taxonomy\n\nAssign every ticket a **primary category** and optionally a **secondary category**:\n\n| Category | Description | Signal Words |\n|----------|-------------|-------------|\n| **Bug** | Product is behaving incorrectly or unexpectedly | Error, broken, crash, not working, unexpected, wrong, failing |\n| **How-to** | Customer needs guidance on using the product | How do I, can I, where is, setting up, configure, help with |\n| **Feature request** | Customer wants a capability that doesn't exist | Would be great if, wish I could, any plans to, requesting |\n| **Billing** | Payment, subscription, invoice, or pricing issues | Charge, invoice, payment, subscription, refund, upgrade, downgrade |\n| **Account** | Account access, permissions, settings, or user management | Login, password, access, permission, SSO, locked out, can't sign in |\n| **Integration** | Issues connecting to third-party tools or APIs | API, webhook, integration, connect, OAuth, sync, third-party |\n| **Security** | Security concerns, data access, or compliance questions | Data breach, unauthorized, compliance, GDPR, SOC 2, vulnerability |\n| **Data** | Data quality, migration, import\u002Fexport issues | Missing data, export, import, migration, incorrect data, duplicates |\n| **Performance** | Speed, reliability, or availability issues | Slow, timeout, latency, down, unavailable, degraded |\n\n### Category Determination Tips\n\n- If the customer reports **both** a bug and a feature request, the bug is primary\n- If they can't log in due to a bug, category is **Bug** (not Account) — root cause drives the category\n- \"It used to work and now it doesn't\" = **Bug**\n- \"I want it to work differently\" = **Feature request**\n- \"How do I make it work?\" = **How-to**\n- When in doubt, lean toward **Bug** — it's better to investigate than dismiss\n\n## Priority Framework\n\n### P1 — Critical\n**Criteria:** Production system down, data loss or corruption, security breach, all or most users affected.\n\n- The customer cannot use the product at all\n- Data is being lost, corrupted, or exposed\n- A security incident is in progress\n- The issue is worsening or expanding in scope\n\n**SLA expectation:** Respond within 1 hour. Continuous work until resolved or mitigated. Updates every 1-2 hours.\n\n### P2 — High\n**Criteria:** Major feature broken, significant workflow blocked, many users affected, no workaround.\n\n- A core workflow is broken but the product is partially usable\n- Multiple users are affected or a key account is impacted\n- The issue is blocking time-sensitive work\n- No reasonable workaround exists\n\n**SLA expectation:** Respond within 4 hours. Active investigation same day. Updates every 4 hours.\n\n### P3 — Medium\n**Criteria:** Feature partially broken, workaround available, single user or small team affected.\n\n- A feature isn't working correctly but a workaround exists\n- The issue is inconvenient but not blocking critical work\n- A single user or small team is affected\n- The customer is not escalating urgently\n\n**SLA expectation:** Respond within 1 business day. Resolution or update within 3 business days.\n\n### P4 — Low\n**Criteria:** Minor inconvenience, cosmetic issue, general question, feature request.\n\n- Cosmetic or UI issues that don't affect functionality\n- Feature requests and enhancement ideas\n- General questions or how-to inquiries\n- Issues with simple, documented solutions\n\n**SLA expectation:** Respond within 2 business days. Resolution at normal pace.\n\n### Priority Escalation Triggers\n\nAutomatically bump priority up when:\n- Customer has been waiting longer than the SLA allows\n- Multiple customers report the same issue (pattern detected)\n- The customer explicitly escalates or mentions executive involvement\n- A workaround that was in place stops working\n- The issue expands in scope (more users, more data, new symptoms)\n\n## Routing Rules\n\nRoute tickets based on category and complexity:\n\n| Route to | When |\n|----------|------|\n| **Tier 1 (frontline support)** | How-to questions, known issues with documented solutions, billing inquiries, password resets |\n| **Tier 2 (senior support)** | Bugs requiring investigation, complex configuration, integration troubleshooting, account issues |\n| **Engineering** | Confirmed bugs needing code fixes, infrastructure issues, performance degradation |\n| **Product** | Feature requests with significant demand, design decisions, workflow gaps |\n| **Security** | Data access concerns, vulnerability reports, compliance questions |\n| **Billing\u002FFinance** | Refund requests, contract disputes, complex billing adjustments |\n\n## Duplicate Detection\n\nBefore creating a new ticket or routing, check for duplicates:\n\n1. **Search by symptom**: Look for tickets with similar error messages or descriptions\n2. **Search by customer**: Check if this customer has an open ticket for the same issue\n3. **Search by product area**: Look for recent tickets in the same feature area\n4. **Check known issues**: Compare against documented known issues\n\n**If a duplicate is found:**\n- Link the new ticket to the existing one\n- Notify the customer that this is a known issue being tracked\n- Add any new information from the new report to the existing ticket\n- Bump priority if the new report adds urgency (more customers affected, etc.)\n\n## Auto-Response Templates by Category\n\n### Bug — Initial Response\n```\nThank you for reporting this. I can see how [specific impact]\nwould be disruptive for your work.\n\nI've logged this as a [priority] issue and our team is\ninvestigating. [If workaround exists: \"In the meantime, you\ncan [workaround].\"]\n\nI'll update you within [SLA timeframe] with what we find.\n```\n\n### How-to — Initial Response\n```\nGreat question! [Direct answer or link to documentation]\n\n[If more complex: \"Let me walk you through the steps:\"]\n[Steps or guidance]\n\nLet me know if that helps, or if you have any follow-up\nquestions.\n```\n\n### Feature Request — Initial Response\n```\nThank you for this suggestion — I can see why [capability]\nwould be valuable for your workflow.\n\nI've documented this and shared it with our product team.\nWhile I can't commit to a specific timeline, your feedback\ndirectly informs our roadmap priorities.\n\n[If alternative exists: \"In the meantime, you might find\n[alternative] helpful for achieving something similar.\"]\n```\n\n### Billing — Initial Response\n```\nI understand billing issues need prompt attention. Let me\nlook into this for you.\n\n[If straightforward: resolution details]\n[If complex: \"I'm reviewing your account now and will have\nan answer for you within [timeframe].\"]\n```\n\n### Security — Initial Response\n```\nThank you for flagging this — we take security concerns\nseriously and are reviewing this immediately.\n\nI've escalated this to our security team for investigation.\nWe'll follow up with you within [timeframe] with our findings.\n\n[If action is needed: \"In the meantime, we recommend\n[protective action].\"]\n```\n\n## Triage Best Practices\n\n1. Read the full ticket before categorizing — context in later messages often changes the assessment\n2. Categorize by **root cause**, not just the symptom described\n3. When in doubt on priority, err on the side of higher — it's easier to de-escalate than to recover from a missed SLA\n4. Always check for duplicates and known issues before routing\n5. Write internal notes that help the next person pick up context quickly\n6. Include what you've already checked or ruled out to avoid duplicate investigation\n7. Flag patterns — if you're seeing the same issue repeatedly, escalate the pattern even if individual tickets are low priority\n",{"data":32,"body":34},{"name":4,"description":6,"argument-hint":33},"\u003Cticket or issue description>",{"type":35,"children":36},"root",[37,45,64,69,76,89,94,135,141,148,153,207,213,218,256,262,267,300,305,311,316,322,331,337,342,365,369,375,393,615,621,685,691,697,707,730,740,746,755,778,787,793,802,825,834,840,849,872,881,887,892,920,926,931,1048,1054,1059,1103,1111,1134,1140,1146,1155,1161,1170,1176,1185,1191,1200,1206,1215,1221],{"type":38,"tag":39,"props":40,"children":41},"element","h1",{"id":4},[42],{"type":43,"value":44},"text","\u002Fticket-triage",{"type":38,"tag":46,"props":47,"children":48},"blockquote",{},[49],{"type":38,"tag":50,"props":51,"children":52},"p",{},[53,55,62],{"type":43,"value":54},"If you see unfamiliar placeholders or need to check which tools are connected, see ",{"type":38,"tag":56,"props":57,"children":59},"a",{"href":58},"..\u002F..\u002FCONNECTORS.md",[60],{"type":43,"value":61},"CONNECTORS.md",{"type":43,"value":63},".",{"type":38,"tag":50,"props":65,"children":66},{},[67],{"type":43,"value":68},"Categorize, prioritize, and route an incoming support ticket or customer issue. Produces a structured triage assessment with a suggested initial response.",{"type":38,"tag":70,"props":71,"children":73},"h2",{"id":72},"usage",[74],{"type":43,"value":75},"Usage",{"type":38,"tag":77,"props":78,"children":82},"pre",{"className":79,"code":81,"language":43},[80],"language-text","\u002Fticket-triage \u003Cticket text, customer message, or issue description>\n",[83],{"type":38,"tag":84,"props":85,"children":87},"code",{"__ignoreMap":86},"",[88],{"type":43,"value":81},{"type":38,"tag":50,"props":90,"children":91},{},[92],{"type":43,"value":93},"Examples:",{"type":38,"tag":95,"props":96,"children":97},"ul",{},[98,108,117,126],{"type":38,"tag":99,"props":100,"children":101},"li",{},[102],{"type":38,"tag":84,"props":103,"children":105},{"className":104},[],[106],{"type":43,"value":107},"\u002Fticket-triage Customer says their dashboard has been showing a blank page since this morning",{"type":38,"tag":99,"props":109,"children":110},{},[111],{"type":38,"tag":84,"props":112,"children":114},{"className":113},[],[115],{"type":43,"value":116},"\u002Fticket-triage \"I was charged twice for my subscription this month\"",{"type":38,"tag":99,"props":118,"children":119},{},[120],{"type":38,"tag":84,"props":121,"children":123},{"className":122},[],[124],{"type":43,"value":125},"\u002Fticket-triage User can't connect their SSO — getting a 403 error on the callback URL",{"type":38,"tag":99,"props":127,"children":128},{},[129],{"type":38,"tag":84,"props":130,"children":132},{"className":131},[],[133],{"type":43,"value":134},"\u002Fticket-triage Feature request: they want to export reports as PDF",{"type":38,"tag":70,"props":136,"children":138},{"id":137},"workflow",[139],{"type":43,"value":140},"Workflow",{"type":38,"tag":142,"props":143,"children":145},"h3",{"id":144},"_1-parse-the-issue",[146],{"type":43,"value":147},"1. Parse the Issue",{"type":38,"tag":50,"props":149,"children":150},{},[151],{"type":43,"value":152},"Read the input and extract:",{"type":38,"tag":95,"props":154,"children":155},{},[156,167,177,187,197],{"type":38,"tag":99,"props":157,"children":158},{},[159,165],{"type":38,"tag":160,"props":161,"children":162},"strong",{},[163],{"type":43,"value":164},"Core problem",{"type":43,"value":166},": What is the customer actually experiencing?",{"type":38,"tag":99,"props":168,"children":169},{},[170,175],{"type":38,"tag":160,"props":171,"children":172},{},[173],{"type":43,"value":174},"Symptoms",{"type":43,"value":176},": What specific behavior or error are they seeing?",{"type":38,"tag":99,"props":178,"children":179},{},[180,185],{"type":38,"tag":160,"props":181,"children":182},{},[183],{"type":43,"value":184},"Customer context",{"type":43,"value":186},": Who is this? Any account details, plan level, or history available?",{"type":38,"tag":99,"props":188,"children":189},{},[190,195],{"type":38,"tag":160,"props":191,"children":192},{},[193],{"type":43,"value":194},"Urgency signals",{"type":43,"value":196},": Are they blocked? Is this production? How many users affected?",{"type":38,"tag":99,"props":198,"children":199},{},[200,205],{"type":38,"tag":160,"props":201,"children":202},{},[203],{"type":43,"value":204},"Emotional state",{"type":43,"value":206},": Frustrated, confused, matter-of-fact, escalating?",{"type":38,"tag":142,"props":208,"children":210},{"id":209},"_2-categorize-and-prioritize",[211],{"type":43,"value":212},"2. Categorize and Prioritize",{"type":38,"tag":50,"props":214,"children":215},{},[216],{"type":43,"value":217},"Using the category taxonomy and priority framework below:",{"type":38,"tag":95,"props":219,"children":220},{},[221,233,244],{"type":38,"tag":99,"props":222,"children":223},{},[224,226,231],{"type":43,"value":225},"Assign a ",{"type":38,"tag":160,"props":227,"children":228},{},[229],{"type":43,"value":230},"primary category",{"type":43,"value":232}," (bug, how-to, feature request, billing, account, integration, security, data, performance) and an optional secondary category",{"type":38,"tag":99,"props":234,"children":235},{},[236,237,242],{"type":43,"value":225},{"type":38,"tag":160,"props":238,"children":239},{},[240],{"type":43,"value":241},"priority",{"type":43,"value":243}," (P1–P4) based on impact and urgency",{"type":38,"tag":99,"props":245,"children":246},{},[247,249,254],{"type":43,"value":248},"Identify the ",{"type":38,"tag":160,"props":250,"children":251},{},[252],{"type":43,"value":253},"product area",{"type":43,"value":255}," the issue maps to",{"type":38,"tag":142,"props":257,"children":259},{"id":258},"_3-check-for-duplicates-and-known-issues",[260],{"type":43,"value":261},"3. Check for Duplicates and Known Issues",{"type":38,"tag":50,"props":263,"children":264},{},[265],{"type":43,"value":266},"Before routing, check available sources:",{"type":38,"tag":95,"props":268,"children":269},{},[270,280,290],{"type":38,"tag":99,"props":271,"children":272},{},[273,278],{"type":38,"tag":160,"props":274,"children":275},{},[276],{"type":43,"value":277},"~~support platform",{"type":43,"value":279},": Search for similar open or recently resolved tickets",{"type":38,"tag":99,"props":281,"children":282},{},[283,288],{"type":38,"tag":160,"props":284,"children":285},{},[286],{"type":43,"value":287},"~~knowledge base",{"type":43,"value":289},": Check for known issues or existing documentation",{"type":38,"tag":99,"props":291,"children":292},{},[293,298],{"type":38,"tag":160,"props":294,"children":295},{},[296],{"type":43,"value":297},"~~project tracker",{"type":43,"value":299},": Check if there's an existing bug report or feature request",{"type":38,"tag":50,"props":301,"children":302},{},[303],{"type":43,"value":304},"Apply the duplicate detection process below.",{"type":38,"tag":142,"props":306,"children":308},{"id":307},"_4-determine-routing",[309],{"type":43,"value":310},"4. Determine Routing",{"type":38,"tag":50,"props":312,"children":313},{},[314],{"type":43,"value":315},"Using the routing rules below, recommend which team or queue should handle this based on category and complexity.",{"type":38,"tag":142,"props":317,"children":319},{"id":318},"_5-generate-triage-output",[320],{"type":43,"value":321},"5. Generate Triage Output",{"type":38,"tag":77,"props":323,"children":326},{"className":324,"code":325,"language":43},[80],"## Triage: [One-line issue summary]\n\n**Category:** [Primary] \u002F [Secondary if applicable]\n**Priority:** [P1-P4] — [Brief justification]\n**Product area:** [Area\u002Fteam]\n\n### Issue Summary\n[2-3 sentence summary of what the customer is experiencing]\n\n### Key Details\n- **Customer:** [Name\u002Faccount if known]\n- **Impact:** [Who and what is affected]\n- **Workaround:** [Available \u002F Not available \u002F Unknown]\n- **Related tickets:** [Links to similar issues if found]\n- **Known issue:** [Yes — link \u002F No \u002F Checking]\n\n### Routing Recommendation\n**Route to:** [Team or queue]\n**Why:** [Brief reasoning]\n\n### Suggested Initial Response\n[Draft first response to the customer — acknowledge the issue,\nset expectations, provide workaround if available.\nUse the auto-response templates below as a starting point.]\n\n### Internal Notes\n- [Any additional context for the agent picking this up]\n- [Reproduction hints if it's a bug]\n- [Escalation triggers to watch for]\n",[327],{"type":38,"tag":84,"props":328,"children":329},{"__ignoreMap":86},[330],{"type":43,"value":325},{"type":38,"tag":142,"props":332,"children":334},{"id":333},"_6-offer-next-steps",[335],{"type":43,"value":336},"6. Offer Next Steps",{"type":38,"tag":50,"props":338,"children":339},{},[340],{"type":43,"value":341},"After presenting the triage:",{"type":38,"tag":95,"props":343,"children":344},{},[345,350,355,360],{"type":38,"tag":99,"props":346,"children":347},{},[348],{"type":43,"value":349},"\"Want me to draft a full response to the customer?\"",{"type":38,"tag":99,"props":351,"children":352},{},[353],{"type":43,"value":354},"\"Should I search for more context on this issue?\"",{"type":38,"tag":99,"props":356,"children":357},{},[358],{"type":43,"value":359},"\"Want me to check if this is a known bug in the tracker?\"",{"type":38,"tag":99,"props":361,"children":362},{},[363],{"type":43,"value":364},"\"Should I escalate this? I can package it with \u002Fcustomer-escalation.\"",{"type":38,"tag":366,"props":367,"children":368},"hr",{},[],{"type":38,"tag":70,"props":370,"children":372},{"id":371},"category-taxonomy",[373],{"type":43,"value":374},"Category Taxonomy",{"type":38,"tag":50,"props":376,"children":377},{},[378,380,384,386,391],{"type":43,"value":379},"Assign every ticket a ",{"type":38,"tag":160,"props":381,"children":382},{},[383],{"type":43,"value":230},{"type":43,"value":385}," and optionally a ",{"type":38,"tag":160,"props":387,"children":388},{},[389],{"type":43,"value":390},"secondary category",{"type":43,"value":392},":",{"type":38,"tag":394,"props":395,"children":396},"table",{},[397,421],{"type":38,"tag":398,"props":399,"children":400},"thead",{},[401],{"type":38,"tag":402,"props":403,"children":404},"tr",{},[405,411,416],{"type":38,"tag":406,"props":407,"children":408},"th",{},[409],{"type":43,"value":410},"Category",{"type":38,"tag":406,"props":412,"children":413},{},[414],{"type":43,"value":415},"Description",{"type":38,"tag":406,"props":417,"children":418},{},[419],{"type":43,"value":420},"Signal Words",{"type":38,"tag":422,"props":423,"children":424},"tbody",{},[425,447,468,489,510,531,552,573,594],{"type":38,"tag":402,"props":426,"children":427},{},[428,437,442],{"type":38,"tag":429,"props":430,"children":431},"td",{},[432],{"type":38,"tag":160,"props":433,"children":434},{},[435],{"type":43,"value":436},"Bug",{"type":38,"tag":429,"props":438,"children":439},{},[440],{"type":43,"value":441},"Product is behaving incorrectly or unexpectedly",{"type":38,"tag":429,"props":443,"children":444},{},[445],{"type":43,"value":446},"Error, broken, crash, not working, unexpected, wrong, failing",{"type":38,"tag":402,"props":448,"children":449},{},[450,458,463],{"type":38,"tag":429,"props":451,"children":452},{},[453],{"type":38,"tag":160,"props":454,"children":455},{},[456],{"type":43,"value":457},"How-to",{"type":38,"tag":429,"props":459,"children":460},{},[461],{"type":43,"value":462},"Customer needs guidance on using the product",{"type":38,"tag":429,"props":464,"children":465},{},[466],{"type":43,"value":467},"How do I, can I, where is, setting up, configure, help with",{"type":38,"tag":402,"props":469,"children":470},{},[471,479,484],{"type":38,"tag":429,"props":472,"children":473},{},[474],{"type":38,"tag":160,"props":475,"children":476},{},[477],{"type":43,"value":478},"Feature request",{"type":38,"tag":429,"props":480,"children":481},{},[482],{"type":43,"value":483},"Customer wants a capability that doesn't exist",{"type":38,"tag":429,"props":485,"children":486},{},[487],{"type":43,"value":488},"Would be great if, wish I could, any plans to, requesting",{"type":38,"tag":402,"props":490,"children":491},{},[492,500,505],{"type":38,"tag":429,"props":493,"children":494},{},[495],{"type":38,"tag":160,"props":496,"children":497},{},[498],{"type":43,"value":499},"Billing",{"type":38,"tag":429,"props":501,"children":502},{},[503],{"type":43,"value":504},"Payment, subscription, invoice, or pricing issues",{"type":38,"tag":429,"props":506,"children":507},{},[508],{"type":43,"value":509},"Charge, invoice, payment, subscription, refund, upgrade, downgrade",{"type":38,"tag":402,"props":511,"children":512},{},[513,521,526],{"type":38,"tag":429,"props":514,"children":515},{},[516],{"type":38,"tag":160,"props":517,"children":518},{},[519],{"type":43,"value":520},"Account",{"type":38,"tag":429,"props":522,"children":523},{},[524],{"type":43,"value":525},"Account access, permissions, settings, or user management",{"type":38,"tag":429,"props":527,"children":528},{},[529],{"type":43,"value":530},"Login, password, access, permission, SSO, locked out, can't sign in",{"type":38,"tag":402,"props":532,"children":533},{},[534,542,547],{"type":38,"tag":429,"props":535,"children":536},{},[537],{"type":38,"tag":160,"props":538,"children":539},{},[540],{"type":43,"value":541},"Integration",{"type":38,"tag":429,"props":543,"children":544},{},[545],{"type":43,"value":546},"Issues connecting to third-party tools or APIs",{"type":38,"tag":429,"props":548,"children":549},{},[550],{"type":43,"value":551},"API, webhook, integration, connect, OAuth, sync, third-party",{"type":38,"tag":402,"props":553,"children":554},{},[555,563,568],{"type":38,"tag":429,"props":556,"children":557},{},[558],{"type":38,"tag":160,"props":559,"children":560},{},[561],{"type":43,"value":562},"Security",{"type":38,"tag":429,"props":564,"children":565},{},[566],{"type":43,"value":567},"Security concerns, data access, or compliance questions",{"type":38,"tag":429,"props":569,"children":570},{},[571],{"type":43,"value":572},"Data breach, unauthorized, compliance, GDPR, SOC 2, vulnerability",{"type":38,"tag":402,"props":574,"children":575},{},[576,584,589],{"type":38,"tag":429,"props":577,"children":578},{},[579],{"type":38,"tag":160,"props":580,"children":581},{},[582],{"type":43,"value":583},"Data",{"type":38,"tag":429,"props":585,"children":586},{},[587],{"type":43,"value":588},"Data quality, migration, import\u002Fexport issues",{"type":38,"tag":429,"props":590,"children":591},{},[592],{"type":43,"value":593},"Missing data, export, import, migration, incorrect data, duplicates",{"type":38,"tag":402,"props":595,"children":596},{},[597,605,610],{"type":38,"tag":429,"props":598,"children":599},{},[600],{"type":38,"tag":160,"props":601,"children":602},{},[603],{"type":43,"value":604},"Performance",{"type":38,"tag":429,"props":606,"children":607},{},[608],{"type":43,"value":609},"Speed, reliability, or availability issues",{"type":38,"tag":429,"props":611,"children":612},{},[613],{"type":43,"value":614},"Slow, timeout, latency, down, unavailable, degraded",{"type":38,"tag":142,"props":616,"children":618},{"id":617},"category-determination-tips",[619],{"type":43,"value":620},"Category Determination Tips",{"type":38,"tag":95,"props":622,"children":623},{},[624,636,647,656,665,674],{"type":38,"tag":99,"props":625,"children":626},{},[627,629,634],{"type":43,"value":628},"If the customer reports ",{"type":38,"tag":160,"props":630,"children":631},{},[632],{"type":43,"value":633},"both",{"type":43,"value":635}," a bug and a feature request, the bug is primary",{"type":38,"tag":99,"props":637,"children":638},{},[639,641,645],{"type":43,"value":640},"If they can't log in due to a bug, category is ",{"type":38,"tag":160,"props":642,"children":643},{},[644],{"type":43,"value":436},{"type":43,"value":646}," (not Account) — root cause drives the category",{"type":38,"tag":99,"props":648,"children":649},{},[650,652],{"type":43,"value":651},"\"It used to work and now it doesn't\" = ",{"type":38,"tag":160,"props":653,"children":654},{},[655],{"type":43,"value":436},{"type":38,"tag":99,"props":657,"children":658},{},[659,661],{"type":43,"value":660},"\"I want it to work differently\" = ",{"type":38,"tag":160,"props":662,"children":663},{},[664],{"type":43,"value":478},{"type":38,"tag":99,"props":666,"children":667},{},[668,670],{"type":43,"value":669},"\"How do I make it work?\" = ",{"type":38,"tag":160,"props":671,"children":672},{},[673],{"type":43,"value":457},{"type":38,"tag":99,"props":675,"children":676},{},[677,679,683],{"type":43,"value":678},"When in doubt, lean toward ",{"type":38,"tag":160,"props":680,"children":681},{},[682],{"type":43,"value":436},{"type":43,"value":684}," — it's better to investigate than dismiss",{"type":38,"tag":70,"props":686,"children":688},{"id":687},"priority-framework",[689],{"type":43,"value":690},"Priority Framework",{"type":38,"tag":142,"props":692,"children":694},{"id":693},"p1-critical",[695],{"type":43,"value":696},"P1 — Critical",{"type":38,"tag":50,"props":698,"children":699},{},[700,705],{"type":38,"tag":160,"props":701,"children":702},{},[703],{"type":43,"value":704},"Criteria:",{"type":43,"value":706}," Production system down, data loss or corruption, security breach, all or most users affected.",{"type":38,"tag":95,"props":708,"children":709},{},[710,715,720,725],{"type":38,"tag":99,"props":711,"children":712},{},[713],{"type":43,"value":714},"The customer cannot use the product at all",{"type":38,"tag":99,"props":716,"children":717},{},[718],{"type":43,"value":719},"Data is being lost, corrupted, or exposed",{"type":38,"tag":99,"props":721,"children":722},{},[723],{"type":43,"value":724},"A security incident is in progress",{"type":38,"tag":99,"props":726,"children":727},{},[728],{"type":43,"value":729},"The issue is worsening or expanding in scope",{"type":38,"tag":50,"props":731,"children":732},{},[733,738],{"type":38,"tag":160,"props":734,"children":735},{},[736],{"type":43,"value":737},"SLA expectation:",{"type":43,"value":739}," Respond within 1 hour. Continuous work until resolved or mitigated. Updates every 1-2 hours.",{"type":38,"tag":142,"props":741,"children":743},{"id":742},"p2-high",[744],{"type":43,"value":745},"P2 — High",{"type":38,"tag":50,"props":747,"children":748},{},[749,753],{"type":38,"tag":160,"props":750,"children":751},{},[752],{"type":43,"value":704},{"type":43,"value":754}," Major feature broken, significant workflow blocked, many users affected, no workaround.",{"type":38,"tag":95,"props":756,"children":757},{},[758,763,768,773],{"type":38,"tag":99,"props":759,"children":760},{},[761],{"type":43,"value":762},"A core workflow is broken but the product is partially usable",{"type":38,"tag":99,"props":764,"children":765},{},[766],{"type":43,"value":767},"Multiple users are affected or a key account is impacted",{"type":38,"tag":99,"props":769,"children":770},{},[771],{"type":43,"value":772},"The issue is blocking time-sensitive work",{"type":38,"tag":99,"props":774,"children":775},{},[776],{"type":43,"value":777},"No reasonable workaround exists",{"type":38,"tag":50,"props":779,"children":780},{},[781,785],{"type":38,"tag":160,"props":782,"children":783},{},[784],{"type":43,"value":737},{"type":43,"value":786}," Respond within 4 hours. Active investigation same day. Updates every 4 hours.",{"type":38,"tag":142,"props":788,"children":790},{"id":789},"p3-medium",[791],{"type":43,"value":792},"P3 — Medium",{"type":38,"tag":50,"props":794,"children":795},{},[796,800],{"type":38,"tag":160,"props":797,"children":798},{},[799],{"type":43,"value":704},{"type":43,"value":801}," Feature partially broken, workaround available, single user or small team affected.",{"type":38,"tag":95,"props":803,"children":804},{},[805,810,815,820],{"type":38,"tag":99,"props":806,"children":807},{},[808],{"type":43,"value":809},"A feature isn't working correctly but a workaround exists",{"type":38,"tag":99,"props":811,"children":812},{},[813],{"type":43,"value":814},"The issue is inconvenient but not blocking critical work",{"type":38,"tag":99,"props":816,"children":817},{},[818],{"type":43,"value":819},"A single user or small team is affected",{"type":38,"tag":99,"props":821,"children":822},{},[823],{"type":43,"value":824},"The customer is not escalating urgently",{"type":38,"tag":50,"props":826,"children":827},{},[828,832],{"type":38,"tag":160,"props":829,"children":830},{},[831],{"type":43,"value":737},{"type":43,"value":833}," Respond within 1 business day. Resolution or update within 3 business days.",{"type":38,"tag":142,"props":835,"children":837},{"id":836},"p4-low",[838],{"type":43,"value":839},"P4 — Low",{"type":38,"tag":50,"props":841,"children":842},{},[843,847],{"type":38,"tag":160,"props":844,"children":845},{},[846],{"type":43,"value":704},{"type":43,"value":848}," Minor inconvenience, cosmetic issue, general question, feature request.",{"type":38,"tag":95,"props":850,"children":851},{},[852,857,862,867],{"type":38,"tag":99,"props":853,"children":854},{},[855],{"type":43,"value":856},"Cosmetic or UI issues that don't affect functionality",{"type":38,"tag":99,"props":858,"children":859},{},[860],{"type":43,"value":861},"Feature requests and enhancement ideas",{"type":38,"tag":99,"props":863,"children":864},{},[865],{"type":43,"value":866},"General questions or how-to inquiries",{"type":38,"tag":99,"props":868,"children":869},{},[870],{"type":43,"value":871},"Issues with simple, documented solutions",{"type":38,"tag":50,"props":873,"children":874},{},[875,879],{"type":38,"tag":160,"props":876,"children":877},{},[878],{"type":43,"value":737},{"type":43,"value":880}," Respond within 2 business days. Resolution at normal pace.",{"type":38,"tag":142,"props":882,"children":884},{"id":883},"priority-escalation-triggers",[885],{"type":43,"value":886},"Priority Escalation Triggers",{"type":38,"tag":50,"props":888,"children":889},{},[890],{"type":43,"value":891},"Automatically bump priority up when:",{"type":38,"tag":95,"props":893,"children":894},{},[895,900,905,910,915],{"type":38,"tag":99,"props":896,"children":897},{},[898],{"type":43,"value":899},"Customer has been waiting longer than the SLA allows",{"type":38,"tag":99,"props":901,"children":902},{},[903],{"type":43,"value":904},"Multiple customers report the same issue (pattern detected)",{"type":38,"tag":99,"props":906,"children":907},{},[908],{"type":43,"value":909},"The customer explicitly escalates or mentions executive involvement",{"type":38,"tag":99,"props":911,"children":912},{},[913],{"type":43,"value":914},"A workaround that was in place stops working",{"type":38,"tag":99,"props":916,"children":917},{},[918],{"type":43,"value":919},"The issue expands in scope (more users, more data, new symptoms)",{"type":38,"tag":70,"props":921,"children":923},{"id":922},"routing-rules",[924],{"type":43,"value":925},"Routing Rules",{"type":38,"tag":50,"props":927,"children":928},{},[929],{"type":43,"value":930},"Route tickets based on category and complexity:",{"type":38,"tag":394,"props":932,"children":933},{},[934,950],{"type":38,"tag":398,"props":935,"children":936},{},[937],{"type":38,"tag":402,"props":938,"children":939},{},[940,945],{"type":38,"tag":406,"props":941,"children":942},{},[943],{"type":43,"value":944},"Route to",{"type":38,"tag":406,"props":946,"children":947},{},[948],{"type":43,"value":949},"When",{"type":38,"tag":422,"props":951,"children":952},{},[953,969,985,1001,1017,1032],{"type":38,"tag":402,"props":954,"children":955},{},[956,964],{"type":38,"tag":429,"props":957,"children":958},{},[959],{"type":38,"tag":160,"props":960,"children":961},{},[962],{"type":43,"value":963},"Tier 1 (frontline support)",{"type":38,"tag":429,"props":965,"children":966},{},[967],{"type":43,"value":968},"How-to questions, known issues with documented solutions, billing inquiries, password resets",{"type":38,"tag":402,"props":970,"children":971},{},[972,980],{"type":38,"tag":429,"props":973,"children":974},{},[975],{"type":38,"tag":160,"props":976,"children":977},{},[978],{"type":43,"value":979},"Tier 2 (senior support)",{"type":38,"tag":429,"props":981,"children":982},{},[983],{"type":43,"value":984},"Bugs requiring investigation, complex configuration, integration troubleshooting, account issues",{"type":38,"tag":402,"props":986,"children":987},{},[988,996],{"type":38,"tag":429,"props":989,"children":990},{},[991],{"type":38,"tag":160,"props":992,"children":993},{},[994],{"type":43,"value":995},"Engineering",{"type":38,"tag":429,"props":997,"children":998},{},[999],{"type":43,"value":1000},"Confirmed bugs needing code fixes, infrastructure issues, performance degradation",{"type":38,"tag":402,"props":1002,"children":1003},{},[1004,1012],{"type":38,"tag":429,"props":1005,"children":1006},{},[1007],{"type":38,"tag":160,"props":1008,"children":1009},{},[1010],{"type":43,"value":1011},"Product",{"type":38,"tag":429,"props":1013,"children":1014},{},[1015],{"type":43,"value":1016},"Feature requests with significant demand, design decisions, workflow gaps",{"type":38,"tag":402,"props":1018,"children":1019},{},[1020,1027],{"type":38,"tag":429,"props":1021,"children":1022},{},[1023],{"type":38,"tag":160,"props":1024,"children":1025},{},[1026],{"type":43,"value":562},{"type":38,"tag":429,"props":1028,"children":1029},{},[1030],{"type":43,"value":1031},"Data access concerns, vulnerability reports, compliance questions",{"type":38,"tag":402,"props":1033,"children":1034},{},[1035,1043],{"type":38,"tag":429,"props":1036,"children":1037},{},[1038],{"type":38,"tag":160,"props":1039,"children":1040},{},[1041],{"type":43,"value":1042},"Billing\u002FFinance",{"type":38,"tag":429,"props":1044,"children":1045},{},[1046],{"type":43,"value":1047},"Refund requests, contract disputes, complex billing adjustments",{"type":38,"tag":70,"props":1049,"children":1051},{"id":1050},"duplicate-detection",[1052],{"type":43,"value":1053},"Duplicate Detection",{"type":38,"tag":50,"props":1055,"children":1056},{},[1057],{"type":43,"value":1058},"Before creating a new ticket or routing, check for duplicates:",{"type":38,"tag":1060,"props":1061,"children":1062},"ol",{},[1063,1073,1083,1093],{"type":38,"tag":99,"props":1064,"children":1065},{},[1066,1071],{"type":38,"tag":160,"props":1067,"children":1068},{},[1069],{"type":43,"value":1070},"Search by symptom",{"type":43,"value":1072},": Look for tickets with similar error messages or descriptions",{"type":38,"tag":99,"props":1074,"children":1075},{},[1076,1081],{"type":38,"tag":160,"props":1077,"children":1078},{},[1079],{"type":43,"value":1080},"Search by customer",{"type":43,"value":1082},": Check if this customer has an open ticket for the same issue",{"type":38,"tag":99,"props":1084,"children":1085},{},[1086,1091],{"type":38,"tag":160,"props":1087,"children":1088},{},[1089],{"type":43,"value":1090},"Search by product area",{"type":43,"value":1092},": Look for recent tickets in the same feature area",{"type":38,"tag":99,"props":1094,"children":1095},{},[1096,1101],{"type":38,"tag":160,"props":1097,"children":1098},{},[1099],{"type":43,"value":1100},"Check known issues",{"type":43,"value":1102},": Compare against documented known issues",{"type":38,"tag":50,"props":1104,"children":1105},{},[1106],{"type":38,"tag":160,"props":1107,"children":1108},{},[1109],{"type":43,"value":1110},"If a duplicate is found:",{"type":38,"tag":95,"props":1112,"children":1113},{},[1114,1119,1124,1129],{"type":38,"tag":99,"props":1115,"children":1116},{},[1117],{"type":43,"value":1118},"Link the new ticket to the existing one",{"type":38,"tag":99,"props":1120,"children":1121},{},[1122],{"type":43,"value":1123},"Notify the customer that this is a known issue being tracked",{"type":38,"tag":99,"props":1125,"children":1126},{},[1127],{"type":43,"value":1128},"Add any new information from the new report to the existing ticket",{"type":38,"tag":99,"props":1130,"children":1131},{},[1132],{"type":43,"value":1133},"Bump priority if the new report adds urgency (more customers affected, etc.)",{"type":38,"tag":70,"props":1135,"children":1137},{"id":1136},"auto-response-templates-by-category",[1138],{"type":43,"value":1139},"Auto-Response Templates by Category",{"type":38,"tag":142,"props":1141,"children":1143},{"id":1142},"bug-initial-response",[1144],{"type":43,"value":1145},"Bug — Initial Response",{"type":38,"tag":77,"props":1147,"children":1150},{"className":1148,"code":1149,"language":43},[80],"Thank you for reporting this. I can see how [specific impact]\nwould be disruptive for your work.\n\nI've logged this as a [priority] issue and our team is\ninvestigating. [If workaround exists: \"In the meantime, you\ncan [workaround].\"]\n\nI'll update you within [SLA timeframe] with what we find.\n",[1151],{"type":38,"tag":84,"props":1152,"children":1153},{"__ignoreMap":86},[1154],{"type":43,"value":1149},{"type":38,"tag":142,"props":1156,"children":1158},{"id":1157},"how-to-initial-response",[1159],{"type":43,"value":1160},"How-to — Initial Response",{"type":38,"tag":77,"props":1162,"children":1165},{"className":1163,"code":1164,"language":43},[80],"Great question! [Direct answer or link to documentation]\n\n[If more complex: \"Let me walk you through the steps:\"]\n[Steps or guidance]\n\nLet me know if that helps, or if you have any follow-up\nquestions.\n",[1166],{"type":38,"tag":84,"props":1167,"children":1168},{"__ignoreMap":86},[1169],{"type":43,"value":1164},{"type":38,"tag":142,"props":1171,"children":1173},{"id":1172},"feature-request-initial-response",[1174],{"type":43,"value":1175},"Feature Request — Initial Response",{"type":38,"tag":77,"props":1177,"children":1180},{"className":1178,"code":1179,"language":43},[80],"Thank you for this suggestion — I can see why [capability]\nwould be valuable for your workflow.\n\nI've documented this and shared it with our product team.\nWhile I can't commit to a specific timeline, your feedback\ndirectly informs our roadmap priorities.\n\n[If alternative exists: \"In the meantime, you might find\n[alternative] helpful for achieving something similar.\"]\n",[1181],{"type":38,"tag":84,"props":1182,"children":1183},{"__ignoreMap":86},[1184],{"type":43,"value":1179},{"type":38,"tag":142,"props":1186,"children":1188},{"id":1187},"billing-initial-response",[1189],{"type":43,"value":1190},"Billing — Initial Response",{"type":38,"tag":77,"props":1192,"children":1195},{"className":1193,"code":1194,"language":43},[80],"I understand billing issues need prompt attention. Let me\nlook into this for you.\n\n[If straightforward: resolution details]\n[If complex: \"I'm reviewing your account now and will have\nan answer for you within [timeframe].\"]\n",[1196],{"type":38,"tag":84,"props":1197,"children":1198},{"__ignoreMap":86},[1199],{"type":43,"value":1194},{"type":38,"tag":142,"props":1201,"children":1203},{"id":1202},"security-initial-response",[1204],{"type":43,"value":1205},"Security — Initial Response",{"type":38,"tag":77,"props":1207,"children":1210},{"className":1208,"code":1209,"language":43},[80],"Thank you for flagging this — we take security concerns\nseriously and are reviewing this immediately.\n\nI've escalated this to our security team for investigation.\nWe'll follow up with you within [timeframe] with our findings.\n\n[If action is needed: \"In the meantime, we recommend\n[protective action].\"]\n",[1211],{"type":38,"tag":84,"props":1212,"children":1213},{"__ignoreMap":86},[1214],{"type":43,"value":1209},{"type":38,"tag":70,"props":1216,"children":1218},{"id":1217},"triage-best-practices",[1219],{"type":43,"value":1220},"Triage Best Practices",{"type":38,"tag":1060,"props":1222,"children":1223},{},[1224,1229,1241,1246,1251,1256,1261],{"type":38,"tag":99,"props":1225,"children":1226},{},[1227],{"type":43,"value":1228},"Read the full ticket before categorizing — context in later messages often changes the assessment",{"type":38,"tag":99,"props":1230,"children":1231},{},[1232,1234,1239],{"type":43,"value":1233},"Categorize by ",{"type":38,"tag":160,"props":1235,"children":1236},{},[1237],{"type":43,"value":1238},"root cause",{"type":43,"value":1240},", not just the symptom described",{"type":38,"tag":99,"props":1242,"children":1243},{},[1244],{"type":43,"value":1245},"When in doubt on priority, err on the side of higher — it's easier to de-escalate than to recover from a missed SLA",{"type":38,"tag":99,"props":1247,"children":1248},{},[1249],{"type":43,"value":1250},"Always check for duplicates and known issues before routing",{"type":38,"tag":99,"props":1252,"children":1253},{},[1254],{"type":43,"value":1255},"Write internal notes that help the next person pick up context quickly",{"type":38,"tag":99,"props":1257,"children":1258},{},[1259],{"type":43,"value":1260},"Include what you've already checked or ruled out to avoid duplicate investigation",{"type":38,"tag":99,"props":1262,"children":1263},{},[1264],{"type":43,"value":1265},"Flag patterns — if you're seeing the same issue repeatedly, escalate the pattern even if individual tickets are low priority",{"items":1267,"total":1383},[1268,1284,1300,1316,1333,1352,1368],{"slug":1269,"name":1269,"fn":1270,"description":1271,"org":1272,"tags":1273,"stars":20,"repoUrl":21,"updatedAt":1283},"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},[1274,1277,1280],{"name":1275,"slug":1276,"type":16},"Accessibility","accessibility",{"name":1278,"slug":1279,"type":16},"Design","design",{"name":1281,"slug":1282,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":1285,"name":1285,"fn":1286,"description":1287,"org":1288,"tags":1289,"stars":20,"repoUrl":21,"updatedAt":1299},"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},[1290,1293,1296],{"name":1291,"slug":1292,"type":16},"CRM","crm",{"name":1294,"slug":1295,"type":16},"Research","research",{"name":1297,"slug":1298,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":1301,"name":1301,"fn":1302,"description":1303,"org":1304,"tags":1305,"stars":20,"repoUrl":21,"updatedAt":1315},"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},[1306,1309,1312],{"name":1307,"slug":1308,"type":16},"Analytics","analytics",{"name":1310,"slug":1311,"type":16},"Data Analysis","data-analysis",{"name":1313,"slug":1314,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":1317,"name":1317,"fn":1318,"description":1319,"org":1320,"tags":1321,"stars":20,"repoUrl":21,"updatedAt":1332},"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},[1322,1325,1327,1330],{"name":1323,"slug":1324,"type":16},"ADR","adr",{"name":1326,"slug":1317,"type":16},"Architecture",{"name":1328,"slug":1329,"type":16},"Documentation","documentation",{"name":995,"slug":1331,"type":16},"engineering","2026-04-06T17:57:49.26444",{"slug":1334,"name":1334,"fn":1335,"description":1336,"org":1337,"tags":1338,"stars":20,"repoUrl":21,"updatedAt":1351},"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},[1339,1342,1345,1348],{"name":1340,"slug":1341,"type":16},"Audit","audit",{"name":1343,"slug":1344,"type":16},"Finance","finance",{"name":1346,"slug":1347,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":1349,"slug":1350,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":1353,"name":1353,"fn":1354,"description":1355,"org":1356,"tags":1357,"stars":20,"repoUrl":21,"updatedAt":1367},"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},[1358,1361,1364],{"name":1359,"slug":1360,"type":16},"Branding","branding",{"name":1362,"slug":1363,"type":16},"Marketing","marketing",{"name":1365,"slug":1366,"type":16},"Writing","writing","2026-04-06T17:58:19.548331",{"slug":1369,"name":1369,"fn":1370,"description":1371,"org":1372,"tags":1373,"stars":20,"repoUrl":21,"updatedAt":1382},"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},[1374,1375,1378,1381],{"name":1359,"slug":1360,"type":16},{"name":1376,"slug":1377,"type":16},"Communications","communications",{"name":1379,"slug":1380,"type":16},"Content Creation","content-creation",{"name":1365,"slug":1366,"type":16},"2026-04-06T18:00:23.528956",200,{"items":1385,"total":1561},[1386,1405,1417,1429,1448,1459,1480,1500,1510,1525,1533,1546],{"slug":1387,"name":1387,"fn":1388,"description":1389,"org":1390,"tags":1391,"stars":1402,"repoUrl":1403,"updatedAt":1404},"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},[1392,1395,1396,1399],{"name":1393,"slug":1394,"type":16},"Creative","creative",{"name":1278,"slug":1279,"type":16},{"name":1397,"slug":1398,"type":16},"Generative Art","generative-art",{"name":1400,"slug":1401,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1406,"name":1406,"fn":1407,"description":1408,"org":1409,"tags":1410,"stars":1402,"repoUrl":1403,"updatedAt":1416},"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},[1411,1412,1413],{"name":1359,"slug":1360,"type":16},{"name":1278,"slug":1279,"type":16},{"name":1414,"slug":1415,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1418,"name":1418,"fn":1419,"description":1420,"org":1421,"tags":1422,"stars":1402,"repoUrl":1403,"updatedAt":1428},"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},[1423,1424,1425],{"name":1393,"slug":1394,"type":16},{"name":1278,"slug":1279,"type":16},{"name":1426,"slug":1427,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1430,"name":1430,"fn":1431,"description":1432,"org":1433,"tags":1434,"stars":1402,"repoUrl":1403,"updatedAt":1447},"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},[1435,1438,1439,1442,1444],{"name":1436,"slug":1437,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1440,"slug":1441,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1443,"slug":1430,"type":16},"Claude API",{"name":1445,"slug":1446,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1449,"name":1449,"fn":1450,"description":1451,"org":1452,"tags":1453,"stars":1402,"repoUrl":1403,"updatedAt":1458},"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},[1454,1455],{"name":1328,"slug":1329,"type":16},{"name":1456,"slug":1457,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1460,"name":1460,"fn":1461,"description":1462,"org":1463,"tags":1464,"stars":1402,"repoUrl":1403,"updatedAt":1479},"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},[1465,1468,1470,1473,1476],{"name":1466,"slug":1467,"type":16},"Documents","documents",{"name":1469,"slug":1460,"type":16},"DOCX",{"name":1471,"slug":1472,"type":16},"Office","office",{"name":1474,"slug":1475,"type":16},"Templates","templates",{"name":1477,"slug":1478,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1481,"name":1481,"fn":1482,"description":1483,"org":1484,"tags":1485,"stars":1402,"repoUrl":1403,"updatedAt":1499},"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},[1486,1487,1490,1493,1496],{"name":1278,"slug":1279,"type":16},{"name":1488,"slug":1489,"type":16},"Frontend","frontend",{"name":1491,"slug":1492,"type":16},"React","react",{"name":1494,"slug":1495,"type":16},"Tailwind CSS","tailwind-css",{"name":1497,"slug":1498,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1501,"name":1501,"fn":1502,"description":1503,"org":1504,"tags":1505,"stars":1402,"repoUrl":1403,"updatedAt":1509},"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},[1506,1507,1508],{"name":1376,"slug":1377,"type":16},{"name":1474,"slug":1475,"type":16},{"name":1365,"slug":1366,"type":16},"2026-04-06T17:56:20.695522",{"slug":1511,"name":1511,"fn":1512,"description":1513,"org":1514,"tags":1515,"stars":1402,"repoUrl":1403,"updatedAt":1524},"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},[1516,1517,1520,1521],{"name":1436,"slug":1437,"type":16},{"name":1518,"slug":1519,"type":16},"API Development","api-development",{"name":1445,"slug":1446,"type":16},{"name":1522,"slug":1523,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1427,"name":1427,"fn":1526,"description":1527,"org":1528,"tags":1529,"stars":1402,"repoUrl":1403,"updatedAt":1532},"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},[1530,1531],{"name":1466,"slug":1467,"type":16},{"name":1426,"slug":1427,"type":16},"2026-04-06T17:56:02.483316",{"slug":1534,"name":1534,"fn":1535,"description":1536,"org":1537,"tags":1538,"stars":1402,"repoUrl":1403,"updatedAt":1545},"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},[1539,1542],{"name":1540,"slug":1541,"type":16},"PowerPoint","powerpoint",{"name":1543,"slug":1544,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1547,"name":1547,"fn":1548,"description":1549,"org":1550,"tags":1551,"stars":1402,"repoUrl":1403,"updatedAt":1560},"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},[1552,1553,1554,1557,1559],{"name":1436,"slug":1437,"type":16},{"name":1328,"slug":1329,"type":16},{"name":1555,"slug":1556,"type":16},"Evals","evals",{"name":604,"slug":1558,"type":16},"performance",{"name":1456,"slug":1457,"type":16},"2026-04-19T06:45:40.804",490]