Using Pre-Built Plugins
Install Anthropic's official plugins, customize them for your workflow, and see skills auto-apply in action.
Premium Course Content
This lesson is part of a premium course. Upgrade to Pro to unlock all premium courses and content.
- Access all premium courses
- 1000+ AI skill templates included
- New content added weekly
Building custom skills is fun, but why reinvent the wheel? Anthropic and the community have already built plugins for most common workflows. Let’s start by using what exists — and making it fit your specific needs.
Installing Your First Plugin
Open Claude Desktop, switch to Cowork mode, and find the Customize menu. This is your plugin control center — it groups skills, plugins, and connectors in one place.
Browse the available plugins. You’ll see Anthropic’s official ones (marked with a verified badge) and community contributions. Pick one that matches your role:
- Marketer? Start with the Marketing plugin
- Writer? The Writing plugin
- Work with data? Data Analysis
- Manage products? Product plugin
Click Install. That’s it — the plugin’s skills, commands, and connectors are now active.
✅ Quick Check: Where’s the Customize menu in Cowork? (In the Cowork interface — it groups skills, plugins, and connectors.)
Seeing Skills Auto-Apply
Here’s the part that feels like magic. After installing a plugin, just use Cowork normally. Give it a task related to the plugin’s domain.
Say you installed the Marketing plugin and then ask:
Analyze our Q1 campaign performance. Here's the data: [point to your CSV file]
Without the plugin, Claude gives a generic analysis. With the plugin installed, Claude automatically applies the campaign analysis skill — checking metrics you’d check, comparing to benchmarks you’d compare to, structuring the output in a format a marketer actually uses.
You didn’t invoke anything. Didn’t type a slash command. Claude read the skill’s description, recognized your task matched, and applied the expertise.
That’s auto-discovery in action.
Using Slash Commands
Sometimes you want explicit control. That’s what slash commands are for.
After installing the Marketing plugin, you might have commands like:
/content-brief— Generate a content brief for a blog post/campaign-plan— Create a campaign plan from a creative brief/competitor-analysis— Analyze a competitor’s positioning
Type the command, provide the context, and the skill executes with its built-in expertise.
The difference from auto-discovery: you’re choosing when to apply the skill, rather than letting Claude decide. Both approaches work — use auto-discovery for everyday tasks, slash commands when you want a specific output format.
Customizing a Plugin
Out-of-the-box plugins are generic. They don’t know your company’s tone, your data formats, or your reporting standards. Customization fixes that.
While viewing an installed plugin, click “Customize” in the upper right corner. This opens a Cowork conversation where Claude asks you questions:
- “What kind of content does your team produce?”
- “What tools do you use for analytics?”
- “What format do your reports follow?”
- “Are there any brand guidelines I should follow?”
Based on your answers, Claude adjusts the plugin’s skills. It might:
- Update the writing style in content skills to match your brand voice
- Add your company’s KPIs to the data analysis skill
- Change the report template to match your team’s format
The customized plugin is saved locally. Your coworkers’ version stays default — only yours changes.
🔄 Quick Recall: Remember the
instructions.mdpattern from Cowork Essentials? Customizing a plugin is like a permanent version of that — the expertise is baked into the skill, not re-applied every session.
Exploring Anthropic’s Official Plugins
Let’s look at a few in detail so you know what to expect:
The Writing Plugin
Skills included:
- Blog post drafting with SEO structure
- Documentation writing with technical accuracy
- Email drafting with tone matching
- Style guide enforcement
- Editing for clarity and concision
Best customization: Feed it your company’s style guide. Upload past blog posts or docs so it learns your voice.
The Data Analysis Plugin
Skills included:
- Data cleaning and validation
- SQL query generation
- Dashboard/report creation
- Outlier detection
- Trend analysis
Best customization: Tell it about your data sources, column naming conventions, and which metrics your team cares about most.
The Product Plugin
Skills included:
- PRD (Product Requirements Document) writing
- Feature prioritization frameworks
- User story generation
- Sprint planning assistance
- Stakeholder communication templates
Best customization: Share your team’s PRD template, your prioritization framework (RICE? ICE? MoSCoW?), and examples of good user stories from your backlog.
Managing Multiple Plugins
You can install several plugins at once. A product manager might have:
- Product plugin (PRDs, user stories)
- Data Analysis plugin (metrics, dashboards)
- Writing plugin (docs, announcements)
Claude keeps track of which skills came from which plugin and applies them contextually. If you’re working on a PRD, it uses Product skills. If you’re cleaning data, it uses Data Analysis skills.
Tip: Don’t install plugins you won’t use. Each one adds to Claude’s context load, and unnecessary plugins can occasionally cause skills to conflict.
Updating and Removing Plugins
Plugins hosted on GitHub update automatically. When Anthropic pushes a new version of the Marketing plugin, your installed version updates.
To remove a plugin you’re not using: go to Customize → find the plugin → click Remove. Your customizations are lost, but you can always reinstall and recustomize.
Key Takeaways
- Install plugins via the Customize menu — one click
- Skills auto-apply when Claude detects a relevant task
- Slash commands give you explicit control over when a skill runs
- Customize plugins by clicking “Customize” and answering Claude’s questions
- Start with one plugin that matches your primary role
- Don’t install plugins you won’t use — they add context load
Up Next
Using other people’s plugins is great. Building your own is better. Next lesson, you’ll create your first custom skill from scratch — just a markdown file with some frontmatter. Fifteen minutes, no code.