
Many teams adopt AI in the same messy way.
A manager says, “Everyone should use AI.” Then each person opens Claude and writes their own prompts. Sales builds one workflow. Product builds another. Legal writes a different instruction every time. Engineering keeps pasting project rules into chat.
On paper, everyone is using AI.
In reality, nothing compounds.
Two people in the same role can get completely different results from the same model because one person knows how to prompt and the other does not. The bottleneck is no longer only model quality. It is workflow consistency.
Anthropic’s open-source knowledge-work-plugins project is aimed directly at that problem. Instead of teaching every employee how to write better prompts, it packages role-specific workflows into plugins for Claude.
Sales gets sales workflows. Legal gets legal workflows. Finance gets finance workflows. Product gets product-management workflows. The best internal process can become a reusable plugin instead of tribal knowledge.
This guide answers five practical questions:
- What are Claude plugins, and how are they different from Skills and MCP connectors?
- Which knowledge-work plugins matter first?
- Which plugins should a 5-person, 20-person, or 50-person team install?
- How should teams manage permissions, audit logs, and token cost?
- How should teams outside the default U.S.-centric SaaS stack adapt the connectors?
The real before-and-after

Consider a 20-person SaaS team:
- 3 sales reps
- 2 product managers
- 1 legal owner
- 1 finance owner
- 2 engineers
- the rest spread across support, marketing, and operations
Without plugins, Claude usage often looks like this:
- A sales rep manually pastes a customer website, CRM notes, and email history into Claude before every call.
- A product manager asks Claude for a PRD, but each PM uses a different structure.
- Legal repeatedly tells Claude to check termination clauses, confidentiality terms, IP ownership, and liability limits.
- An engineer asks for code review but re-explains the repository rules every time.
With plugins, the workflow becomes more standardized:
- Sales uses a call-prep command and gets a customer battle card.
- Product uses a spec-writing command and gets the team’s usual PRD structure.
- Legal review follows the same checklist for NDAs and contracts.
- Engineering review applies the same coding and security expectations each time.
The model did not become smarter.
The workflow became reusable.
Plugins are not Skills, and they are not MCP connectors
Claude’s extension ecosystem includes several related but different concepts.
The source draft compares three major pieces:
- Skills: focused instructions that teach Claude how to perform a specific task.
- Plugins: bundled workflows that can include Skills, slash commands, connectors, and subagents.
- MCP connectors: tool interfaces that let Claude reach external systems through the Model Context Protocol.
The simplest shorthand is:
Skills teach Claude one capability.
Plugins package a full workflow.
MCP connectors bring external tools and data into that workflow.
Skills teach Claude one capability.
Plugins package a full workflow.
MCP connectors bring external tools and data into that workflow.

| Dimension | Skill | Plugin | MCP connector |
|---|---|---|---|
| Granularity | One capability | Role or workflow package | External tool interface |
| Contains | Markdown instructions and optional references | Skills, commands, connector config, agents | Tool APIs exposed through MCP |
| Trigger | Usually context-based | Slash commands plus context | Called by skills or commands |
| Best count | Roughly 8-12 focused Skills | Roughly 3-5 active plugins | As needed |
| Main target | Claude Code and agent workflows | Claude Cowork and Claude Code | Shared across hosts |
| Main risk | Too much dead context | Too many unused workflows | Too much tool permission |
This distinction matters because teams often over-install.
Every instruction file adds context. Every plugin adds process surface. Every connector adds permission and audit surface. More is not automatically better.
For most teams, 3-5 well-chosen plugins are more useful than installing everything.
What is inside a plugin?
Anthropic’s knowledge-work-plugins repository uses a simple file structure.
Most plugins look like this:
plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json
├── commands/
│ ├── command-1.md
│ └── command-2.md
└── skills/
├── skill-1.md
└── skill-2.md
plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json
├── commands/
│ ├── command-1.md
│ └── command-2.md
└── skills/
├── skill-1.md
└── skill-2.md
This is one of the most important design choices.
The plugin is not a black-box SaaS product. It is mostly Markdown and JSON. A team can inspect it, edit it, translate it, remove parts, add internal terminology, and adapt the workflow.
That makes plugins valuable as a starting point:
Anthropic gives the workflow scaffold.
Your team still defines the standards.
Anthropic gives the workflow scaffold.
Your team still defines the standards.
The 11 core knowledge-work plugins
The official repository highlights 11 knowledge-work plugins. The exact repository contents may change, but these are the core role-oriented plugins covered in the source draft.
| Plugin | Role | What it helps with | Typical connectors |
|---|---|---|---|
productivity |
Everyone | Tasks, calendar context, daily workflows | Slack, Notion, Asana, Linear, Jira, Microsoft 365 |
sales |
Sales | Account research, call prep, pipeline review, outreach, battle cards | HubSpot, Close, Clay, ZoomInfo, Slack, Notion |
customer-support |
Support | Ticket triage, reply drafting, escalation summaries, knowledge-base updates | Intercom, HubSpot, Guru, Jira, Notion |
product-management |
PM | Specs, roadmap planning, user research synthesis, stakeholder updates | Linear, Jira, Notion, Figma, Amplitude, Pendo |
marketing |
Marketing | Content, campaign planning, brand voice, competitor briefs, reports | Canva, Figma, HubSpot, Ahrefs, SimilarWeb |
legal |
Legal | Contract review, NDA triage, compliance navigation, risk summaries | Box, Egnyte, Jira, Microsoft 365 |
finance |
Finance | Reconciliation, financial statements, variance analysis, close support | Snowflake, Databricks, BigQuery, Microsoft 365 |
data |
Data | SQL, visualization, statistical analysis, dashboard support, validation | Snowflake, Databricks, BigQuery, Hex, Amplitude |
enterprise-search |
Everyone | Search across chat, docs, email, tickets, and wikis | Slack, Notion, Guru, Jira, Asana, Microsoft 365 |
bio-research |
Life sciences | Literature search, genomic analysis, target prioritization | PubMed, bioRxiv, ClinicalTrials.gov, ChEMBL |
cowork-plugin-management |
Admins and technical leads | Create or customize plugins | No fixed external connector required |
The repository and marketplace ecosystem also include other plugin types, including developer tools, design tools, PDF utilities, engineering workflows, and partner-built packages. Treat those as additional options, not mandatory installs.
Marketplace signal: developer plugins are leading

The source draft includes a snapshot of Claude’s plugin marketplace install counts as of August 5, 2026. These numbers should be treated as time-sensitive marketplace data, not permanent benchmarks.
The pattern is still useful:
- developer tools are leading adoption
- connector plugins have strong demand
- role-specific knowledge-work plugins are still early
- verified plugins tend to receive more trust
That is not surprising. Claude Code and developer workflows are often where teams first feel the value of plugins. Developers also tolerate installation and configuration work earlier than non-technical teams.
For business teams, adoption will depend less on novelty and more on whether a plugin matches a real process: sales call preparation, customer escalation, legal review, product spec writing, or finance close support.
Which plugins should your team install first?

Do not install all plugins because they are free.
Install based on team shape.
5-person startup: start with 1-2 plugins
Recommended:
| Priority | Plugin | Why |
|---|---|---|
| 1 | productivity |
Everyone manages tasks, context, and meetings |
| 2 | enterprise-search |
Useful if information is already spread across docs and chat |
Small teams do not need many role-specific plugins because everyone wears multiple hats.
Avoid over-specializing too early. A five-person team probably does not need separate sales, legal, marketing, and finance plugins unless one workflow happens daily.
20-person growth team: choose 3-4 plugins
Recommended:
| Priority | Plugin | Why |
|---|---|---|
| 1 | productivity |
Shared work coordination |
| 2 | sales or product-management |
Choose based on whether growth is sales-led or product-led |
| 3 | enterprise-search |
Information fragmentation starts becoming expensive |
| 4 | marketing or customer-support |
Add only if there is a real dedicated function |
At this size, the main problem is inconsistent workflow. Plugins should standardize the repeated work that already happens every week.
50-person team: choose 4-5 plugins
Recommended:
| Priority | Plugin | Why |
|---|---|---|
| 1 | productivity |
Baseline for all knowledge workers |
| 2 | enterprise-search |
Information silos become a real cost |
| 3 | 1-2 core role plugins | Pick based on revenue, product, data, or support bottlenecks |
| 4 | customer-support |
Strong fit if ticket volume is meaningful |
| 5 | engineering or design/developer plugins |
Useful if engineering has enough repeated review and delivery work |
For a 50-person team, the biggest waste is not token cost. It is every employee reinventing prompts for the same recurring tasks.
A simple plugin decision tree
Use this as a first pass:
Team over 30 people?
Yes -> consider enterprise-search
Dedicated sales team of 3+ people?
Yes -> sales
Dedicated PM function?
Yes -> product-management
Dedicated support team?
Yes -> customer-support
Dedicated data analyst or data warehouse workflow?
Yes -> data
Engineering team over 10 people?
Yes -> engineering / code review plugins
Legal or finance workflows weekly or more often?
Yes -> legal or finance
Team over 30 people?
Yes -> consider enterprise-search
Dedicated sales team of 3+ people?
Yes -> sales
Dedicated PM function?
Yes -> product-management
Dedicated support team?
Yes -> customer-support
Dedicated data analyst or data warehouse workflow?
Yes -> data
Engineering team over 10 people?
Yes -> engineering / code review plugins
Legal or finance workflows weekly or more often?
Yes -> legal or finance
If the answer is “maybe,” do not install yet. Start with one workflow, run it for a week, then decide.
Security and permission management
Plugins can connect to CRM systems, document stores, data warehouses, tickets, and messaging tools.
That is useful. It is also risky.
Start read-only
The safest rollout pattern is:
- let Claude read relevant data
- let it draft an output
- require a human to approve the action
- only later allow low-risk writes
High-risk actions should require explicit human confirmation:
- sending external emails
- changing CRM records
- modifying financial systems
- deleting records
- changing permissions
- publishing public content
- deploying code
Do not rely only on prompt instructions for those boundaries. If a connector can be configured read-only, start there.
Keep data access scoped
enterprise-search is powerful because it can search across systems. That is also why it needs careful permission design.
Before installing it broadly, answer:
- Can the connector inherit the original tool’s permissions?
- Can ordinary employees see finance, HR, or legal documents?
- Can contractors search internal strategy docs?
- Does one API key expose too much data?
- Can usage be traced by user and team?
Many MCP servers still have coarse permission models. Enterprise teams should not assume that installing a connector automatically preserves every access-control rule from the source system.
Log enough to debug incidents
At minimum, record:
- user ID
- plugin command
- external tools called
- data accessed
- success or failure status
- error messages
- token usage
- human approval events
These logs are not only for security. They also show which workflows are useful, which ones waste tokens, and where the team should customize the plugin.
Cost and token usage
Plugins are free as open-source files, but using them inside Claude still consumes tokens and model calls.
The source draft uses rough planning assumptions:
| Component | Approximate overhead | Notes |
|---|---|---|
| One focused Skill | ~60 tokens per session | Varies by file length and trigger behavior |
| One plugin with several Skills | ~200-400 tokens per session | Depends on internal size |
| Five plugins | ~1,000-2,000 tokens per session | Usually manageable |
| Ten plugins | ~2,000-4,000 tokens per session | Often too much unused context |
| Connector call | Depends on retrieved data | External content can dominate token use |
| Subagent workflow | Often multiple calls | Can cost several times more than a simple chat |
These are estimates, not official Anthropic pricing guarantees.
The practical advice is simple:
- keep only active plugins installed
- review unused plugins monthly
- remove skills not triggered in 30 days
- use smaller models for routine work
- reserve stronger models for complex tasks
- avoid dumping long documents into context when retrieval is enough
- track usage by team and workflow
This is where apito.ai can sit at the model access layer: API key management, model access, usage visibility, and cost tracking. Plugins define what Claude should do. apito.ai helps teams manage how model calls are routed and paid for.
Adapting plugins for non-U.S. tool stacks
The official examples assume many globally common SaaS tools:
- Slack
- Notion
- Jira
- HubSpot
- Linear
- Asana
- Microsoft 365
- Figma
- Intercom
- Snowflake
- BigQuery
Teams in China or other local ecosystems may need connector adaptation.
| Default connector | Possible local replacement | Difficulty |
|---|---|---|
| Slack | Feishu, DingTalk, WeCom | Medium |
| Notion | Feishu Docs, Yuque, Shimo | Medium |
| Jira | Feishu Projects, PingCode, Tapd | Medium |
| HubSpot | Local CRM systems | High |
| Linear | Feishu Projects, Tapd | Medium |
| Asana | Feishu Tasks, Teambition | Medium |
| Microsoft 365 | Feishu suite, WPS | Low to medium |
| Figma | MasterGo, Lanhu, JS Design | Medium |
| Amplitude | Sensors Analytics, GrowingIO | High |
| Snowflake / BigQuery | MaxCompute, Tencent Cloud data warehouse, ByteHouse | High |
| Intercom | Local support SaaS tools | Medium |
You can edit .mcp.json to replace connector servers.
Example:
{
"mcpServers": {
"feishu": {
"command": "npx",
"args": ["-y", "@larksuite/mcp-server-feishu"],
"env": {
"FEISHU_APP_ID": "your-app-id",
"FEISHU_APP_SECRET": "your-app-secret"
}
}
}
}
{
"mcpServers": {
"feishu": {
"command": "npx",
"args": ["-y", "@larksuite/mcp-server-feishu"],
"env": {
"FEISHU_APP_ID": "your-app-id",
"FEISHU_APP_SECRET": "your-app-secret"
}
}
}
}
If connector adaptation is not ready, the plugin can still be useful.
The Skills and commands can structure the work even if users manually paste the needed context into Claude. Automation can come later.
A rollout plan for teams
Week 1: one plugin, one workflow
Pick one repeated workflow:
- sales call prep
- weekly product spec writing
- support escalation summaries
- daily task review
- legal NDA triage
Install only the plugin needed for that workflow. Do not start with a full platform migration.
Weeks 2-4: customize the files
Edit the Markdown files:
- add company terminology
- add your templates
- add examples of good output
- remove steps you do not use
- translate key instructions if your team works primarily in Chinese
Plugins are only valuable if they reflect your real process.
Month 2: add connectors carefully
Add only the connector that saves the most manual copying.
Start read-only. Log every call. Confirm that permissions match the original system.
Monthly: audit usage
Each month, ask:
- Which plugins were actually used?
- Which skills never triggered?
- Which workflows saved time?
- Which workflows produced low-quality output?
- Which connectors pulled too much context?
- Which team or user consumed the most tokens?
Then remove, edit, or consolidate.
Copyable installation checklist
Team AI plugin checklist
========================
Environment
[ ] Claude Code or Claude Cowork is available
[ ] GitHub access works for Claude Code users
[ ] Claude API access is configured
[ ] Team size and main workflows are known
Core plugins
[ ] productivity
[ ] enterprise-search, if information is spread across tools
Role plugins
[ ] sales, for B2B sales teams
[ ] product-management, for PM-heavy teams
[ ] customer-support, for support teams
[ ] data, for data teams
[ ] marketing, for content or campaign teams
[ ] finance, for finance teams
[ ] legal, for frequent contract review
[ ] engineering or developer plugins, for engineering teams
Connector adaptation
[ ] Review .mcp.json
[ ] Replace Slack / Notion / Jira / HubSpot if needed
[ ] Start with read-only connector permissions
[ ] Test one workflow before broad rollout
Customization
[ ] Edit Markdown skill files
[ ] Add company templates and terminology
[ ] Translate key workflow files if needed
[ ] Remove unused skills
Security
[ ] Define read/write boundaries
[ ] Require approval for high-risk actions
[ ] Log commands, tool calls, results, and token usage
[ ] Confirm data permission isolation
[ ] Review compliance requirements
Monthly audit
[ ] Remove plugins unused for 30 days
[ ] Review token usage
[ ] Update customized files
[ ] Collect user feedback
Team AI plugin checklist
========================
Environment
[ ] Claude Code or Claude Cowork is available
[ ] GitHub access works for Claude Code users
[ ] Claude API access is configured
[ ] Team size and main workflows are known
Core plugins
[ ] productivity
[ ] enterprise-search, if information is spread across tools
Role plugins
[ ] sales, for B2B sales teams
[ ] product-management, for PM-heavy teams
[ ] customer-support, for support teams
[ ] data, for data teams
[ ] marketing, for content or campaign teams
[ ] finance, for finance teams
[ ] legal, for frequent contract review
[ ] engineering or developer plugins, for engineering teams
Connector adaptation
[ ] Review .mcp.json
[ ] Replace Slack / Notion / Jira / HubSpot if needed
[ ] Start with read-only connector permissions
[ ] Test one workflow before broad rollout
Customization
[ ] Edit Markdown skill files
[ ] Add company templates and terminology
[ ] Translate key workflow files if needed
[ ] Remove unused skills
Security
[ ] Define read/write boundaries
[ ] Require approval for high-risk actions
[ ] Log commands, tool calls, results, and token usage
[ ] Confirm data permission isolation
[ ] Review compliance requirements
Monthly audit
[ ] Remove plugins unused for 30 days
[ ] Review token usage
[ ] Update customized files
[ ] Collect user feedback
Final advice
The important part of Anthropic’s knowledge-work plugins is not the exact number of plugins.
The important part is the operating model:
Do not make every employee rediscover prompting.
Turn strong workflows into reusable files.
Do not make every employee rediscover prompting.
Turn strong workflows into reusable files.
That is how AI starts to compound inside a team.
But plugins are not magic. If your company has unclear processes, messy data permissions, no templates, and no audit trail, plugins will become another pile of Markdown.
Start with one workflow. Use it for a week. Edit the files. Add connectors only when the manual process is already clear. Then expand.
If your team is preparing to run Claude plugins in production, stabilize the model access layer first. apito.ai can provide Claude-compatible API access, key management, and usage visibility as an independent third-party technical service. The plugins define the workflow; the API layer keeps model access and cost under control.
Sources and data notes
- Anthropic GitHub: knowledge-work-plugins
- Claude plugin directory: claude.com/plugins
- Model Context Protocol: modelcontextprotocol.io
- Anthropic Docs: docs.anthropic.com
- apito.ai homepage: apito.ai
Marketplace install counts, GitHub star counts, fork counts, issue counts, and contributor counts mentioned in the source draft are snapshots from August 2026 and may have changed. Treat them as directional adoption signals rather than permanent metrics.
Disclosure
ClaudeAPI / apito.ai is an independent third-party technical service and is not affiliated with Anthropic, Claude, GitHub, Microsoft, Slack, Notion, Jira, HubSpot, or any other tool vendor mentioned.



