[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-call-list":3,"mdc--a02pry-key":37,"related-org-anthropic-call-list":327,"related-repo-anthropic-call-list":514},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"call-list","rank and prepare sales call lists","Ranks the top-5 leads most worth calling today, supplies talking points from email history, blocks time on the calendar, and drafts follow-up messages. Accepts optional count and date arguments.",{"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],{"name":14,"slug":15,"type":16},"Prospecting","prospecting","tag",{"name":18,"slug":19,"type":16},"CRM","crm",{"name":21,"slug":22,"type":16},"Sales","sales",{"name":24,"slug":25,"type":16},"Communications","communications",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-05-14T06:03:09.896795",null,2736,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"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\u002Fcall-list","---\nname: call-list\ndescription: Ranks the top-5 leads most worth calling today, supplies talking points from email history, blocks time on the calendar, and drafts follow-up messages. Accepts optional count and date arguments.\nallowed-tools: Read, WebFetch, Bash\n---\n\nRun the lead prioritization. Scan the pipeline, rank by urgency and opportunity, pull relevant email context, and get the owner ready to make calls.\n\nParse arguments:\n- `--n` (default: `5`) — number of leads to surface (1–10)\n- `--date` (default: today) — date to build the call list for (`YYYY-MM-DD`)\n\n## Step 1 — Pipeline scan\n\nUsing the `lead-triage` skill workflow:\n\n1. Pull open HubSpot deals and contacts with activity in the last 30 days.\n2. Pull email threads from Mail for each lead (last 3 emails per contact).\n3. Score each lead on:\n   - **Recency**: days since last owner touchpoint (lower = better)\n   - **Stage**: how close to close (later stage = higher priority)\n   - **Signal**: any recent inbound activity (email open, reply, calendar hold, web visit)\n   - **Value**: deal size from HubSpot\n\n## Step 2 — Rank and select top N\n\nRank all scored leads and select the top `--n`. For ties, prefer leads with unanswered inbound signals.\n\nFor each selected lead, produce a call card:\n\n```\n{Rank}. {Contact Name} — {Company}\nDeal: ${amount} | Stage: {stage} | Last contact: {X days ago}\nSignal: {most recent activity}\n\nTALKING POINTS\n• {point from email\u002Fdeal context}\n• {point from email\u002Fdeal context}\n• {open question to ask}\n\nGOAL FOR THIS CALL: {one sentence — advance to next stage \u002F re-engage \u002F close}\n```\n\n## Step 3 — Calendar block\n\nFor each lead on the list, offer to block 20 minutes on the owner's calendar for the target date.\n\nShow the proposed calendar entries:\n```\n{time slot} — Call: {Contact Name} ({Company})\n```\n\nWait for owner to confirm which calls to block before creating calendar events.\n\n## Step 4 — Draft follow-ups\n\nFor any lead that has an unanswered email older than 3 days, draft a brief follow-up:\n```\nSubject: Re: {thread subject}\n\nHi {first name},\n\n{One sentence referencing prior conversation}. {One sentence with a clear next step or question}.\n\n{Sign-off}\n```\n\n## Connector failures\n\nIf HubSpot is unreachable, stop and tell the owner — lead scoring requires CRM data. If Mail is unreachable, skip Steps 3-4 (email context and follow-ups) and note \"Mail not connected — email context and follow-up drafts skipped\" in output. If Google Calendar is unreachable, skip calendar blocking and note it.\n\n## Approval gates\n\n- **Never send emails automatically.** Present drafts for owner approval only.\n- **Never create calendar blocks without owner confirmation** — show the proposed list first.\n- **Never update HubSpot deal stages automatically.**\n\n## Output\n\nPresent the ranked call list with talk tracks. Then show proposed calendar blocks and ask for confirmation. Then show follow-up drafts and ask which to send.\n",{"data":38,"body":40},{"name":4,"description":6,"allowed-tools":39},"Read, WebFetch, Bash",{"type":41,"children":42},"root",[43,51,56,100,107,120,183,189,201,206,218,224,229,234,243,248,254,259,268,274,279,285,316,322],{"type":44,"tag":45,"props":46,"children":47},"element","p",{},[48],{"type":49,"value":50},"text","Run the lead prioritization. Scan the pipeline, rank by urgency and opportunity, pull relevant email context, and get the owner ready to make calls.",{"type":44,"tag":45,"props":52,"children":53},{},[54],{"type":49,"value":55},"Parse arguments:",{"type":44,"tag":57,"props":58,"children":59},"ul",{},[60,81],{"type":44,"tag":61,"props":62,"children":63},"li",{},[64,71,73,79],{"type":44,"tag":65,"props":66,"children":68},"code",{"className":67},[],[69],{"type":49,"value":70},"--n",{"type":49,"value":72}," (default: ",{"type":44,"tag":65,"props":74,"children":76},{"className":75},[],[77],{"type":49,"value":78},"5",{"type":49,"value":80},") — number of leads to surface (1–10)",{"type":44,"tag":61,"props":82,"children":83},{},[84,90,92,98],{"type":44,"tag":65,"props":85,"children":87},{"className":86},[],[88],{"type":49,"value":89},"--date",{"type":49,"value":91}," (default: today) — date to build the call list for (",{"type":44,"tag":65,"props":93,"children":95},{"className":94},[],[96],{"type":49,"value":97},"YYYY-MM-DD",{"type":49,"value":99},")",{"type":44,"tag":101,"props":102,"children":104},"h2",{"id":103},"step-1-pipeline-scan",[105],{"type":49,"value":106},"Step 1 — Pipeline scan",{"type":44,"tag":45,"props":108,"children":109},{},[110,112,118],{"type":49,"value":111},"Using the ",{"type":44,"tag":65,"props":113,"children":115},{"className":114},[],[116],{"type":49,"value":117},"lead-triage",{"type":49,"value":119}," skill workflow:",{"type":44,"tag":121,"props":122,"children":123},"ol",{},[124,129,134],{"type":44,"tag":61,"props":125,"children":126},{},[127],{"type":49,"value":128},"Pull open HubSpot deals and contacts with activity in the last 30 days.",{"type":44,"tag":61,"props":130,"children":131},{},[132],{"type":49,"value":133},"Pull email threads from Mail for each lead (last 3 emails per contact).",{"type":44,"tag":61,"props":135,"children":136},{},[137,139],{"type":49,"value":138},"Score each lead on:\n",{"type":44,"tag":57,"props":140,"children":141},{},[142,153,163,173],{"type":44,"tag":61,"props":143,"children":144},{},[145,151],{"type":44,"tag":146,"props":147,"children":148},"strong",{},[149],{"type":49,"value":150},"Recency",{"type":49,"value":152},": days since last owner touchpoint (lower = better)",{"type":44,"tag":61,"props":154,"children":155},{},[156,161],{"type":44,"tag":146,"props":157,"children":158},{},[159],{"type":49,"value":160},"Stage",{"type":49,"value":162},": how close to close (later stage = higher priority)",{"type":44,"tag":61,"props":164,"children":165},{},[166,171],{"type":44,"tag":146,"props":167,"children":168},{},[169],{"type":49,"value":170},"Signal",{"type":49,"value":172},": any recent inbound activity (email open, reply, calendar hold, web visit)",{"type":44,"tag":61,"props":174,"children":175},{},[176,181],{"type":44,"tag":146,"props":177,"children":178},{},[179],{"type":49,"value":180},"Value",{"type":49,"value":182},": deal size from HubSpot",{"type":44,"tag":101,"props":184,"children":186},{"id":185},"step-2-rank-and-select-top-n",[187],{"type":49,"value":188},"Step 2 — Rank and select top N",{"type":44,"tag":45,"props":190,"children":191},{},[192,194,199],{"type":49,"value":193},"Rank all scored leads and select the top ",{"type":44,"tag":65,"props":195,"children":197},{"className":196},[],[198],{"type":49,"value":70},{"type":49,"value":200},". For ties, prefer leads with unanswered inbound signals.",{"type":44,"tag":45,"props":202,"children":203},{},[204],{"type":49,"value":205},"For each selected lead, produce a call card:",{"type":44,"tag":207,"props":208,"children":212},"pre",{"className":209,"code":211,"language":49},[210],"language-text","{Rank}. {Contact Name} — {Company}\nDeal: ${amount} | Stage: {stage} | Last contact: {X days ago}\nSignal: {most recent activity}\n\nTALKING POINTS\n• {point from email\u002Fdeal context}\n• {point from email\u002Fdeal context}\n• {open question to ask}\n\nGOAL FOR THIS CALL: {one sentence — advance to next stage \u002F re-engage \u002F close}\n",[213],{"type":44,"tag":65,"props":214,"children":216},{"__ignoreMap":215},"",[217],{"type":49,"value":211},{"type":44,"tag":101,"props":219,"children":221},{"id":220},"step-3-calendar-block",[222],{"type":49,"value":223},"Step 3 — Calendar block",{"type":44,"tag":45,"props":225,"children":226},{},[227],{"type":49,"value":228},"For each lead on the list, offer to block 20 minutes on the owner's calendar for the target date.",{"type":44,"tag":45,"props":230,"children":231},{},[232],{"type":49,"value":233},"Show the proposed calendar entries:",{"type":44,"tag":207,"props":235,"children":238},{"className":236,"code":237,"language":49},[210],"{time slot} — Call: {Contact Name} ({Company})\n",[239],{"type":44,"tag":65,"props":240,"children":241},{"__ignoreMap":215},[242],{"type":49,"value":237},{"type":44,"tag":45,"props":244,"children":245},{},[246],{"type":49,"value":247},"Wait for owner to confirm which calls to block before creating calendar events.",{"type":44,"tag":101,"props":249,"children":251},{"id":250},"step-4-draft-follow-ups",[252],{"type":49,"value":253},"Step 4 — Draft follow-ups",{"type":44,"tag":45,"props":255,"children":256},{},[257],{"type":49,"value":258},"For any lead that has an unanswered email older than 3 days, draft a brief follow-up:",{"type":44,"tag":207,"props":260,"children":263},{"className":261,"code":262,"language":49},[210],"Subject: Re: {thread subject}\n\nHi {first name},\n\n{One sentence referencing prior conversation}. {One sentence with a clear next step or question}.\n\n{Sign-off}\n",[264],{"type":44,"tag":65,"props":265,"children":266},{"__ignoreMap":215},[267],{"type":49,"value":262},{"type":44,"tag":101,"props":269,"children":271},{"id":270},"connector-failures",[272],{"type":49,"value":273},"Connector failures",{"type":44,"tag":45,"props":275,"children":276},{},[277],{"type":49,"value":278},"If HubSpot is unreachable, stop and tell the owner — lead scoring requires CRM data. If Mail is unreachable, skip Steps 3-4 (email context and follow-ups) and note \"Mail not connected — email context and follow-up drafts skipped\" in output. If Google Calendar is unreachable, skip calendar blocking and note it.",{"type":44,"tag":101,"props":280,"children":282},{"id":281},"approval-gates",[283],{"type":49,"value":284},"Approval gates",{"type":44,"tag":57,"props":286,"children":287},{},[288,298,308],{"type":44,"tag":61,"props":289,"children":290},{},[291,296],{"type":44,"tag":146,"props":292,"children":293},{},[294],{"type":49,"value":295},"Never send emails automatically.",{"type":49,"value":297}," Present drafts for owner approval only.",{"type":44,"tag":61,"props":299,"children":300},{},[301,306],{"type":44,"tag":146,"props":302,"children":303},{},[304],{"type":49,"value":305},"Never create calendar blocks without owner confirmation",{"type":49,"value":307}," — show the proposed list first.",{"type":44,"tag":61,"props":309,"children":310},{},[311],{"type":44,"tag":146,"props":312,"children":313},{},[314],{"type":49,"value":315},"Never update HubSpot deal stages automatically.",{"type":44,"tag":101,"props":317,"children":319},{"id":318},"output",[320],{"type":49,"value":321},"Output",{"type":44,"tag":45,"props":323,"children":324},{},[325],{"type":49,"value":326},"Present the ranked call list with talk tracks. Then show proposed calendar blocks and ask for confirmation. Then show follow-up drafts and ask which to send.",{"items":328,"total":513},[329,350,364,376,395,408,429,449,461,476,484,497],{"slug":330,"name":330,"fn":331,"description":332,"org":333,"tags":334,"stars":347,"repoUrl":348,"updatedAt":349},"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},[335,338,341,344],{"name":336,"slug":337,"type":16},"Creative","creative",{"name":339,"slug":340,"type":16},"Design","design",{"name":342,"slug":343,"type":16},"Generative Art","generative-art",{"name":345,"slug":346,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":351,"name":351,"fn":352,"description":353,"org":354,"tags":355,"stars":347,"repoUrl":348,"updatedAt":363},"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},[356,359,360],{"name":357,"slug":358,"type":16},"Branding","branding",{"name":339,"slug":340,"type":16},{"name":361,"slug":362,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":365,"name":365,"fn":366,"description":367,"org":368,"tags":369,"stars":347,"repoUrl":348,"updatedAt":375},"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},[370,371,372],{"name":336,"slug":337,"type":16},{"name":339,"slug":340,"type":16},{"name":373,"slug":374,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":377,"name":377,"fn":378,"description":379,"org":380,"tags":381,"stars":347,"repoUrl":348,"updatedAt":394},"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},[382,385,386,389,391],{"name":383,"slug":384,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":387,"slug":388,"type":16},"Anthropic SDK","anthropic-sdk",{"name":390,"slug":377,"type":16},"Claude API",{"name":392,"slug":393,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":396,"name":396,"fn":397,"description":398,"org":399,"tags":400,"stars":347,"repoUrl":348,"updatedAt":407},"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},[401,404],{"name":402,"slug":403,"type":16},"Documentation","documentation",{"name":405,"slug":406,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":409,"name":409,"fn":410,"description":411,"org":412,"tags":413,"stars":347,"repoUrl":348,"updatedAt":428},"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},[414,417,419,422,425],{"name":415,"slug":416,"type":16},"Documents","documents",{"name":418,"slug":409,"type":16},"DOCX",{"name":420,"slug":421,"type":16},"Office","office",{"name":423,"slug":424,"type":16},"Templates","templates",{"name":426,"slug":427,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":430,"name":430,"fn":431,"description":432,"org":433,"tags":434,"stars":347,"repoUrl":348,"updatedAt":448},"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},[435,436,439,442,445],{"name":339,"slug":340,"type":16},{"name":437,"slug":438,"type":16},"Frontend","frontend",{"name":440,"slug":441,"type":16},"React","react",{"name":443,"slug":444,"type":16},"Tailwind CSS","tailwind-css",{"name":446,"slug":447,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":450,"name":450,"fn":451,"description":452,"org":453,"tags":454,"stars":347,"repoUrl":348,"updatedAt":460},"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},[455,456,457],{"name":24,"slug":25,"type":16},{"name":423,"slug":424,"type":16},{"name":458,"slug":459,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":462,"name":462,"fn":463,"description":464,"org":465,"tags":466,"stars":347,"repoUrl":348,"updatedAt":475},"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},[467,468,471,472],{"name":383,"slug":384,"type":16},{"name":469,"slug":470,"type":16},"API Development","api-development",{"name":392,"slug":393,"type":16},{"name":473,"slug":474,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":374,"name":374,"fn":477,"description":478,"org":479,"tags":480,"stars":347,"repoUrl":348,"updatedAt":483},"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},[481,482],{"name":415,"slug":416,"type":16},{"name":373,"slug":374,"type":16},"2026-04-06T17:56:02.483316",{"slug":485,"name":485,"fn":486,"description":487,"org":488,"tags":489,"stars":347,"repoUrl":348,"updatedAt":496},"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},[490,493],{"name":491,"slug":492,"type":16},"PowerPoint","powerpoint",{"name":494,"slug":495,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":498,"name":498,"fn":499,"description":500,"org":501,"tags":502,"stars":347,"repoUrl":348,"updatedAt":512},"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},[503,504,505,508,511],{"name":383,"slug":384,"type":16},{"name":402,"slug":403,"type":16},{"name":506,"slug":507,"type":16},"Evals","evals",{"name":509,"slug":510,"type":16},"Performance","performance",{"name":405,"slug":406,"type":16},"2026-04-19T06:45:40.804",490,{"items":515,"total":618},[516,530,542,558,574,593,605],{"slug":517,"name":517,"fn":518,"description":519,"org":520,"tags":521,"stars":26,"repoUrl":27,"updatedAt":529},"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},[522,525,526],{"name":523,"slug":524,"type":16},"Accessibility","accessibility",{"name":339,"slug":340,"type":16},{"name":527,"slug":528,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":531,"name":531,"fn":532,"description":533,"org":534,"tags":535,"stars":26,"repoUrl":27,"updatedAt":541},"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},[536,537,540],{"name":18,"slug":19,"type":16},{"name":538,"slug":539,"type":16},"Research","research",{"name":21,"slug":22,"type":16},"2026-04-06T17:56:41.410418",{"slug":543,"name":543,"fn":544,"description":545,"org":546,"tags":547,"stars":26,"repoUrl":27,"updatedAt":557},"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},[548,551,554],{"name":549,"slug":550,"type":16},"Analytics","analytics",{"name":552,"slug":553,"type":16},"Data Analysis","data-analysis",{"name":555,"slug":556,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":559,"name":559,"fn":560,"description":561,"org":562,"tags":563,"stars":26,"repoUrl":27,"updatedAt":573},"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},[564,567,569,570],{"name":565,"slug":566,"type":16},"ADR","adr",{"name":568,"slug":559,"type":16},"Architecture",{"name":402,"slug":403,"type":16},{"name":571,"slug":572,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":575,"name":575,"fn":576,"description":577,"org":578,"tags":579,"stars":26,"repoUrl":27,"updatedAt":592},"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},[580,583,586,589],{"name":581,"slug":582,"type":16},"Audit","audit",{"name":584,"slug":585,"type":16},"Finance","finance",{"name":587,"slug":588,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":590,"slug":591,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":594,"name":594,"fn":595,"description":596,"org":597,"tags":598,"stars":26,"repoUrl":27,"updatedAt":604},"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},[599,600,603],{"name":357,"slug":358,"type":16},{"name":601,"slug":602,"type":16},"Marketing","marketing",{"name":458,"slug":459,"type":16},"2026-04-06T17:58:19.548331",{"slug":606,"name":606,"fn":607,"description":608,"org":609,"tags":610,"stars":26,"repoUrl":27,"updatedAt":617},"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},[611,612,613,616],{"name":357,"slug":358,"type":16},{"name":24,"slug":25,"type":16},{"name":614,"slug":615,"type":16},"Content Creation","content-creation",{"name":458,"slug":459,"type":16},"2026-04-06T18:00:23.528956",200]