🟡 Intermediate ⚙️ Type: Claude Agent Workflows / MCP Plugins 💸 Free & Open Source ⭐ 12,000+ GitHub Stars
What are Knowledge Work Plugins?
The Knowledge Work Plugins repository is an open-source project released by Anthropic designed to transform Claude from a generic AI chatbot into a highly specialized domain expert for your specific job role. They are built to run seamlessly inside Claude Cowork (Anthropic’s desktop agent application) and the Claude Code terminal CLI.
Instead of typing out massive, complex prompts every time you need to do a task, these plugins bundle three critical things together: Skills (markdown files that teach Claude how your team actually works), Commands (quick slash-commands like /sales:call-prep or /pm:write-spec), and Connectors (Model Context Protocol servers that wire Claude directly into your SaaS tools like Jira, Slack, Salesforce, and Figma).
Currently, Anthropic has released 15 official plugins covering major enterprise departments, allowing the AI to autonomously draft legal briefs, reconcile finance spreadsheets, analyze user research, or build product roadmaps with predictable, professional-grade consistency.
Who is it for?
- Product Managers and Engineers who want to automate the tedious aspects of writing PRDs, updating Jira roadmaps, and drafting incident postmortems.
- Sales and Marketing Teams looking to instantly generate CRM-backed battlecards, analyze competitive landscapes, and draft campaign briefs from existing Slack threads.
- Finance and Legal Professionals who need a reliable AI co-pilot to triage NDAs, flag compliance risks, or prepare month-end journal entries using data pulled directly from Snowflake.
- Operations Leaders aiming to standardize how AI is used across their company by distributing pre-configured, company-specific AI workflows.
What makes it special?
- No-Code Customization — The plugins are entirely file-based. You don’t need to write Python. You can customize Claude’s behavior for your company simply by editing plain text Markdown and JSON files.
- Model Context Protocol (MCP) — The plugins come pre-configured to securely bridge Claude to the outside world. It can read your Google Drive, query your databases, and pull your Slack messages automatically.
- Slash Commands — They introduce repeatable execution. Typing
/engineering:incident-responseguarantees Claude will follow the exact same structural workflow every single time. - Two-Tier Memory System — Included in the Productivity plugin, Claude maintains a “hot cache” of your current active projects while storing deep context (like company acronyms and organizational charts) in the background.
Requirements before you start
Because these plugins are built specifically for Anthropic’s ecosystem, you need access to their official tools:
- A Paid Claude Account — Access to Claude Cowork or Claude Code requires a Pro, Team, or Enterprise subscription.
- Claude Cowork Desktop App — The recommended environment for non-technical users to install and run these agents.
- Claude Code (For Developers) — If you prefer the terminal, you must have the Claude Code CLI and Node.js installed globally on your machine.
- Tool API Access — To make the connectors work, you will need the ability to log into your daily apps (Slack, Notion, Jira, etc.) to grant Claude read/write permissions.
Step-by-step installation
Method 1 — Installing via Claude Cowork (Desktop GUI)
If you are a standard user working within the Claude Cowork desktop application, installation takes just a few clicks:
- Open the Claude Cowork desktop application.
- Click on the Customize menu located in the left sidebar to access your plugins and skills hub.
- Navigate to the Plugins tab and click Browse plugins.
- You will see the Knowledge Work marketplace natively available. Find your department (e.g., Marketing or Legal) and click Install.
- (Optional) Click Customize on the installed plugin to open a guided chat where Claude will help you tweak the skills to match your specific company jargon.
Method 2 — Installing via Claude Code (Terminal)
If you are a developer utilizing the terminal-based Claude Code interface, you can pull the plugins directly from the repository:
Open your terminal and use the official plugin hub to inject the workflow bundle into your active directory:
npx claudepluginhub anthropics/knowledge-work-plugins
Alternatively, if you have added the Anthropic marketplace to your Claude CLI settings, you can install a specific module directly. For example, to install the engineering and data tools:
claude plugin install engineering
claude plugin install data
Once installed, you can type / in the Claude Code prompt to see all your newly acquired commands!
Common errors and fixes
| Error | What it means | How to fix it |
|---|---|---|
MCP Connector Authentication Failed | Claude is trying to execute a command (like checking Slack) but the connector lacks the required OAuth token or API key. | Open your plugin’s .mcp.json configuration file and ensure you have properly authenticated the specific tool. In Cowork, you will usually be prompted to log in via your browser. |
Command not found when typing a slash command | The plugin is either not installed in your active environment, or it was restricted by an organization admin. | Ensure you actually installed the specific departmental plugin (e.g., sales). If you are on an Enterprise plan, verify with your IT admin that the plugin is whitelisted for your user group. |
| Claude ignores company-specific guidelines | You are using the generic baseline plugin without customizing the Skill markdown files for your team. | Use the cowork-plugin-management utility to edit the plugin’s core instructions. Drop in your company’s style guides, templates, and acronym lists so Claude bakes them into its system prompt. |
Free vs Paid comparison
| Feature | Knowledge Work Plugins (GitHub Repo) | Claude Cowork / API Execution |
|---|---|---|
| Cost | $0 (Free Open Source Files) | Requires Paid Claude Subscription |
| Customization | ✅ Fully editable markdown instructions | ✅ Deployable organization-wide |
| Tool Integration | ✅ Comes with pre-written MCP routing | Requires active accounts on 3rd-party tools |
Bottom line: The code and workflow structures for these plugins are completely free and open-source. However, because they are explicitly engineered to interface with Claude’s proprietary architecture, you cannot use them effectively without paying for an Anthropic subscription tier. They represent the absolute gold standard of enterprise AI agent deployment.
Alternatives — 3 similar tools
1. Custom OpenAI GPTs
The most accessible alternative. OpenAI allows you to create custom ChatGPT agents with specific instructions, uploaded knowledge files, and API actions. While easier to set up for individuals, they lack the deep, desktop-level MCP integration and complex local file system access that Claude Cowork provides.
2. OpenHands (Formerly OpenDevin)
If you want a truly open-source autonomous agent that isn’t locked into Anthropic’s ecosystem, OpenHands is a phenomenal local alternative. It provides a browser-based workspace where you can assign an LLM (including open-source models) to execute complex, multi-step tasks across your file system and terminal.
🔗 github.com/All-Hands-AI/OpenHands
3. AnythingLLM
A desktop application designed as an all-in-one AI workspace. It allows you to build specific workspaces with tailored prompts and massive local document context (RAG). It is excellent for research and data synthesis, but it lacks the active SaaS-tool integration (like pulling live Jira tickets) found in Anthropic’s plugins.
🚀 Want more free AI tools like this?
We find, test, and write setup guides for the best free and open-source AI tools — so you don’t have to dig through GitHub yourself.Browse Free AI Tools at globalaiforce.com/shop →
📸 Follow us for daily AI tool tips and tutorials: instagram.com/globalaiforce