What plugins do
Plugins let you define how you like work done, which tools and data to pull from, how to handle critical workflows, and what slash commands to expose so your team gets consistent outcomes. Every component is file-based, so plugins are easy to build, edit, and share. As your team builds and shares plugins, Claude becomes a cross-functional expert. Best practices get baked into every interaction, so leaders and admins can spend less time enforcing processes and more time improving them.Plugin directory
To help you get started, Anthropic has open-sourced 11 plugins built and used internally:
Browse the full collection at claude.com/plugins or use the Plugin Create plugin to build your own.
Origins in Claude Code
Plugins originated in Claude Code, where developers create and distribute them as versioned, shareable directories. A Claude Code plugin lives in a directory with a manifest (plugin.json) that defines its identity, version, and available components.
For technical details on plugin structure, manifests, and configuration, see the Claude Code plugins reference.
Plugins in Cowork
Plugins are fully supported in Cowork, Anthropic’s agentic workspace for complex, multi-step knowledge work. In Cowork, Claude runs inside an isolated virtual machine environment, executes tasks in parallel workstreams, and writes outputs directly to your file system — and plugins extend all of that capability. A sales plugin, for example, could connect Claude to your CRM and knowledge base, teach it your sales process, and give you slash commands for everything from prospect research to call follow-ups. You define what goes in the plugin once, and Claude pulls from that context whenever it’s relevant.How plugins compose capabilities
Availability
Plugin support in Cowork is available as a beta for all paid Claude users. Plugins are currently saved locally to your machine. Org-wide sharing and management are coming in the weeks ahead.
Looking to submit your own plugin? See Submitting your plugin.
Next steps
Plugin directory
Browse the full plugin collection.
Create plugins
Build and distribute plugins in Claude Code.
Skills overview
Learn how skills work as a core plugin component.
Connectors overview
Understand MCP connectors that plugins can bundle.