Most people use Claude like a search box. They paste a task, get an answer, close the tab. Next session, they start over and re-explain everything from scratch. That is one assistant with no memory. Useful, but small.

Anthropic published a free, open-source plugin system that changes this entirely. It is called knowledge-work-plugins, and it turns Claude into a set of specialized workers. A sales rep. A marketer. A finance analyst. A legal reviewer. A data analyst.

Each one comes pre-loaded with the domain knowledge, ready-made workflows, and tool connections that role actually needs. You are not prompting from scratch anymore. You are running a department.

Where This Runs

These plugins work across two Anthropic products: Claude Cowork and Claude Code. Claude Desktop ships with three products: Chat, Code, and Cowork. Both Cowork and Code can run these plugins, but the way you install them is different for each.

In Cowork, installation is handled through a plugin marketplace UI at claude.com/plugins. No commands required. In Claude Code, you install from the terminal using a two-step CLI process. The steps below cover both.

What Powers Every Plugin

Three things work together inside each plugin. Understanding these makes the rest of the setup obvious.

01 — Skills
Domain Knowledge

The role's expertise, baked in. Claude pulls it automatically when relevant. You do not have to ask for it or write it in a prompt.

02 — Commands
Ready-Made Workflows

Trigger a full workflow with one slash command. /sales:call-prep. /data:write-query. /marketing:seo-audit. One line in, complete output out.

03 — Connections
Your Actual Tools

Each plugin plugs into the tools that role uses. Sales connects to your CRM. Finance connects to your data warehouse. Marketing connects to Canva and your analytics.

This is the same foundation Anthropic built Claude for Legal and Claude for Financial Services on top of. You are getting the base layer of those paid products, free, as open source.