Anthropic Open‑Sources 11 Official Claude Plugins to Build a Knowledge‑Work Toolbox

Anthropic has open‑sourced a set of eleven Knowledge Work plugins for Claude, each tailored to specific professional roles—from productivity and sales to finance and bio‑research—providing Markdown‑based skills, slash commands, and connector configurations that let the model integrate with tools like Slack, Notion, HubSpot, and Snowflake, while remaining fully customizable via simple file edits.

Geek Labs
Geek Labs
Geek Labs
Anthropic Open‑Sources 11 Official Claude Plugins to Build a Knowledge‑Work Toolbox

Anthropic open‑sourced the Knowledge Work Plugins project, a collection of eleven official plugins for Claude that act as domain‑specific knowledge packs and connect to external tools.

Roles covered by the plugins

Productivity – task, calendar, and workflow management; integrates with Slack, Notion, Asana, Linear, Jira, Monday, ClickUp, Microsoft 365.

Sales – prospect research, call preparation, pipeline review, outreach email drafting, competitive‑battle cards; connects to HubSpot, Close, Clay, ZoomInfo.

Customer Support – ticket classification, draft replies, escalation handling, context research, automatic knowledge‑base article generation; supports Intercom, Guru, HubSpot.

Product Management – PRD authoring, roadmap planning, user‑research synthesis, stakeholder sync, competitor tracking; links to Figma, Amplitude, Pendo, Intercom.

Marketing – content creation, campaign planning, brand‑tone maintenance, competitive briefs, channel performance review; integrates Canva, Figma, HubSpot, Ahrefs, SimilarWeb.

Legal – contract review, NDA handling, compliance checks, risk assessment, meeting preparation; uses Box, Egnyte.

Finance – journal entry drafting, reconciliation, financial‑statement generation, variance analysis, close management, audit support; pulls data from Snowflake, Databricks, BigQuery.

Data – data querying, visualization, statistical analysis, dashboard building; enables local validation before sharing results.

Enterprise Search – unified search across email, chat, documents, and wikis.

Bio Research – literature search, genome analysis, target prioritization; connects to PubMed, BioRender, bioRxiv, ClinicalTrials.gov, ChEMBL.

Cowork Plugin Management – creates new plugins or customizes existing ones; not tied to a specific role.

Physical structure of a plugin

Each plugin is a plain‑file package written in Markdown and JSON, with no source code or build steps. The directory layout is:

plugin-name/
├── .claude-plugin/plugin.json   # plugin manifest
├── .mcp.json                    # connector configuration
├── commands/                    # slash commands (manual trigger)
└── skills/                      # domain knowledge (auto‑activate)

The three core components are:

Skills – domain knowledge and best‑practice instructions that Claude automatically invokes when relevant topics arise (e.g., a sales skill file containing step‑by‑step call‑prep).

Commands – user‑triggered actions accessed via slash syntax, such as /sales:call-prep or /finance:reconciliation, which launch a complete workflow.

Connectors – Model Context Protocol (MCP) definitions that link Claude to external tools like CRMs, project‑management platforms, data warehouses, or design applications.

Installation

Plugins can be used in Claude Cowork mode or Claude Code. Installation is performed via the CLI:

# Add the marketplace
claude plugin marketplace add anthropics/knowledge-work-plugins
# Install a specific plugin, e.g., sales
claude plugin install sales@knowledge-work-plugins

After installation the Skills fire automatically in relevant contexts, Commands appear in the slash‑menu, and additional plugins can be installed directly from claude.com/plugins.

Customization options

Plugins are generic starting points; their power comes from tailoring them to a team’s processes.

Replace connectors by editing .mcp.json to point to internal tools.

Add company‑specific context—terminology, org structure, workflows—into the skill files.

Adjust workflow steps in skill files to match actual team practices.

Create new plugins for uncovered roles using the plugin‑management plugin or by copying the directory structure.

Plugins are just Markdown files. Fork the repo, make changes, and submit a PR. – Anthropic

Strategic significance

The open‑source move signals a shift in AI competition from model size toward tight integration with business workflows. As models become increasingly homogeneous, the differentiator will be how well they understand a company’s domain, connect to its tools, and execute its processes.

Project information Name: anthropics/knowledge-work-plugins Author: Anthropic Language: Python / Markdown License: Apache‑2.0 GitHub Stars: 22,000+ URL: https://github.com/anthropics/knowledge-work-plugins Description: Official Claude plugin collection for knowledge workers, covering sales, marketing, product management, customer support, finance, legal, data analysis, enterprise search, bio research, and productivity.
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

tool integrationopen-sourceClaudeAI productivityAnthropicKnowledge Work PluginsMarkdown plugins
Geek Labs
Written by

Geek Labs

Daily shares of interesting GitHub open-source projects. AI tools, automation gems, technical tutorials, open-source inspiration.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.