Skip to content

Plugins Overview

Last verified: 21 April 2026 | Applies to: Pro, Max, Team, Enterprise

Plugins are pre-built bundles that package skills (domain knowledge), connectors (tool integrations), slash commands, and sub-agents: all configured for a specific business function. Before plugins, you’d spend the first ten minutes of every Claude session explaining your workflows. Plugins skip that. Anthropic released 11 knowledge-work plugins, all open source at github.com/anthropics/knowledge-work-plugins.

graph TD
    subgraph "Work independently"
        A[Skills] -->|"All plans"| C[Claude]
        B[Connectors] -->|"All plans"| C
    end
    subgraph "Plugin bundles all four"
        D[Skills + Connectors] --> E[Slash commands]
        D --> F[Sub-agents]
    end
    E -->|"Pro+"| C
    F -->|"Pro+"| C

Plugins vs skills vs connectors: These terms get confused. Here’s the distinction:

  • Skills are the knowledge layer: markdown instructions that tell Claude how to do something. Skills work on their own, on any plan including Free.
  • Connectors link Claude to external tools via MCP: Slack, Asana, Notion, etc.
  • Plugins bundle skills + connectors + slash commands + sub-agents into a single installable package. They’re the most complete way to give Claude domain expertise.

Think of it this way: a skill is a recipe. A connector is access to the kitchen. A plugin is the recipe, the kitchen access, the sous chef, and the menu, all preconfigured.

What each plugin includes:

  • Skills: domain-specific instructions and frameworks (e.g., GAAP presentation standards in the Finance plugin)
  • Slash commands: shortcuts like /finance:reconciliation, /sales:call-prep, /legal:review-contract
  • Sub-agents: specialised agents for multi-step tasks within the domain
  • Connectors: preconfigured tool integrations relevant to that function

Install plugins from claude.com/plugins (browse the directory online) or via the Cowork interface in Claude Desktop (Cowork tab → Plugins in the sidebar).

  1. Browse or search for the plugin you want
  2. Click Install
  3. Open a Cowork session: the plugin’s capabilities are now available
  4. Try the plugin’s key slash command (listed below) to get started

All are open source: github.com/anthropics/knowledge-work-plugins

“I installed the Productivity plugin, ran /productivity:start, and spent fifteen minutes seeding context about my team and projects. Now Claude remembers everything between sessions: no more re-explaining.”

The Productivity plugin is the recommended starting point for all operators. See Workplace Memory for the full walkthrough.

“Our bookkeeper used the Finance plugin’s variance analysis workflow on a 200-line P&L. It flagged three miscoded expenses and a duplicate vendor payment in about ten minutes: work that normally takes half a day of eyeballing spreadsheets.”

Domain plugins come pre-loaded with frameworks operators actually use: GAAP standards in the Finance plugin, RICE scoring in the Product Management plugin, clause-by-clause analysis in the Legal plugin. They’re not perfect, but they’re a strong starting point.

You have three paths:

  1. Use as-is. Install Anthropic’s plugins and use them out of the box. Good starting point.
  2. Customise existing plugins. The Plugin Customiser skill lets you adapt any plugin to your organisation: your terminology, your tools, your approval workflows. Describe what you need changed.
  3. Build from scratch. Use Plugin Create to describe what you want. Claude builds the entire plugin (folder structure, manifest, skills) and delivers it as a ZIP ready to install. See Building a Plugin for the full workflow.

Something wrong or outdated? Let us know →

Get weekly workflows. Subscribe to the newsletter.