[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-digest":3,"mdc-49eut2-key":34,"related-org-anthropic-digest":663,"related-repo-anthropic-digest":852},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"digest","generate daily activity digests","Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.",{"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],{"name":14,"slug":15,"type":16},"Productivity","productivity","tag",{"name":18,"slug":19,"type":16},"Summarization","summarization",{"name":21,"slug":22,"type":16},"Enterprise Search","enterprise-search",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-06T17:58:36.185228",null,2736,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"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\u002Fenterprise-search\u002Fskills\u002Fdigest","---\nname: digest\ndescription: Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.\nargument-hint: \"[--daily | --weekly | --since \u003Cdate>]\"\n---\n\n# Digest Command\n\n> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](..\u002F..\u002FCONNECTORS.md).\n\nScan recent activity across all connected sources and generate a structured digest highlighting what matters.\n\n## Instructions\n\n### 1. Parse Flags\n\nDetermine the time window from the user's input:\n\n- `--daily` — Last 24 hours (default if no flag specified)\n- `--weekly` — Last 7 days\n\nThe user may also specify a custom range:\n- `--since yesterday`\n- `--since Monday`\n- `--since 2025-01-20`\n\n### 2. Check Available Sources\n\nIdentify which MCP sources are connected (same approach as the search command):\n\n- **~~chat** — channels, DMs, mentions\n- **~~email** — inbox, sent, threads\n- **~~cloud storage** — recently modified docs shared with user\n- **~~project tracker** — tasks assigned, completed, commented on\n- **~~CRM** — opportunity updates, account activity\n- **~~knowledge base** — recently updated wiki pages\n\nIf no sources are connected, guide the user:\n```\nTo generate a digest, you'll need at least one source connected.\nCheck your MCP settings to add ~~chat, ~~email, ~~cloud storage, or other tools.\n```\n\n### 3. Gather Activity from Each Source\n\n**~~chat:**\n- Search for messages mentioning the user (`to:me`)\n- Check channels the user is in for recent activity\n- Look for threads the user participated in\n- Identify new messages in key channels\n\n**~~email:**\n- Search recent inbox messages\n- Identify threads with new replies\n- Flag emails with action items or questions directed at the user\n\n**~~cloud storage:**\n- Find documents recently modified or shared with the user\n- Note new comments on docs the user owns or collaborates on\n\n**~~project tracker:**\n- Tasks assigned to the user (new or updated)\n- Tasks completed by others that the user follows\n- Comments on tasks the user is involved with\n\n**~~CRM:**\n- Opportunity stage changes\n- New activities logged on accounts the user owns\n- Updated contacts or accounts\n\n**~~knowledge base:**\n- Recently updated documents in relevant collections\n- New documents created in watched areas\n\n### 4. Identify Key Items\n\nFrom all gathered activity, extract and categorize:\n\n**Action Items:**\n- Direct requests made to the user (\"Can you...\", \"Please...\", \"@user\")\n- Tasks assigned or due soon\n- Questions awaiting the user's response\n- Review requests\n\n**Decisions:**\n- Conclusions reached in threads or emails\n- Approvals or rejections\n- Policy or direction changes\n\n**Mentions:**\n- Times the user was mentioned or referenced\n- Discussions about the user's projects or areas\n\n**Updates:**\n- Status changes on projects the user follows\n- Document updates in the user's domain\n- Completed items the user was waiting on\n\n### 5. Group by Topic\n\nOrganize the digest by topic, project, or theme rather than by source. Merge related activity across sources:\n\n```\n## Project Aurora\n- ~~chat: Design review thread concluded — team chose Option B (#design, Tuesday)\n- ~~email: Sarah sent updated spec incorporating feedback (Wednesday)\n- ~~cloud storage: \"Aurora API Spec v3\" updated by Sarah (Wednesday)\n- ~~project tracker: 3 tasks moved to In Progress, 2 completed\n\n## Budget Planning\n- ~~email: Finance team requesting Q2 projections by Friday\n- ~~chat: Todd shared template in #finance (Monday)\n- ~~cloud storage: \"Q2 Budget Template\" shared with you (Monday)\n```\n\n### 6. Format the Digest\n\nStructure the output clearly:\n\n```\n# [Daily\u002FWeekly] Digest — [Date or Date Range]\n\nSources scanned: ~~chat, ~~email, ~~cloud storage, [others]\n\n## Action Items (X items)\n- [ ] [Action item 1] — from [person], [source] ([date])\n- [ ] [Action item 2] — from [person], [source] ([date])\n\n## Decisions Made\n- [Decision 1] — [context] ([source], [date])\n- [Decision 2] — [context] ([source], [date])\n\n## [Topic\u002FProject Group 1]\n[Activity summary with source attribution]\n\n## [Topic\u002FProject Group 2]\n[Activity summary with source attribution]\n\n## Mentions\n- [Mention context] — [source] ([date])\n\n## Documents Updated\n- [Doc name] — [who modified, what changed] ([date])\n```\n\n### 7. Handle Unavailable Sources\n\nIf any source fails or is unreachable:\n```\nNote: Could not reach [source name] for this digest.\nThe following sources were included: [list of successful sources].\n```\n\nDo not let one failed source prevent the digest from being generated. Produce the best digest possible from available sources.\n\n### 8. Summary Stats\n\nEnd with a quick summary:\n```\n---\n[X] action items · [Y] decisions · [Z] mentions · [W] doc updates\nAcross [N] sources · Covering [time range]\n```\n\n## Notes\n\n- Default to `--daily` if no flag is specified\n- Group by topic\u002Fproject, not by source — users care about what happened, not where it happened\n- Action items should always be listed first — they are the most actionable part of a digest\n- Deduplicate cross-source activity (same decision in ~~chat and email = one entry)\n- For weekly digests, prioritize significance over completeness — highlight what matters, skip noise\n- If the user has a memory system (CLAUDE.md), use it to decode people names and project references\n- Include enough context in each item that the user can decide whether to dig deeper without clicking through\n",{"data":35,"body":37},{"name":4,"description":6,"argument-hint":36},"[--daily | --weekly | --since \u003Cdate>]",{"type":38,"children":39},"root",[40,49,68,73,80,87,92,120,125,155,161,166,230,235,247,253,261,292,300,318,326,339,347,365,373,391,399,412,418,423,431,454,462,480,488,501,509,527,533,538,547,553,558,567,573,578,587,592,598,603,612,618],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"digest-command",[46],{"type":47,"value":48},"text","Digest Command",{"type":41,"tag":50,"props":51,"children":52},"blockquote",{},[53],{"type":41,"tag":54,"props":55,"children":56},"p",{},[57,59,66],{"type":47,"value":58},"If you see unfamiliar placeholders or need to check which tools are connected, see ",{"type":41,"tag":60,"props":61,"children":63},"a",{"href":62},"..\u002F..\u002FCONNECTORS.md",[64],{"type":47,"value":65},"CONNECTORS.md",{"type":47,"value":67},".",{"type":41,"tag":54,"props":69,"children":70},{},[71],{"type":47,"value":72},"Scan recent activity across all connected sources and generate a structured digest highlighting what matters.",{"type":41,"tag":74,"props":75,"children":77},"h2",{"id":76},"instructions",[78],{"type":47,"value":79},"Instructions",{"type":41,"tag":81,"props":82,"children":84},"h3",{"id":83},"_1-parse-flags",[85],{"type":47,"value":86},"1. Parse Flags",{"type":41,"tag":54,"props":88,"children":89},{},[90],{"type":47,"value":91},"Determine the time window from the user's input:",{"type":41,"tag":93,"props":94,"children":95},"ul",{},[96,109],{"type":41,"tag":97,"props":98,"children":99},"li",{},[100,107],{"type":41,"tag":101,"props":102,"children":104},"code",{"className":103},[],[105],{"type":47,"value":106},"--daily",{"type":47,"value":108}," — Last 24 hours (default if no flag specified)",{"type":41,"tag":97,"props":110,"children":111},{},[112,118],{"type":41,"tag":101,"props":113,"children":115},{"className":114},[],[116],{"type":47,"value":117},"--weekly",{"type":47,"value":119}," — Last 7 days",{"type":41,"tag":54,"props":121,"children":122},{},[123],{"type":47,"value":124},"The user may also specify a custom range:",{"type":41,"tag":93,"props":126,"children":127},{},[128,137,146],{"type":41,"tag":97,"props":129,"children":130},{},[131],{"type":41,"tag":101,"props":132,"children":134},{"className":133},[],[135],{"type":47,"value":136},"--since yesterday",{"type":41,"tag":97,"props":138,"children":139},{},[140],{"type":41,"tag":101,"props":141,"children":143},{"className":142},[],[144],{"type":47,"value":145},"--since Monday",{"type":41,"tag":97,"props":147,"children":148},{},[149],{"type":41,"tag":101,"props":150,"children":152},{"className":151},[],[153],{"type":47,"value":154},"--since 2025-01-20",{"type":41,"tag":81,"props":156,"children":158},{"id":157},"_2-check-available-sources",[159],{"type":47,"value":160},"2. Check Available Sources",{"type":41,"tag":54,"props":162,"children":163},{},[164],{"type":47,"value":165},"Identify which MCP sources are connected (same approach as the search command):",{"type":41,"tag":93,"props":167,"children":168},{},[169,180,190,200,210,220],{"type":41,"tag":97,"props":170,"children":171},{},[172,178],{"type":41,"tag":173,"props":174,"children":175},"strong",{},[176],{"type":47,"value":177},"~~chat",{"type":47,"value":179}," — channels, DMs, mentions",{"type":41,"tag":97,"props":181,"children":182},{},[183,188],{"type":41,"tag":173,"props":184,"children":185},{},[186],{"type":47,"value":187},"~~email",{"type":47,"value":189}," — inbox, sent, threads",{"type":41,"tag":97,"props":191,"children":192},{},[193,198],{"type":41,"tag":173,"props":194,"children":195},{},[196],{"type":47,"value":197},"~~cloud storage",{"type":47,"value":199}," — recently modified docs shared with user",{"type":41,"tag":97,"props":201,"children":202},{},[203,208],{"type":41,"tag":173,"props":204,"children":205},{},[206],{"type":47,"value":207},"~~project tracker",{"type":47,"value":209}," — tasks assigned, completed, commented on",{"type":41,"tag":97,"props":211,"children":212},{},[213,218],{"type":41,"tag":173,"props":214,"children":215},{},[216],{"type":47,"value":217},"~~CRM",{"type":47,"value":219}," — opportunity updates, account activity",{"type":41,"tag":97,"props":221,"children":222},{},[223,228],{"type":41,"tag":173,"props":224,"children":225},{},[226],{"type":47,"value":227},"~~knowledge base",{"type":47,"value":229}," — recently updated wiki pages",{"type":41,"tag":54,"props":231,"children":232},{},[233],{"type":47,"value":234},"If no sources are connected, guide the user:",{"type":41,"tag":236,"props":237,"children":241},"pre",{"className":238,"code":240,"language":47},[239],"language-text","To generate a digest, you'll need at least one source connected.\nCheck your MCP settings to add ~~chat, ~~email, ~~cloud storage, or other tools.\n",[242],{"type":41,"tag":101,"props":243,"children":245},{"__ignoreMap":244},"",[246],{"type":47,"value":240},{"type":41,"tag":81,"props":248,"children":250},{"id":249},"_3-gather-activity-from-each-source",[251],{"type":47,"value":252},"3. Gather Activity from Each Source",{"type":41,"tag":54,"props":254,"children":255},{},[256],{"type":41,"tag":173,"props":257,"children":258},{},[259],{"type":47,"value":260},"~~chat:",{"type":41,"tag":93,"props":262,"children":263},{},[264,277,282,287],{"type":41,"tag":97,"props":265,"children":266},{},[267,269,275],{"type":47,"value":268},"Search for messages mentioning the user (",{"type":41,"tag":101,"props":270,"children":272},{"className":271},[],[273],{"type":47,"value":274},"to:me",{"type":47,"value":276},")",{"type":41,"tag":97,"props":278,"children":279},{},[280],{"type":47,"value":281},"Check channels the user is in for recent activity",{"type":41,"tag":97,"props":283,"children":284},{},[285],{"type":47,"value":286},"Look for threads the user participated in",{"type":41,"tag":97,"props":288,"children":289},{},[290],{"type":47,"value":291},"Identify new messages in key channels",{"type":41,"tag":54,"props":293,"children":294},{},[295],{"type":41,"tag":173,"props":296,"children":297},{},[298],{"type":47,"value":299},"~~email:",{"type":41,"tag":93,"props":301,"children":302},{},[303,308,313],{"type":41,"tag":97,"props":304,"children":305},{},[306],{"type":47,"value":307},"Search recent inbox messages",{"type":41,"tag":97,"props":309,"children":310},{},[311],{"type":47,"value":312},"Identify threads with new replies",{"type":41,"tag":97,"props":314,"children":315},{},[316],{"type":47,"value":317},"Flag emails with action items or questions directed at the user",{"type":41,"tag":54,"props":319,"children":320},{},[321],{"type":41,"tag":173,"props":322,"children":323},{},[324],{"type":47,"value":325},"~~cloud storage:",{"type":41,"tag":93,"props":327,"children":328},{},[329,334],{"type":41,"tag":97,"props":330,"children":331},{},[332],{"type":47,"value":333},"Find documents recently modified or shared with the user",{"type":41,"tag":97,"props":335,"children":336},{},[337],{"type":47,"value":338},"Note new comments on docs the user owns or collaborates on",{"type":41,"tag":54,"props":340,"children":341},{},[342],{"type":41,"tag":173,"props":343,"children":344},{},[345],{"type":47,"value":346},"~~project tracker:",{"type":41,"tag":93,"props":348,"children":349},{},[350,355,360],{"type":41,"tag":97,"props":351,"children":352},{},[353],{"type":47,"value":354},"Tasks assigned to the user (new or updated)",{"type":41,"tag":97,"props":356,"children":357},{},[358],{"type":47,"value":359},"Tasks completed by others that the user follows",{"type":41,"tag":97,"props":361,"children":362},{},[363],{"type":47,"value":364},"Comments on tasks the user is involved with",{"type":41,"tag":54,"props":366,"children":367},{},[368],{"type":41,"tag":173,"props":369,"children":370},{},[371],{"type":47,"value":372},"~~CRM:",{"type":41,"tag":93,"props":374,"children":375},{},[376,381,386],{"type":41,"tag":97,"props":377,"children":378},{},[379],{"type":47,"value":380},"Opportunity stage changes",{"type":41,"tag":97,"props":382,"children":383},{},[384],{"type":47,"value":385},"New activities logged on accounts the user owns",{"type":41,"tag":97,"props":387,"children":388},{},[389],{"type":47,"value":390},"Updated contacts or accounts",{"type":41,"tag":54,"props":392,"children":393},{},[394],{"type":41,"tag":173,"props":395,"children":396},{},[397],{"type":47,"value":398},"~~knowledge base:",{"type":41,"tag":93,"props":400,"children":401},{},[402,407],{"type":41,"tag":97,"props":403,"children":404},{},[405],{"type":47,"value":406},"Recently updated documents in relevant collections",{"type":41,"tag":97,"props":408,"children":409},{},[410],{"type":47,"value":411},"New documents created in watched areas",{"type":41,"tag":81,"props":413,"children":415},{"id":414},"_4-identify-key-items",[416],{"type":47,"value":417},"4. Identify Key Items",{"type":41,"tag":54,"props":419,"children":420},{},[421],{"type":47,"value":422},"From all gathered activity, extract and categorize:",{"type":41,"tag":54,"props":424,"children":425},{},[426],{"type":41,"tag":173,"props":427,"children":428},{},[429],{"type":47,"value":430},"Action Items:",{"type":41,"tag":93,"props":432,"children":433},{},[434,439,444,449],{"type":41,"tag":97,"props":435,"children":436},{},[437],{"type":47,"value":438},"Direct requests made to the user (\"Can you...\", \"Please...\", \"@user\")",{"type":41,"tag":97,"props":440,"children":441},{},[442],{"type":47,"value":443},"Tasks assigned or due soon",{"type":41,"tag":97,"props":445,"children":446},{},[447],{"type":47,"value":448},"Questions awaiting the user's response",{"type":41,"tag":97,"props":450,"children":451},{},[452],{"type":47,"value":453},"Review requests",{"type":41,"tag":54,"props":455,"children":456},{},[457],{"type":41,"tag":173,"props":458,"children":459},{},[460],{"type":47,"value":461},"Decisions:",{"type":41,"tag":93,"props":463,"children":464},{},[465,470,475],{"type":41,"tag":97,"props":466,"children":467},{},[468],{"type":47,"value":469},"Conclusions reached in threads or emails",{"type":41,"tag":97,"props":471,"children":472},{},[473],{"type":47,"value":474},"Approvals or rejections",{"type":41,"tag":97,"props":476,"children":477},{},[478],{"type":47,"value":479},"Policy or direction changes",{"type":41,"tag":54,"props":481,"children":482},{},[483],{"type":41,"tag":173,"props":484,"children":485},{},[486],{"type":47,"value":487},"Mentions:",{"type":41,"tag":93,"props":489,"children":490},{},[491,496],{"type":41,"tag":97,"props":492,"children":493},{},[494],{"type":47,"value":495},"Times the user was mentioned or referenced",{"type":41,"tag":97,"props":497,"children":498},{},[499],{"type":47,"value":500},"Discussions about the user's projects or areas",{"type":41,"tag":54,"props":502,"children":503},{},[504],{"type":41,"tag":173,"props":505,"children":506},{},[507],{"type":47,"value":508},"Updates:",{"type":41,"tag":93,"props":510,"children":511},{},[512,517,522],{"type":41,"tag":97,"props":513,"children":514},{},[515],{"type":47,"value":516},"Status changes on projects the user follows",{"type":41,"tag":97,"props":518,"children":519},{},[520],{"type":47,"value":521},"Document updates in the user's domain",{"type":41,"tag":97,"props":523,"children":524},{},[525],{"type":47,"value":526},"Completed items the user was waiting on",{"type":41,"tag":81,"props":528,"children":530},{"id":529},"_5-group-by-topic",[531],{"type":47,"value":532},"5. Group by Topic",{"type":41,"tag":54,"props":534,"children":535},{},[536],{"type":47,"value":537},"Organize the digest by topic, project, or theme rather than by source. Merge related activity across sources:",{"type":41,"tag":236,"props":539,"children":542},{"className":540,"code":541,"language":47},[239],"## Project Aurora\n- ~~chat: Design review thread concluded — team chose Option B (#design, Tuesday)\n- ~~email: Sarah sent updated spec incorporating feedback (Wednesday)\n- ~~cloud storage: \"Aurora API Spec v3\" updated by Sarah (Wednesday)\n- ~~project tracker: 3 tasks moved to In Progress, 2 completed\n\n## Budget Planning\n- ~~email: Finance team requesting Q2 projections by Friday\n- ~~chat: Todd shared template in #finance (Monday)\n- ~~cloud storage: \"Q2 Budget Template\" shared with you (Monday)\n",[543],{"type":41,"tag":101,"props":544,"children":545},{"__ignoreMap":244},[546],{"type":47,"value":541},{"type":41,"tag":81,"props":548,"children":550},{"id":549},"_6-format-the-digest",[551],{"type":47,"value":552},"6. Format the Digest",{"type":41,"tag":54,"props":554,"children":555},{},[556],{"type":47,"value":557},"Structure the output clearly:",{"type":41,"tag":236,"props":559,"children":562},{"className":560,"code":561,"language":47},[239],"# [Daily\u002FWeekly] Digest — [Date or Date Range]\n\nSources scanned: ~~chat, ~~email, ~~cloud storage, [others]\n\n## Action Items (X items)\n- [ ] [Action item 1] — from [person], [source] ([date])\n- [ ] [Action item 2] — from [person], [source] ([date])\n\n## Decisions Made\n- [Decision 1] — [context] ([source], [date])\n- [Decision 2] — [context] ([source], [date])\n\n## [Topic\u002FProject Group 1]\n[Activity summary with source attribution]\n\n## [Topic\u002FProject Group 2]\n[Activity summary with source attribution]\n\n## Mentions\n- [Mention context] — [source] ([date])\n\n## Documents Updated\n- [Doc name] — [who modified, what changed] ([date])\n",[563],{"type":41,"tag":101,"props":564,"children":565},{"__ignoreMap":244},[566],{"type":47,"value":561},{"type":41,"tag":81,"props":568,"children":570},{"id":569},"_7-handle-unavailable-sources",[571],{"type":47,"value":572},"7. Handle Unavailable Sources",{"type":41,"tag":54,"props":574,"children":575},{},[576],{"type":47,"value":577},"If any source fails or is unreachable:",{"type":41,"tag":236,"props":579,"children":582},{"className":580,"code":581,"language":47},[239],"Note: Could not reach [source name] for this digest.\nThe following sources were included: [list of successful sources].\n",[583],{"type":41,"tag":101,"props":584,"children":585},{"__ignoreMap":244},[586],{"type":47,"value":581},{"type":41,"tag":54,"props":588,"children":589},{},[590],{"type":47,"value":591},"Do not let one failed source prevent the digest from being generated. Produce the best digest possible from available sources.",{"type":41,"tag":81,"props":593,"children":595},{"id":594},"_8-summary-stats",[596],{"type":47,"value":597},"8. Summary Stats",{"type":41,"tag":54,"props":599,"children":600},{},[601],{"type":47,"value":602},"End with a quick summary:",{"type":41,"tag":236,"props":604,"children":607},{"className":605,"code":606,"language":47},[239],"---\n[X] action items · [Y] decisions · [Z] mentions · [W] doc updates\nAcross [N] sources · Covering [time range]\n",[608],{"type":41,"tag":101,"props":609,"children":610},{"__ignoreMap":244},[611],{"type":47,"value":606},{"type":41,"tag":74,"props":613,"children":615},{"id":614},"notes",[616],{"type":47,"value":617},"Notes",{"type":41,"tag":93,"props":619,"children":620},{},[621,633,638,643,648,653,658],{"type":41,"tag":97,"props":622,"children":623},{},[624,626,631],{"type":47,"value":625},"Default to ",{"type":41,"tag":101,"props":627,"children":629},{"className":628},[],[630],{"type":47,"value":106},{"type":47,"value":632}," if no flag is specified",{"type":41,"tag":97,"props":634,"children":635},{},[636],{"type":47,"value":637},"Group by topic\u002Fproject, not by source — users care about what happened, not where it happened",{"type":41,"tag":97,"props":639,"children":640},{},[641],{"type":47,"value":642},"Action items should always be listed first — they are the most actionable part of a digest",{"type":41,"tag":97,"props":644,"children":645},{},[646],{"type":47,"value":647},"Deduplicate cross-source activity (same decision in ~~chat and email = one entry)",{"type":41,"tag":97,"props":649,"children":650},{},[651],{"type":47,"value":652},"For weekly digests, prioritize significance over completeness — highlight what matters, skip noise",{"type":41,"tag":97,"props":654,"children":655},{},[656],{"type":47,"value":657},"If the user has a memory system (CLAUDE.md), use it to decode people names and project references",{"type":41,"tag":97,"props":659,"children":660},{},[661],{"type":47,"value":662},"Include enough context in each item that the user can decide whether to dig deeper without clicking through",{"items":664,"total":851},[665,686,700,712,731,744,765,785,799,814,822,835],{"slug":666,"name":666,"fn":667,"description":668,"org":669,"tags":670,"stars":683,"repoUrl":684,"updatedAt":685},"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},[671,674,677,680],{"name":672,"slug":673,"type":16},"Creative","creative",{"name":675,"slug":676,"type":16},"Design","design",{"name":678,"slug":679,"type":16},"Generative Art","generative-art",{"name":681,"slug":682,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":687,"name":687,"fn":688,"description":689,"org":690,"tags":691,"stars":683,"repoUrl":684,"updatedAt":699},"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},[692,695,696],{"name":693,"slug":694,"type":16},"Branding","branding",{"name":675,"slug":676,"type":16},{"name":697,"slug":698,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":701,"name":701,"fn":702,"description":703,"org":704,"tags":705,"stars":683,"repoUrl":684,"updatedAt":711},"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},[706,707,708],{"name":672,"slug":673,"type":16},{"name":675,"slug":676,"type":16},{"name":709,"slug":710,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":713,"name":713,"fn":714,"description":715,"org":716,"tags":717,"stars":683,"repoUrl":684,"updatedAt":730},"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},[718,721,722,725,727],{"name":719,"slug":720,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":723,"slug":724,"type":16},"Anthropic SDK","anthropic-sdk",{"name":726,"slug":713,"type":16},"Claude API",{"name":728,"slug":729,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":732,"name":732,"fn":733,"description":734,"org":735,"tags":736,"stars":683,"repoUrl":684,"updatedAt":743},"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},[737,740],{"name":738,"slug":739,"type":16},"Documentation","documentation",{"name":741,"slug":742,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":745,"name":745,"fn":746,"description":747,"org":748,"tags":749,"stars":683,"repoUrl":684,"updatedAt":764},"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},[750,753,755,758,761],{"name":751,"slug":752,"type":16},"Documents","documents",{"name":754,"slug":745,"type":16},"DOCX",{"name":756,"slug":757,"type":16},"Office","office",{"name":759,"slug":760,"type":16},"Templates","templates",{"name":762,"slug":763,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":766,"name":766,"fn":767,"description":768,"org":769,"tags":770,"stars":683,"repoUrl":684,"updatedAt":784},"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},[771,772,775,778,781],{"name":675,"slug":676,"type":16},{"name":773,"slug":774,"type":16},"Frontend","frontend",{"name":776,"slug":777,"type":16},"React","react",{"name":779,"slug":780,"type":16},"Tailwind CSS","tailwind-css",{"name":782,"slug":783,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":786,"name":786,"fn":787,"description":788,"org":789,"tags":790,"stars":683,"repoUrl":684,"updatedAt":798},"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},[791,794,795],{"name":792,"slug":793,"type":16},"Communications","communications",{"name":759,"slug":760,"type":16},{"name":796,"slug":797,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":800,"name":800,"fn":801,"description":802,"org":803,"tags":804,"stars":683,"repoUrl":684,"updatedAt":813},"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},[805,806,809,810],{"name":719,"slug":720,"type":16},{"name":807,"slug":808,"type":16},"API Development","api-development",{"name":728,"slug":729,"type":16},{"name":811,"slug":812,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":710,"name":710,"fn":815,"description":816,"org":817,"tags":818,"stars":683,"repoUrl":684,"updatedAt":821},"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},[819,820],{"name":751,"slug":752,"type":16},{"name":709,"slug":710,"type":16},"2026-04-06T17:56:02.483316",{"slug":823,"name":823,"fn":824,"description":825,"org":826,"tags":827,"stars":683,"repoUrl":684,"updatedAt":834},"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},[828,831],{"name":829,"slug":830,"type":16},"PowerPoint","powerpoint",{"name":832,"slug":833,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":836,"name":836,"fn":837,"description":838,"org":839,"tags":840,"stars":683,"repoUrl":684,"updatedAt":850},"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},[841,842,843,846,849],{"name":719,"slug":720,"type":16},{"name":738,"slug":739,"type":16},{"name":844,"slug":845,"type":16},"Evals","evals",{"name":847,"slug":848,"type":16},"Performance","performance",{"name":741,"slug":742,"type":16},"2026-04-19T06:45:40.804",490,{"items":853,"total":960},[854,868,884,900,916,935,947],{"slug":855,"name":855,"fn":856,"description":857,"org":858,"tags":859,"stars":23,"repoUrl":24,"updatedAt":867},"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},[860,863,864],{"name":861,"slug":862,"type":16},"Accessibility","accessibility",{"name":675,"slug":676,"type":16},{"name":865,"slug":866,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":869,"name":869,"fn":870,"description":871,"org":872,"tags":873,"stars":23,"repoUrl":24,"updatedAt":883},"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},[874,877,880],{"name":875,"slug":876,"type":16},"CRM","crm",{"name":878,"slug":879,"type":16},"Research","research",{"name":881,"slug":882,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":885,"name":885,"fn":886,"description":887,"org":888,"tags":889,"stars":23,"repoUrl":24,"updatedAt":899},"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},[890,893,896],{"name":891,"slug":892,"type":16},"Analytics","analytics",{"name":894,"slug":895,"type":16},"Data Analysis","data-analysis",{"name":897,"slug":898,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":901,"name":901,"fn":902,"description":903,"org":904,"tags":905,"stars":23,"repoUrl":24,"updatedAt":915},"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},[906,909,911,912],{"name":907,"slug":908,"type":16},"ADR","adr",{"name":910,"slug":901,"type":16},"Architecture",{"name":738,"slug":739,"type":16},{"name":913,"slug":914,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":917,"name":917,"fn":918,"description":919,"org":920,"tags":921,"stars":23,"repoUrl":24,"updatedAt":934},"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},[922,925,928,931],{"name":923,"slug":924,"type":16},"Audit","audit",{"name":926,"slug":927,"type":16},"Finance","finance",{"name":929,"slug":930,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":932,"slug":933,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":936,"name":936,"fn":937,"description":938,"org":939,"tags":940,"stars":23,"repoUrl":24,"updatedAt":946},"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},[941,942,945],{"name":693,"slug":694,"type":16},{"name":943,"slug":944,"type":16},"Marketing","marketing",{"name":796,"slug":797,"type":16},"2026-04-06T17:58:19.548331",{"slug":948,"name":948,"fn":949,"description":950,"org":951,"tags":952,"stars":23,"repoUrl":24,"updatedAt":959},"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},[953,954,955,958],{"name":693,"slug":694,"type":16},{"name":792,"slug":793,"type":16},{"name":956,"slug":957,"type":16},"Content Creation","content-creation",{"name":796,"slug":797,"type":16},"2026-04-06T18:00:23.528956",200]