Anthropic Knowledge Work Plugins — Open Source

Source: GitHub: anthropics/knowledge-work-plugins Announced: Threads post by @felix_c888

What It Is

Anthropic open-sourced 11 role-specific plugins for Claude Cowork (also compatible with Claude Code). Each plugin bundles skills, MCP connectors, slash commands, and domain knowledge for a specific job function.

“Plugins that turn Claude into a specialist for your role, team, and company.”

The 11 Plugins

PluginCoversConnectors
productivityTasks, calendars, daily workflows, personal contextSlack, Notion, Asana, Linear, Jira, Monday, ClickUp, M365
salesProspect research, call prep, pipeline review, outreach, battlecardsSlack, HubSpot, Close, Clay, ZoomInfo, Notion, Jira, Fireflies, M365
customer-supportTriage, responses, escalations, KB articlesSlack, Intercom, HubSpot, Guru, Jira, Notion, M365
product-managementSpecs, roadmaps, user research, stakeholder updates, competitive trackingSlack, Linear, Asana, Monday, ClickUp, Jira, Notion, Figma, Amplitude, Pendo, Intercom, Fireflies
marketingContent, campaigns, brand voice, competitors, performance reportingSlack, Canva, Figma, HubSpot, Amplitude, Notion, Ahrefs, SimilarWeb, Klaviyo
legalContract review, NDA triage, compliance, risk assessmentSlack, Box, Egnyte, Jira, M365
financeJournal entries, reconciliation, financial statements, close, auditSnowflake, Databricks, BigQuery, Slack, M365
dataSQL queries, statistical analysis, dashboards, validationSnowflake, Databricks, BigQuery, Definite, Hex, Amplitude, Jira
enterprise-searchCross-tool search across email, chat, docs, wikisSlack, Notion, Guru, Jira, Asana, M365
bio-researchLiterature search, genomics, target prioritization, preclinical R&DPubMed, BioRender, bioRxiv, ClinicalTrials.gov, ChEMBL, Synapse, Wiley, Owkin, Open Targets, Benchling
cowork-plugin-managementCreate/customize plugins for your org

How It Works

Each plugin follows the same structure:

plugin-name/
├── .claude-plugin/plugin.json   # Manifest
├── .mcp.json                    # Tool connections
├── commands/                    # Slash commands (e.g., /sales:call-prep)
└── skills/                      # Domain knowledge Claude uses automatically
  • Skills — domain expertise + best practices + step-by-step workflows
  • Commands — explicit actions you trigger via slash commands
  • Connectors — MCP servers to your real tool stack

Everything is file-based: markdown and JSON, no code, no infrastructure, no build steps.

Install

Claude Code

claude plugin marketplace add anthropics/knowledge-work-plugins
claude plugin install sales@knowledge-work-plugins

Claude Cowork

Install from claude.com/plugins

Key Insight

“Skills encode the domain expertise. Commands are explicit actions. Connectors wire Claude to your real tools.”

The real power comes from customizing these for your company — your tools, terminology, processes — so Claude works like it was built for your team.