[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-cowork-plugin-customizer":3,"mdc--79r7ck-key":31,"related-org-anthropic-cowork-plugin-customizer":1201,"related-repo-anthropic-cowork-plugin-customizer":1390},{"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},"cowork-plugin-customizer","customize Claude Code plugins for organizations","Customize a Claude Code plugin for a specific organization's tools and workflows. Use when: customize plugin, set up plugin, configure plugin, tailor plugin, adjust plugin settings, customize plugin connectors, customize plugin skill, tweak plugin, modify plugin configuration.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17],{"name":14,"slug":15,"type":16},"Claude Code","claude-code","tag",{"name":18,"slug":19,"type":16},"Plugin Development","plugin-development",22885,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fknowledge-work-plugins","2026-04-06T18:00:36.814884",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\u002Fcowork-plugin-management\u002Fskills\u002Fcowork-plugin-customizer","---\nname: cowork-plugin-customizer\ndescription: >\n  Customize a Claude Code plugin for a specific organization's tools and workflows.\n  Use when: customize plugin, set up plugin, configure plugin, tailor plugin, adjust plugin settings,\n  customize plugin connectors, customize plugin skill, tweak plugin, modify plugin configuration.\ncompatibility: Requires Cowork desktop app environment with access to mounted plugin directories (mnt\u002F.local-plugins, mnt\u002F.plugins).\n---\n\n# Cowork Plugin Customization\n\nCustomize a plugin for a specific organization — either by setting up a generic plugin template for the first time, or by tweaking and refining an already-configured plugin.\n\n> **Finding the plugin**: To find the plugin's source files, run `find mnt\u002F.local-plugins mnt\u002F.plugins -type d -name \"*\u003Cplugin-name>*\"` to locate the plugin directory, then read its files to understand its structure before making changes. If you cannot find the plugin directory, the user is likely running this conversation in a remote container. Abort and let them know: \"Customizing plugins is currently only available in the desktop app's Cowork mode.\"\n\n## Determining the Customization Mode\n\nAfter locating the plugin, check for `~~`-prefixed placeholders: `grep -rn '~~\\w' \u002Fpath\u002Fto\u002Fplugin --include='*.md' --include='*.json'`\n\n> **Default rule**: If `~~` placeholders exist, default to **Generic plugin setup** unless the user explicitly asks to customize a specific part of the plugin.\n\n**1. Generic plugin setup** — The plugin contains `~~`-prefixed placeholders. These are customization points in a template that need to be replaced with real values (e.g., `~~Jira` → `Asana`, `~~your-team-channel` → `#engineering`).\n\n**2. Scoped customization** — No `~~` placeholders exist, and the user asked to customize a specific part of the plugin (e.g., \"customize the connectors\", \"update the standup skill\", \"change the ticket tool\"). Read the plugin files to find the relevant section(s) and focus only on those. Do not scan the entire plugin or present unrelated customization items.\n\n> **Legacy `commands\u002F` directories**: Some plugins include a `commands\u002F` directory. The Cowork UI now presents these alongside skills as a single \"Skills\" concept, so treat `commands\u002F*.md` files the same way you would `skills\u002F*\u002FSKILL.md` files when customizing.\n\n**3. General customization** — No `~~` placeholders exist, and the user wants to modify the plugin broadly. Read the plugin's files to understand its current configuration, then ask the user what they'd like to change.\n\n> **Important**: Never change the name of the plugin or skill being customized. Do not rename directories, files, or the plugin\u002Fskill name fields.\n\n> **Nontechnical output**: All user-facing output (todo list items, questions, summaries) must be written in plain, nontechnical language. Never mention `~~` prefixes, placeholders, or customization points to the user. Frame everything in terms of the plugin's capabilities and the organization's tools.\n\n## Customization Workflow\n\n### Phase 0: Gather User Intent (scoped and general customization only)\n\nFor **scoped customization** and **general customization** (not generic plugin setup), check whether the user provided free-form context alongside their request (e.g., \"customize the standup skill — we do async standups in #eng-updates every morning\").\n\n- **If the user provided context**: Record it and use it to pre-fill answers in Phase 3 — skip asking questions that the user already answered here.\n- **If the user did not provide context**: Ask a single open-ended question using AskUserQuestion before proceeding. Tailor the question to what they asked to customize — e.g., \"What changes do you have in mind for the brief skill?\" or \"What would you like to change about how this plugin works?\" Keep it short and specific to their request.\n\n  Use their response (if any) as additional context throughout the remaining phases.\n\n### Phase 1: Gather Context from Knowledge MCPs\n\nUse company-internal knowledge MCPs to collect information relevant to the customization scope. See `references\u002Fsearch-strategies.md` for detailed query patterns by category.\n\n**What to gather** (scope to what's relevant):\n\n- Tool names and services the organization uses\n- Organizational processes and workflows\n- Team conventions (naming, statuses, estimation scales)\n- Configuration values (workspace IDs, project names, team identifiers)\n\n**Sources to search:**\n\n1. **Chat\u002FSlack MCPs** — tool mentions, integrations, workflow discussions\n2. **Document MCPs** — onboarding docs, tool guides, setup instructions\n3. **Email MCPs** — license notifications, admin emails, setup invitations\n\nRecord all findings for use in Phase 3.\n\n### Phase 2: Create Todo List\n\nBuild a todo list of changes to make, scoped appropriately:\n\n- **For scoped customization**: Only include items related to the specific section the user asked about.\n- **For generic plugin setup**: Run `grep -rn '~~\\w' \u002Fpath\u002Fto\u002Fplugin --include='*.md' --include='*.json'` to find all placeholder customization points. Group them by theme.\n- **For general customization**: Read the plugin files, understand the current config, and based on the user's request, identify what needs to change.\n\nUse user-friendly descriptions that focus on the plugin's purpose:\n\n- **Good**: \"Learn how standup prep works at Company\"\n- **Bad**: \"Replace placeholders in skills\u002Fstandup-prep\u002FSKILL.md\"\n\n### Phase 3: Complete Todo Items\n\nWork through each item using context from Phase 0 and Phase 1.\n\n**If the user's free-form input (Phase 0) or knowledge MCPs (Phase 1) provided a clear answer**: Apply directly without confirmation.\n\n**Otherwise**: Use AskUserQuestion. Don't assume \"industry standard\" defaults are correct — if neither the user's input nor knowledge MCPs provided a specific answer, ask. Note: AskUserQuestion always includes a Skip button and a free-text input box for custom answers, so do not include `None` or `Other` as options.\n\n**Types of changes:**\n\n1. **Placeholder replacements** (generic setup): `~~Jira` → `Asana`, `~~your-org-channel` → `#engineering`\n2. **Content updates**: Modifying instructions, skills, workflows, or references to match the organization\n3. **URL pattern updates**: `tickets.example.com\u002Fyour-team\u002F123` → `app.asana.com\u002F0\u002FPROJECT_ID\u002FTASK_ID`\n4. **Configuration values**: Workspace IDs, project names, team identifiers\n\nIf user doesn't know or skips, leave the value unchanged (or the `~~`-prefixed placeholder, for generic setup).\n\n### Phase 4: Search for Useful MCPs\n\nAfter customization items have been resolved, connect MCPs for any tools that were identified or changed. See `references\u002Fmcp-servers.md` for the full workflow, category-to-keywords mapping, and config file format.\n\nFor each tool identified during customization:\n\n1. Search the registry: `search_mcp_registry(keywords=[...])` using category keywords from `references\u002Fmcp-servers.md`, or search for the specific tool name if already known\n2. If unconnected: `suggest_connectors(directoryUuids=[\"chosen-uuid\"])` — user completes auth\n3. Update the plugin's MCP config file (check `plugin.json` for custom location, otherwise `.mcp.json` at root)\n\nCollect all MCP results and present them together in the summary output (see below) — don't present MCPs one at a time during this phase.\n\n## Packaging the Plugin\n\nAfter all customizations are applied, package the plugin as a `.plugin` file for the user:\n\n1. **Zip the plugin directory** (excluding `setup\u002F` since it's no longer needed):\n   ```bash\n   cd \u002Fpath\u002Fto\u002Fplugin && zip -r \u002Ftmp\u002Fplugin-name.plugin . -x \"setup\u002F*\" && cp \u002Ftmp\u002Fplugin-name.plugin \u002Fpath\u002Fto\u002Foutputs\u002Fplugin-name.plugin\n   ```\n2. **Present the file to the user** with the `.plugin` extension so they can install it directly. (Presenting the .plugin file will show to the user as a rich preview where they can look through the plugin files, and they can accept the customization by pressing a button.)\n\n> **Important**: Always create the zip in `\u002Ftmp\u002F` first, then copy to the outputs folder. Writing directly to the outputs folder may fail due to permissions and leave behind temporary files.\n\n> **Naming**: Use the original plugin directory name for the `.plugin` file (e.g., if the plugin directory is `coder`, the output file should be `coder.plugin`). Do not rename the plugin or its files during customization — only replace placeholder values and update content.\n\n## Summary Output\n\nAfter customization, present the user with a summary of what was learned grouped by source. Always include the MCPs sections showing which MCPs were connected during setup and which ones the user should still connect:\n\n```markdown\n## From searching Slack\n\n- You use Asana for project management\n- Sprint cycles are 2 weeks\n\n## From searching documents\n\n- Story points use T-shirt sizes\n\n## From your answers\n\n- Ticket statuses are: Backlog, In Progress, In Review, Done\n```\n\nThen present the MCPs that were connected during setup and any that the user should still connect, with instructions on how to connect them.\n\nIf no knowledge MCPs were available in Phase 1, and the user had to answer at least one question manually, include a note at the end:\n\n> By the way, connecting sources like Slack or Microsoft Teams would let me find answers automatically next time you customize a plugin.\n\n## Additional Resources\n\n- **`references\u002Fmcp-servers.md`** — MCP discovery workflow, category-to-keywords mapping, config file locations\n- **`references\u002Fsearch-strategies.md`** — Knowledge MCP query patterns for finding tool names and org values\n- **`examples\u002Fcustomized-mcp.json`** — Example fully configured `.mcp.json`\n",{"data":32,"body":34},{"name":4,"description":6,"compatibility":33},"Requires Cowork desktop app environment with access to mounted plugin directories (mnt\u002F.local-plugins, mnt\u002F.plugins).",{"type":35,"children":36},"root",[37,46,52,76,83,102,129,177,194,238,254,267,287,293,300,319,350,356,369,379,402,410,444,449,455,460,500,505,528,534,539,549,575,583,663,675,681,694,699,756,761,767,780,912,932,968,974,979,1123,1128,1133,1141,1147,1195],{"type":38,"tag":39,"props":40,"children":42},"element","h1",{"id":41},"cowork-plugin-customization",[43],{"type":44,"value":45},"text","Cowork Plugin Customization",{"type":38,"tag":47,"props":48,"children":49},"p",{},[50],{"type":44,"value":51},"Customize a plugin for a specific organization — either by setting up a generic plugin template for the first time, or by tweaking and refining an already-configured plugin.",{"type":38,"tag":53,"props":54,"children":55},"blockquote",{},[56],{"type":38,"tag":47,"props":57,"children":58},{},[59,65,67,74],{"type":38,"tag":60,"props":61,"children":62},"strong",{},[63],{"type":44,"value":64},"Finding the plugin",{"type":44,"value":66},": To find the plugin's source files, run ",{"type":38,"tag":68,"props":69,"children":71},"code",{"className":70},[],[72],{"type":44,"value":73},"find mnt\u002F.local-plugins mnt\u002F.plugins -type d -name \"*\u003Cplugin-name>*\"",{"type":44,"value":75}," to locate the plugin directory, then read its files to understand its structure before making changes. If you cannot find the plugin directory, the user is likely running this conversation in a remote container. Abort and let them know: \"Customizing plugins is currently only available in the desktop app's Cowork mode.\"",{"type":38,"tag":77,"props":78,"children":80},"h2",{"id":79},"determining-the-customization-mode",[81],{"type":44,"value":82},"Determining the Customization Mode",{"type":38,"tag":47,"props":84,"children":85},{},[86,88,94,96],{"type":44,"value":87},"After locating the plugin, check for ",{"type":38,"tag":68,"props":89,"children":91},{"className":90},[],[92],{"type":44,"value":93},"~~",{"type":44,"value":95},"-prefixed placeholders: ",{"type":38,"tag":68,"props":97,"children":99},{"className":98},[],[100],{"type":44,"value":101},"grep -rn '~~\\w' \u002Fpath\u002Fto\u002Fplugin --include='*.md' --include='*.json'",{"type":38,"tag":53,"props":103,"children":104},{},[105],{"type":38,"tag":47,"props":106,"children":107},{},[108,113,115,120,122,127],{"type":38,"tag":60,"props":109,"children":110},{},[111],{"type":44,"value":112},"Default rule",{"type":44,"value":114},": If ",{"type":38,"tag":68,"props":116,"children":118},{"className":117},[],[119],{"type":44,"value":93},{"type":44,"value":121}," placeholders exist, default to ",{"type":38,"tag":60,"props":123,"children":124},{},[125],{"type":44,"value":126},"Generic plugin setup",{"type":44,"value":128}," unless the user explicitly asks to customize a specific part of the plugin.",{"type":38,"tag":47,"props":130,"children":131},{},[132,137,139,144,146,152,154,160,162,168,169,175],{"type":38,"tag":60,"props":133,"children":134},{},[135],{"type":44,"value":136},"1. Generic plugin setup",{"type":44,"value":138}," — The plugin contains ",{"type":38,"tag":68,"props":140,"children":142},{"className":141},[],[143],{"type":44,"value":93},{"type":44,"value":145},"-prefixed placeholders. These are customization points in a template that need to be replaced with real values (e.g., ",{"type":38,"tag":68,"props":147,"children":149},{"className":148},[],[150],{"type":44,"value":151},"~~Jira",{"type":44,"value":153}," → ",{"type":38,"tag":68,"props":155,"children":157},{"className":156},[],[158],{"type":44,"value":159},"Asana",{"type":44,"value":161},", ",{"type":38,"tag":68,"props":163,"children":165},{"className":164},[],[166],{"type":44,"value":167},"~~your-team-channel",{"type":44,"value":153},{"type":38,"tag":68,"props":170,"children":172},{"className":171},[],[173],{"type":44,"value":174},"#engineering",{"type":44,"value":176},").",{"type":38,"tag":47,"props":178,"children":179},{},[180,185,187,192],{"type":38,"tag":60,"props":181,"children":182},{},[183],{"type":44,"value":184},"2. Scoped customization",{"type":44,"value":186}," — No ",{"type":38,"tag":68,"props":188,"children":190},{"className":189},[],[191],{"type":44,"value":93},{"type":44,"value":193}," placeholders exist, and the user asked to customize a specific part of the plugin (e.g., \"customize the connectors\", \"update the standup skill\", \"change the ticket tool\"). Read the plugin files to find the relevant section(s) and focus only on those. Do not scan the entire plugin or present unrelated customization items.",{"type":38,"tag":53,"props":195,"children":196},{},[197],{"type":38,"tag":47,"props":198,"children":199},{},[200,213,215,220,222,228,230,236],{"type":38,"tag":60,"props":201,"children":202},{},[203,205,211],{"type":44,"value":204},"Legacy ",{"type":38,"tag":68,"props":206,"children":208},{"className":207},[],[209],{"type":44,"value":210},"commands\u002F",{"type":44,"value":212}," directories",{"type":44,"value":214},": Some plugins include a ",{"type":38,"tag":68,"props":216,"children":218},{"className":217},[],[219],{"type":44,"value":210},{"type":44,"value":221}," directory. The Cowork UI now presents these alongside skills as a single \"Skills\" concept, so treat ",{"type":38,"tag":68,"props":223,"children":225},{"className":224},[],[226],{"type":44,"value":227},"commands\u002F*.md",{"type":44,"value":229}," files the same way you would ",{"type":38,"tag":68,"props":231,"children":233},{"className":232},[],[234],{"type":44,"value":235},"skills\u002F*\u002FSKILL.md",{"type":44,"value":237}," files when customizing.",{"type":38,"tag":47,"props":239,"children":240},{},[241,246,247,252],{"type":38,"tag":60,"props":242,"children":243},{},[244],{"type":44,"value":245},"3. General customization",{"type":44,"value":186},{"type":38,"tag":68,"props":248,"children":250},{"className":249},[],[251],{"type":44,"value":93},{"type":44,"value":253}," placeholders exist, and the user wants to modify the plugin broadly. Read the plugin's files to understand its current configuration, then ask the user what they'd like to change.",{"type":38,"tag":53,"props":255,"children":256},{},[257],{"type":38,"tag":47,"props":258,"children":259},{},[260,265],{"type":38,"tag":60,"props":261,"children":262},{},[263],{"type":44,"value":264},"Important",{"type":44,"value":266},": Never change the name of the plugin or skill being customized. Do not rename directories, files, or the plugin\u002Fskill name fields.",{"type":38,"tag":53,"props":268,"children":269},{},[270],{"type":38,"tag":47,"props":271,"children":272},{},[273,278,280,285],{"type":38,"tag":60,"props":274,"children":275},{},[276],{"type":44,"value":277},"Nontechnical output",{"type":44,"value":279},": All user-facing output (todo list items, questions, summaries) must be written in plain, nontechnical language. Never mention ",{"type":38,"tag":68,"props":281,"children":283},{"className":282},[],[284],{"type":44,"value":93},{"type":44,"value":286}," prefixes, placeholders, or customization points to the user. Frame everything in terms of the plugin's capabilities and the organization's tools.",{"type":38,"tag":77,"props":288,"children":290},{"id":289},"customization-workflow",[291],{"type":44,"value":292},"Customization Workflow",{"type":38,"tag":294,"props":295,"children":297},"h3",{"id":296},"phase-0-gather-user-intent-scoped-and-general-customization-only",[298],{"type":44,"value":299},"Phase 0: Gather User Intent (scoped and general customization only)",{"type":38,"tag":47,"props":301,"children":302},{},[303,305,310,312,317],{"type":44,"value":304},"For ",{"type":38,"tag":60,"props":306,"children":307},{},[308],{"type":44,"value":309},"scoped customization",{"type":44,"value":311}," and ",{"type":38,"tag":60,"props":313,"children":314},{},[315],{"type":44,"value":316},"general customization",{"type":44,"value":318}," (not generic plugin setup), check whether the user provided free-form context alongside their request (e.g., \"customize the standup skill — we do async standups in #eng-updates every morning\").",{"type":38,"tag":320,"props":321,"children":322},"ul",{},[323,334],{"type":38,"tag":324,"props":325,"children":326},"li",{},[327,332],{"type":38,"tag":60,"props":328,"children":329},{},[330],{"type":44,"value":331},"If the user provided context",{"type":44,"value":333},": Record it and use it to pre-fill answers in Phase 3 — skip asking questions that the user already answered here.",{"type":38,"tag":324,"props":335,"children":336},{},[337,342,344,348],{"type":38,"tag":60,"props":338,"children":339},{},[340],{"type":44,"value":341},"If the user did not provide context",{"type":44,"value":343},": Ask a single open-ended question using AskUserQuestion before proceeding. Tailor the question to what they asked to customize — e.g., \"What changes do you have in mind for the brief skill?\" or \"What would you like to change about how this plugin works?\" Keep it short and specific to their request.",{"type":38,"tag":345,"props":346,"children":347},"br",{},[],{"type":44,"value":349},"Use their response (if any) as additional context throughout the remaining phases.",{"type":38,"tag":294,"props":351,"children":353},{"id":352},"phase-1-gather-context-from-knowledge-mcps",[354],{"type":44,"value":355},"Phase 1: Gather Context from Knowledge MCPs",{"type":38,"tag":47,"props":357,"children":358},{},[359,361,367],{"type":44,"value":360},"Use company-internal knowledge MCPs to collect information relevant to the customization scope. See ",{"type":38,"tag":68,"props":362,"children":364},{"className":363},[],[365],{"type":44,"value":366},"references\u002Fsearch-strategies.md",{"type":44,"value":368}," for detailed query patterns by category.",{"type":38,"tag":47,"props":370,"children":371},{},[372,377],{"type":38,"tag":60,"props":373,"children":374},{},[375],{"type":44,"value":376},"What to gather",{"type":44,"value":378}," (scope to what's relevant):",{"type":38,"tag":320,"props":380,"children":381},{},[382,387,392,397],{"type":38,"tag":324,"props":383,"children":384},{},[385],{"type":44,"value":386},"Tool names and services the organization uses",{"type":38,"tag":324,"props":388,"children":389},{},[390],{"type":44,"value":391},"Organizational processes and workflows",{"type":38,"tag":324,"props":393,"children":394},{},[395],{"type":44,"value":396},"Team conventions (naming, statuses, estimation scales)",{"type":38,"tag":324,"props":398,"children":399},{},[400],{"type":44,"value":401},"Configuration values (workspace IDs, project names, team identifiers)",{"type":38,"tag":47,"props":403,"children":404},{},[405],{"type":38,"tag":60,"props":406,"children":407},{},[408],{"type":44,"value":409},"Sources to search:",{"type":38,"tag":411,"props":412,"children":413},"ol",{},[414,424,434],{"type":38,"tag":324,"props":415,"children":416},{},[417,422],{"type":38,"tag":60,"props":418,"children":419},{},[420],{"type":44,"value":421},"Chat\u002FSlack MCPs",{"type":44,"value":423}," — tool mentions, integrations, workflow discussions",{"type":38,"tag":324,"props":425,"children":426},{},[427,432],{"type":38,"tag":60,"props":428,"children":429},{},[430],{"type":44,"value":431},"Document MCPs",{"type":44,"value":433}," — onboarding docs, tool guides, setup instructions",{"type":38,"tag":324,"props":435,"children":436},{},[437,442],{"type":38,"tag":60,"props":438,"children":439},{},[440],{"type":44,"value":441},"Email MCPs",{"type":44,"value":443}," — license notifications, admin emails, setup invitations",{"type":38,"tag":47,"props":445,"children":446},{},[447],{"type":44,"value":448},"Record all findings for use in Phase 3.",{"type":38,"tag":294,"props":450,"children":452},{"id":451},"phase-2-create-todo-list",[453],{"type":44,"value":454},"Phase 2: Create Todo List",{"type":38,"tag":47,"props":456,"children":457},{},[458],{"type":44,"value":459},"Build a todo list of changes to make, scoped appropriately:",{"type":38,"tag":320,"props":461,"children":462},{},[463,473,490],{"type":38,"tag":324,"props":464,"children":465},{},[466,471],{"type":38,"tag":60,"props":467,"children":468},{},[469],{"type":44,"value":470},"For scoped customization",{"type":44,"value":472},": Only include items related to the specific section the user asked about.",{"type":38,"tag":324,"props":474,"children":475},{},[476,481,483,488],{"type":38,"tag":60,"props":477,"children":478},{},[479],{"type":44,"value":480},"For generic plugin setup",{"type":44,"value":482},": Run ",{"type":38,"tag":68,"props":484,"children":486},{"className":485},[],[487],{"type":44,"value":101},{"type":44,"value":489}," to find all placeholder customization points. Group them by theme.",{"type":38,"tag":324,"props":491,"children":492},{},[493,498],{"type":38,"tag":60,"props":494,"children":495},{},[496],{"type":44,"value":497},"For general customization",{"type":44,"value":499},": Read the plugin files, understand the current config, and based on the user's request, identify what needs to change.",{"type":38,"tag":47,"props":501,"children":502},{},[503],{"type":44,"value":504},"Use user-friendly descriptions that focus on the plugin's purpose:",{"type":38,"tag":320,"props":506,"children":507},{},[508,518],{"type":38,"tag":324,"props":509,"children":510},{},[511,516],{"type":38,"tag":60,"props":512,"children":513},{},[514],{"type":44,"value":515},"Good",{"type":44,"value":517},": \"Learn how standup prep works at Company\"",{"type":38,"tag":324,"props":519,"children":520},{},[521,526],{"type":38,"tag":60,"props":522,"children":523},{},[524],{"type":44,"value":525},"Bad",{"type":44,"value":527},": \"Replace placeholders in skills\u002Fstandup-prep\u002FSKILL.md\"",{"type":38,"tag":294,"props":529,"children":531},{"id":530},"phase-3-complete-todo-items",[532],{"type":44,"value":533},"Phase 3: Complete Todo Items",{"type":38,"tag":47,"props":535,"children":536},{},[537],{"type":44,"value":538},"Work through each item using context from Phase 0 and Phase 1.",{"type":38,"tag":47,"props":540,"children":541},{},[542,547],{"type":38,"tag":60,"props":543,"children":544},{},[545],{"type":44,"value":546},"If the user's free-form input (Phase 0) or knowledge MCPs (Phase 1) provided a clear answer",{"type":44,"value":548},": Apply directly without confirmation.",{"type":38,"tag":47,"props":550,"children":551},{},[552,557,559,565,567,573],{"type":38,"tag":60,"props":553,"children":554},{},[555],{"type":44,"value":556},"Otherwise",{"type":44,"value":558},": Use AskUserQuestion. Don't assume \"industry standard\" defaults are correct — if neither the user's input nor knowledge MCPs provided a specific answer, ask. Note: AskUserQuestion always includes a Skip button and a free-text input box for custom answers, so do not include ",{"type":38,"tag":68,"props":560,"children":562},{"className":561},[],[563],{"type":44,"value":564},"None",{"type":44,"value":566}," or ",{"type":38,"tag":68,"props":568,"children":570},{"className":569},[],[571],{"type":44,"value":572},"Other",{"type":44,"value":574}," as options.",{"type":38,"tag":47,"props":576,"children":577},{},[578],{"type":38,"tag":60,"props":579,"children":580},{},[581],{"type":44,"value":582},"Types of changes:",{"type":38,"tag":411,"props":584,"children":585},{},[586,620,630,653],{"type":38,"tag":324,"props":587,"children":588},{},[589,594,596,601,602,607,608,614,615],{"type":38,"tag":60,"props":590,"children":591},{},[592],{"type":44,"value":593},"Placeholder replacements",{"type":44,"value":595}," (generic setup): ",{"type":38,"tag":68,"props":597,"children":599},{"className":598},[],[600],{"type":44,"value":151},{"type":44,"value":153},{"type":38,"tag":68,"props":603,"children":605},{"className":604},[],[606],{"type":44,"value":159},{"type":44,"value":161},{"type":38,"tag":68,"props":609,"children":611},{"className":610},[],[612],{"type":44,"value":613},"~~your-org-channel",{"type":44,"value":153},{"type":38,"tag":68,"props":616,"children":618},{"className":617},[],[619],{"type":44,"value":174},{"type":38,"tag":324,"props":621,"children":622},{},[623,628],{"type":38,"tag":60,"props":624,"children":625},{},[626],{"type":44,"value":627},"Content updates",{"type":44,"value":629},": Modifying instructions, skills, workflows, or references to match the organization",{"type":38,"tag":324,"props":631,"children":632},{},[633,638,640,646,647],{"type":38,"tag":60,"props":634,"children":635},{},[636],{"type":44,"value":637},"URL pattern updates",{"type":44,"value":639},": ",{"type":38,"tag":68,"props":641,"children":643},{"className":642},[],[644],{"type":44,"value":645},"tickets.example.com\u002Fyour-team\u002F123",{"type":44,"value":153},{"type":38,"tag":68,"props":648,"children":650},{"className":649},[],[651],{"type":44,"value":652},"app.asana.com\u002F0\u002FPROJECT_ID\u002FTASK_ID",{"type":38,"tag":324,"props":654,"children":655},{},[656,661],{"type":38,"tag":60,"props":657,"children":658},{},[659],{"type":44,"value":660},"Configuration values",{"type":44,"value":662},": Workspace IDs, project names, team identifiers",{"type":38,"tag":47,"props":664,"children":665},{},[666,668,673],{"type":44,"value":667},"If user doesn't know or skips, leave the value unchanged (or the ",{"type":38,"tag":68,"props":669,"children":671},{"className":670},[],[672],{"type":44,"value":93},{"type":44,"value":674},"-prefixed placeholder, for generic setup).",{"type":38,"tag":294,"props":676,"children":678},{"id":677},"phase-4-search-for-useful-mcps",[679],{"type":44,"value":680},"Phase 4: Search for Useful MCPs",{"type":38,"tag":47,"props":682,"children":683},{},[684,686,692],{"type":44,"value":685},"After customization items have been resolved, connect MCPs for any tools that were identified or changed. See ",{"type":38,"tag":68,"props":687,"children":689},{"className":688},[],[690],{"type":44,"value":691},"references\u002Fmcp-servers.md",{"type":44,"value":693}," for the full workflow, category-to-keywords mapping, and config file format.",{"type":38,"tag":47,"props":695,"children":696},{},[697],{"type":44,"value":698},"For each tool identified during customization:",{"type":38,"tag":411,"props":700,"children":701},{},[702,722,735],{"type":38,"tag":324,"props":703,"children":704},{},[705,707,713,715,720],{"type":44,"value":706},"Search the registry: ",{"type":38,"tag":68,"props":708,"children":710},{"className":709},[],[711],{"type":44,"value":712},"search_mcp_registry(keywords=[...])",{"type":44,"value":714}," using category keywords from ",{"type":38,"tag":68,"props":716,"children":718},{"className":717},[],[719],{"type":44,"value":691},{"type":44,"value":721},", or search for the specific tool name if already known",{"type":38,"tag":324,"props":723,"children":724},{},[725,727,733],{"type":44,"value":726},"If unconnected: ",{"type":38,"tag":68,"props":728,"children":730},{"className":729},[],[731],{"type":44,"value":732},"suggest_connectors(directoryUuids=[\"chosen-uuid\"])",{"type":44,"value":734}," — user completes auth",{"type":38,"tag":324,"props":736,"children":737},{},[738,740,746,748,754],{"type":44,"value":739},"Update the plugin's MCP config file (check ",{"type":38,"tag":68,"props":741,"children":743},{"className":742},[],[744],{"type":44,"value":745},"plugin.json",{"type":44,"value":747}," for custom location, otherwise ",{"type":38,"tag":68,"props":749,"children":751},{"className":750},[],[752],{"type":44,"value":753},".mcp.json",{"type":44,"value":755}," at root)",{"type":38,"tag":47,"props":757,"children":758},{},[759],{"type":44,"value":760},"Collect all MCP results and present them together in the summary output (see below) — don't present MCPs one at a time during this phase.",{"type":38,"tag":77,"props":762,"children":764},{"id":763},"packaging-the-plugin",[765],{"type":44,"value":766},"Packaging the Plugin",{"type":38,"tag":47,"props":768,"children":769},{},[770,772,778],{"type":44,"value":771},"After all customizations are applied, package the plugin as a ",{"type":38,"tag":68,"props":773,"children":775},{"className":774},[],[776],{"type":44,"value":777},".plugin",{"type":44,"value":779}," file for the user:",{"type":38,"tag":411,"props":781,"children":782},{},[783,895],{"type":38,"tag":324,"props":784,"children":785},{},[786,791,793,799,801],{"type":38,"tag":60,"props":787,"children":788},{},[789],{"type":44,"value":790},"Zip the plugin directory",{"type":44,"value":792}," (excluding ",{"type":38,"tag":68,"props":794,"children":796},{"className":795},[],[797],{"type":44,"value":798},"setup\u002F",{"type":44,"value":800}," since it's no longer needed):\n",{"type":38,"tag":802,"props":803,"children":808},"pre",{"className":804,"code":805,"language":806,"meta":807,"style":807},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","cd \u002Fpath\u002Fto\u002Fplugin && zip -r \u002Ftmp\u002Fplugin-name.plugin . -x \"setup\u002F*\" && cp \u002Ftmp\u002Fplugin-name.plugin \u002Fpath\u002Fto\u002Foutputs\u002Fplugin-name.plugin\n","bash","",[809],{"type":38,"tag":68,"props":810,"children":811},{"__ignoreMap":807},[812],{"type":38,"tag":813,"props":814,"children":817},"span",{"class":815,"line":816},"line",1,[818,824,830,836,842,847,852,857,862,867,872,877,881,886,890],{"type":38,"tag":813,"props":819,"children":821},{"style":820},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[822],{"type":44,"value":823},"cd",{"type":38,"tag":813,"props":825,"children":827},{"style":826},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[828],{"type":44,"value":829}," \u002Fpath\u002Fto\u002Fplugin",{"type":38,"tag":813,"props":831,"children":833},{"style":832},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[834],{"type":44,"value":835}," &&",{"type":38,"tag":813,"props":837,"children":839},{"style":838},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[840],{"type":44,"value":841}," zip",{"type":38,"tag":813,"props":843,"children":844},{"style":826},[845],{"type":44,"value":846}," -r",{"type":38,"tag":813,"props":848,"children":849},{"style":826},[850],{"type":44,"value":851}," \u002Ftmp\u002Fplugin-name.plugin",{"type":38,"tag":813,"props":853,"children":854},{"style":826},[855],{"type":44,"value":856}," .",{"type":38,"tag":813,"props":858,"children":859},{"style":826},[860],{"type":44,"value":861}," -x",{"type":38,"tag":813,"props":863,"children":864},{"style":832},[865],{"type":44,"value":866}," \"",{"type":38,"tag":813,"props":868,"children":869},{"style":826},[870],{"type":44,"value":871},"setup\u002F*",{"type":38,"tag":813,"props":873,"children":874},{"style":832},[875],{"type":44,"value":876},"\"",{"type":38,"tag":813,"props":878,"children":879},{"style":832},[880],{"type":44,"value":835},{"type":38,"tag":813,"props":882,"children":883},{"style":838},[884],{"type":44,"value":885}," cp",{"type":38,"tag":813,"props":887,"children":888},{"style":826},[889],{"type":44,"value":851},{"type":38,"tag":813,"props":891,"children":892},{"style":826},[893],{"type":44,"value":894}," \u002Fpath\u002Fto\u002Foutputs\u002Fplugin-name.plugin\n",{"type":38,"tag":324,"props":896,"children":897},{},[898,903,905,910],{"type":38,"tag":60,"props":899,"children":900},{},[901],{"type":44,"value":902},"Present the file to the user",{"type":44,"value":904}," with the ",{"type":38,"tag":68,"props":906,"children":908},{"className":907},[],[909],{"type":44,"value":777},{"type":44,"value":911}," extension so they can install it directly. (Presenting the .plugin file will show to the user as a rich preview where they can look through the plugin files, and they can accept the customization by pressing a button.)",{"type":38,"tag":53,"props":913,"children":914},{},[915],{"type":38,"tag":47,"props":916,"children":917},{},[918,922,924,930],{"type":38,"tag":60,"props":919,"children":920},{},[921],{"type":44,"value":264},{"type":44,"value":923},": Always create the zip in ",{"type":38,"tag":68,"props":925,"children":927},{"className":926},[],[928],{"type":44,"value":929},"\u002Ftmp\u002F",{"type":44,"value":931}," first, then copy to the outputs folder. Writing directly to the outputs folder may fail due to permissions and leave behind temporary files.",{"type":38,"tag":53,"props":933,"children":934},{},[935],{"type":38,"tag":47,"props":936,"children":937},{},[938,943,945,950,952,958,960,966],{"type":38,"tag":60,"props":939,"children":940},{},[941],{"type":44,"value":942},"Naming",{"type":44,"value":944},": Use the original plugin directory name for the ",{"type":38,"tag":68,"props":946,"children":948},{"className":947},[],[949],{"type":44,"value":777},{"type":44,"value":951}," file (e.g., if the plugin directory is ",{"type":38,"tag":68,"props":953,"children":955},{"className":954},[],[956],{"type":44,"value":957},"coder",{"type":44,"value":959},", the output file should be ",{"type":38,"tag":68,"props":961,"children":963},{"className":962},[],[964],{"type":44,"value":965},"coder.plugin",{"type":44,"value":967},"). Do not rename the plugin or its files during customization — only replace placeholder values and update content.",{"type":38,"tag":77,"props":969,"children":971},{"id":970},"summary-output",[972],{"type":44,"value":973},"Summary Output",{"type":38,"tag":47,"props":975,"children":976},{},[977],{"type":44,"value":978},"After customization, present the user with a summary of what was learned grouped by source. Always include the MCPs sections showing which MCPs were connected during setup and which ones the user should still connect:",{"type":38,"tag":802,"props":980,"children":984},{"className":981,"code":982,"language":983,"meta":807,"style":807},"language-markdown shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","## From searching Slack\n\n- You use Asana for project management\n- Sprint cycles are 2 weeks\n\n## From searching documents\n\n- Story points use T-shirt sizes\n\n## From your answers\n\n- Ticket statuses are: Backlog, In Progress, In Review, Done\n","markdown",[985],{"type":38,"tag":68,"props":986,"children":987},{"__ignoreMap":807},[988,1001,1011,1026,1039,1047,1060,1068,1081,1089,1102,1110],{"type":38,"tag":813,"props":989,"children":990},{"class":815,"line":816},[991,996],{"type":38,"tag":813,"props":992,"children":993},{"style":832},[994],{"type":44,"value":995},"## ",{"type":38,"tag":813,"props":997,"children":998},{"style":838},[999],{"type":44,"value":1000},"From searching Slack\n",{"type":38,"tag":813,"props":1002,"children":1004},{"class":815,"line":1003},2,[1005],{"type":38,"tag":813,"props":1006,"children":1008},{"emptyLinePlaceholder":1007},true,[1009],{"type":44,"value":1010},"\n",{"type":38,"tag":813,"props":1012,"children":1014},{"class":815,"line":1013},3,[1015,1020],{"type":38,"tag":813,"props":1016,"children":1017},{"style":832},[1018],{"type":44,"value":1019},"-",{"type":38,"tag":813,"props":1021,"children":1023},{"style":1022},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1024],{"type":44,"value":1025}," You use Asana for project management\n",{"type":38,"tag":813,"props":1027,"children":1029},{"class":815,"line":1028},4,[1030,1034],{"type":38,"tag":813,"props":1031,"children":1032},{"style":832},[1033],{"type":44,"value":1019},{"type":38,"tag":813,"props":1035,"children":1036},{"style":1022},[1037],{"type":44,"value":1038}," Sprint cycles are 2 weeks\n",{"type":38,"tag":813,"props":1040,"children":1042},{"class":815,"line":1041},5,[1043],{"type":38,"tag":813,"props":1044,"children":1045},{"emptyLinePlaceholder":1007},[1046],{"type":44,"value":1010},{"type":38,"tag":813,"props":1048,"children":1050},{"class":815,"line":1049},6,[1051,1055],{"type":38,"tag":813,"props":1052,"children":1053},{"style":832},[1054],{"type":44,"value":995},{"type":38,"tag":813,"props":1056,"children":1057},{"style":838},[1058],{"type":44,"value":1059},"From searching documents\n",{"type":38,"tag":813,"props":1061,"children":1063},{"class":815,"line":1062},7,[1064],{"type":38,"tag":813,"props":1065,"children":1066},{"emptyLinePlaceholder":1007},[1067],{"type":44,"value":1010},{"type":38,"tag":813,"props":1069,"children":1071},{"class":815,"line":1070},8,[1072,1076],{"type":38,"tag":813,"props":1073,"children":1074},{"style":832},[1075],{"type":44,"value":1019},{"type":38,"tag":813,"props":1077,"children":1078},{"style":1022},[1079],{"type":44,"value":1080}," Story points use T-shirt sizes\n",{"type":38,"tag":813,"props":1082,"children":1084},{"class":815,"line":1083},9,[1085],{"type":38,"tag":813,"props":1086,"children":1087},{"emptyLinePlaceholder":1007},[1088],{"type":44,"value":1010},{"type":38,"tag":813,"props":1090,"children":1092},{"class":815,"line":1091},10,[1093,1097],{"type":38,"tag":813,"props":1094,"children":1095},{"style":832},[1096],{"type":44,"value":995},{"type":38,"tag":813,"props":1098,"children":1099},{"style":838},[1100],{"type":44,"value":1101},"From your answers\n",{"type":38,"tag":813,"props":1103,"children":1105},{"class":815,"line":1104},11,[1106],{"type":38,"tag":813,"props":1107,"children":1108},{"emptyLinePlaceholder":1007},[1109],{"type":44,"value":1010},{"type":38,"tag":813,"props":1111,"children":1113},{"class":815,"line":1112},12,[1114,1118],{"type":38,"tag":813,"props":1115,"children":1116},{"style":832},[1117],{"type":44,"value":1019},{"type":38,"tag":813,"props":1119,"children":1120},{"style":1022},[1121],{"type":44,"value":1122}," Ticket statuses are: Backlog, In Progress, In Review, Done\n",{"type":38,"tag":47,"props":1124,"children":1125},{},[1126],{"type":44,"value":1127},"Then present the MCPs that were connected during setup and any that the user should still connect, with instructions on how to connect them.",{"type":38,"tag":47,"props":1129,"children":1130},{},[1131],{"type":44,"value":1132},"If no knowledge MCPs were available in Phase 1, and the user had to answer at least one question manually, include a note at the end:",{"type":38,"tag":53,"props":1134,"children":1135},{},[1136],{"type":38,"tag":47,"props":1137,"children":1138},{},[1139],{"type":44,"value":1140},"By the way, connecting sources like Slack or Microsoft Teams would let me find answers automatically next time you customize a plugin.",{"type":38,"tag":77,"props":1142,"children":1144},{"id":1143},"additional-resources",[1145],{"type":44,"value":1146},"Additional Resources",{"type":38,"tag":320,"props":1148,"children":1149},{},[1150,1163,1176],{"type":38,"tag":324,"props":1151,"children":1152},{},[1153,1161],{"type":38,"tag":60,"props":1154,"children":1155},{},[1156],{"type":38,"tag":68,"props":1157,"children":1159},{"className":1158},[],[1160],{"type":44,"value":691},{"type":44,"value":1162}," — MCP discovery workflow, category-to-keywords mapping, config file locations",{"type":38,"tag":324,"props":1164,"children":1165},{},[1166,1174],{"type":38,"tag":60,"props":1167,"children":1168},{},[1169],{"type":38,"tag":68,"props":1170,"children":1172},{"className":1171},[],[1173],{"type":44,"value":366},{"type":44,"value":1175}," — Knowledge MCP query patterns for finding tool names and org values",{"type":38,"tag":324,"props":1177,"children":1178},{},[1179,1188,1190],{"type":38,"tag":60,"props":1180,"children":1181},{},[1182],{"type":38,"tag":68,"props":1183,"children":1185},{"className":1184},[],[1186],{"type":44,"value":1187},"examples\u002Fcustomized-mcp.json",{"type":44,"value":1189}," — Example fully configured ",{"type":38,"tag":68,"props":1191,"children":1193},{"className":1192},[],[1194],{"type":44,"value":753},{"type":38,"tag":1196,"props":1197,"children":1198},"style",{},[1199],{"type":44,"value":1200},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1202,"total":1389},[1203,1224,1238,1250,1269,1282,1303,1323,1337,1352,1360,1373],{"slug":1204,"name":1204,"fn":1205,"description":1206,"org":1207,"tags":1208,"stars":1221,"repoUrl":1222,"updatedAt":1223},"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},[1209,1212,1215,1218],{"name":1210,"slug":1211,"type":16},"Creative","creative",{"name":1213,"slug":1214,"type":16},"Design","design",{"name":1216,"slug":1217,"type":16},"Generative Art","generative-art",{"name":1219,"slug":1220,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1225,"name":1225,"fn":1226,"description":1227,"org":1228,"tags":1229,"stars":1221,"repoUrl":1222,"updatedAt":1237},"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},[1230,1233,1234],{"name":1231,"slug":1232,"type":16},"Branding","branding",{"name":1213,"slug":1214,"type":16},{"name":1235,"slug":1236,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1239,"name":1239,"fn":1240,"description":1241,"org":1242,"tags":1243,"stars":1221,"repoUrl":1222,"updatedAt":1249},"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},[1244,1245,1246],{"name":1210,"slug":1211,"type":16},{"name":1213,"slug":1214,"type":16},{"name":1247,"slug":1248,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1251,"name":1251,"fn":1252,"description":1253,"org":1254,"tags":1255,"stars":1221,"repoUrl":1222,"updatedAt":1268},"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},[1256,1259,1260,1263,1265],{"name":1257,"slug":1258,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1261,"slug":1262,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1264,"slug":1251,"type":16},"Claude API",{"name":1266,"slug":1267,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1270,"name":1270,"fn":1271,"description":1272,"org":1273,"tags":1274,"stars":1221,"repoUrl":1222,"updatedAt":1281},"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},[1275,1278],{"name":1276,"slug":1277,"type":16},"Documentation","documentation",{"name":1279,"slug":1280,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1283,"name":1283,"fn":1284,"description":1285,"org":1286,"tags":1287,"stars":1221,"repoUrl":1222,"updatedAt":1302},"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},[1288,1291,1293,1296,1299],{"name":1289,"slug":1290,"type":16},"Documents","documents",{"name":1292,"slug":1283,"type":16},"DOCX",{"name":1294,"slug":1295,"type":16},"Office","office",{"name":1297,"slug":1298,"type":16},"Templates","templates",{"name":1300,"slug":1301,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1304,"name":1304,"fn":1305,"description":1306,"org":1307,"tags":1308,"stars":1221,"repoUrl":1222,"updatedAt":1322},"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},[1309,1310,1313,1316,1319],{"name":1213,"slug":1214,"type":16},{"name":1311,"slug":1312,"type":16},"Frontend","frontend",{"name":1314,"slug":1315,"type":16},"React","react",{"name":1317,"slug":1318,"type":16},"Tailwind CSS","tailwind-css",{"name":1320,"slug":1321,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1324,"name":1324,"fn":1325,"description":1326,"org":1327,"tags":1328,"stars":1221,"repoUrl":1222,"updatedAt":1336},"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},[1329,1332,1333],{"name":1330,"slug":1331,"type":16},"Communications","communications",{"name":1297,"slug":1298,"type":16},{"name":1334,"slug":1335,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1338,"name":1338,"fn":1339,"description":1340,"org":1341,"tags":1342,"stars":1221,"repoUrl":1222,"updatedAt":1351},"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},[1343,1344,1347,1348],{"name":1257,"slug":1258,"type":16},{"name":1345,"slug":1346,"type":16},"API Development","api-development",{"name":1266,"slug":1267,"type":16},{"name":1349,"slug":1350,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1248,"name":1248,"fn":1353,"description":1354,"org":1355,"tags":1356,"stars":1221,"repoUrl":1222,"updatedAt":1359},"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},[1357,1358],{"name":1289,"slug":1290,"type":16},{"name":1247,"slug":1248,"type":16},"2026-04-06T17:56:02.483316",{"slug":1361,"name":1361,"fn":1362,"description":1363,"org":1364,"tags":1365,"stars":1221,"repoUrl":1222,"updatedAt":1372},"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},[1366,1369],{"name":1367,"slug":1368,"type":16},"PowerPoint","powerpoint",{"name":1370,"slug":1371,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1374,"name":1374,"fn":1375,"description":1376,"org":1377,"tags":1378,"stars":1221,"repoUrl":1222,"updatedAt":1388},"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},[1379,1380,1381,1384,1387],{"name":1257,"slug":1258,"type":16},{"name":1276,"slug":1277,"type":16},{"name":1382,"slug":1383,"type":16},"Evals","evals",{"name":1385,"slug":1386,"type":16},"Performance","performance",{"name":1279,"slug":1280,"type":16},"2026-04-19T06:45:40.804",490,{"items":1391,"total":1498},[1392,1406,1422,1438,1454,1473,1485],{"slug":1393,"name":1393,"fn":1394,"description":1395,"org":1396,"tags":1397,"stars":20,"repoUrl":21,"updatedAt":1405},"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},[1398,1401,1402],{"name":1399,"slug":1400,"type":16},"Accessibility","accessibility",{"name":1213,"slug":1214,"type":16},{"name":1403,"slug":1404,"type":16},"WCAG","wcag","2026-04-06T17:58:05.682394",{"slug":1407,"name":1407,"fn":1408,"description":1409,"org":1410,"tags":1411,"stars":20,"repoUrl":21,"updatedAt":1421},"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},[1412,1415,1418],{"name":1413,"slug":1414,"type":16},"CRM","crm",{"name":1416,"slug":1417,"type":16},"Research","research",{"name":1419,"slug":1420,"type":16},"Sales","sales","2026-04-06T17:56:41.410418",{"slug":1423,"name":1423,"fn":1424,"description":1425,"org":1426,"tags":1427,"stars":20,"repoUrl":21,"updatedAt":1437},"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},[1428,1431,1434],{"name":1429,"slug":1430,"type":16},"Analytics","analytics",{"name":1432,"slug":1433,"type":16},"Data Analysis","data-analysis",{"name":1435,"slug":1436,"type":16},"SQL","sql","2026-04-06T17:57:21.593647",{"slug":1439,"name":1439,"fn":1440,"description":1441,"org":1442,"tags":1443,"stars":20,"repoUrl":21,"updatedAt":1453},"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},[1444,1447,1449,1450],{"name":1445,"slug":1446,"type":16},"ADR","adr",{"name":1448,"slug":1439,"type":16},"Architecture",{"name":1276,"slug":1277,"type":16},{"name":1451,"slug":1452,"type":16},"Engineering","engineering","2026-04-06T17:57:49.26444",{"slug":1455,"name":1455,"fn":1456,"description":1457,"org":1458,"tags":1459,"stars":20,"repoUrl":21,"updatedAt":1472},"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},[1460,1463,1466,1469],{"name":1461,"slug":1462,"type":16},"Audit","audit",{"name":1464,"slug":1465,"type":16},"Finance","finance",{"name":1467,"slug":1468,"type":16},"Regulatory Compliance","regulatory-compliance",{"name":1470,"slug":1471,"type":16},"SOX","sox","2026-04-06T17:57:36.714815",{"slug":1474,"name":1474,"fn":1475,"description":1476,"org":1477,"tags":1478,"stars":20,"repoUrl":21,"updatedAt":1484},"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},[1479,1480,1483],{"name":1231,"slug":1232,"type":16},{"name":1481,"slug":1482,"type":16},"Marketing","marketing",{"name":1334,"slug":1335,"type":16},"2026-04-06T17:58:19.548331",{"slug":1486,"name":1486,"fn":1487,"description":1488,"org":1489,"tags":1490,"stars":20,"repoUrl":21,"updatedAt":1497},"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},[1491,1492,1493,1496],{"name":1231,"slug":1232,"type":16},{"name":1330,"slug":1331,"type":16},{"name":1494,"slug":1495,"type":16},"Content Creation","content-creation",{"name":1334,"slug":1335,"type":16},"2026-04-06T18:00:23.528956",200]