Claude Plugins: Ultimate Beginners Guide (Full Course)
Most people use Claude Cowork like a really smart chatbot. That's buying a Ferrari and driving it in the slow lane.
Plugins are what turn Claude from a conversation into a specialized agent that orchestrates entire workflows, pulls live data, executes parallel tasks, and hands you back finished work. 1 command. No manual steps. No friction.
For context: I build AI systems for founders who want to cut manual work without hiring. This is the guide I wish existed when I started building with Claude. It covers what plugins actually are, what they do, which ones to steal, how to build your own, and the exact prompts to use.
What plugins actually are (and why you're probably using them wrong)
A plugin is not 1 thing. It's a bundle. Think of it as a job description that packages 4 things together:
Skills — instructions that teach Claude how to do specific tasks (write in your voice, analyze data, research competitors)
Connectors — live links to external tools (Google Drive, Gmail, Slack, Notion, Asana, Salesforce, etc.)
Slash commands — quick actions you trigger with
/commandthat run entire workflowsSub-agents — parallel workers that handle pieces of a task at the same time
Instead of setting up each piece individually (connect tool → load Skill → remember which prompt to use → repeat), you install 1 plugin and immediately have a ready-to-go setup.
Think of it this way:
Skills are Lego blocks (individual capabilities)
Plugins are the fully assembled set (complete system)
1 command runs the whole agentic process. You get finished work, not intermediate output.
Skills vs plugins: where most people get confused
This is the biggest point of confusion I see.
Skills are single-purpose instructions. 1 Skill teaches Claude to write in your voice. Another teaches it to format a proposal. You can use Skills without a plugin. They work anywhere.
Plugins bundle multiple Skills together with the connectors and commands needed to run a complete workflow.
Example:
Skill: "Write status update in my communication tone"
Plugin: Pull active projects from Notion → write a status update for each client using your communication Skill → drop drafts into Gmail as individual messages → send
1 slash command runs all of it.
The 11 official Anthropic plugins (free, open source)
Anthropic shipped these on January 30, 2026. All free. All open source. You can customize or fork any of them.
1. Sales plugin
Call prep with prospect research
Competitive intelligence and positioning strategy
Account planning and strategy
Objection handling framework
Commands:
/sales:call-prep,/sales:account-plan,/sales:objection-handling
2. Marketing plugin
SEO audit analysis for any URL
Multi-email sequence generation
Competitive intelligence briefs
Content brief creation
Commands:
/marketing:seo-audit,/marketing:email-sequence,/marketing:competitive-brief
3. Legal plugin
Contract review with risk flagging
Regulatory compliance checking
Clause analysis and recommendations
Commands:
/legal:contract-review,/legal:compliance-check
4. Finance plugin
Financial modeling and projections
Budget analysis and forecasting
Cash flow planning
Commands:
/finance:model,/finance:forecast
5. Customer support plugin
Ticket response drafting
Escalation workflow automation
Knowledge base search
Commands:
/support:draft-response,/support:escalate
6. Product management plugin
PRD generation
Roadmap planning and prioritization
User research synthesis
Commands:
/product:write-prd,/product:prioritize-roadmap
7. Data analysis plugin
Dataset cleaning and standardization
Dashboard creation
Chart and visualization generation
Commands:
/data:clean-dataset,/data:visualize
8. Enterprise search plugin
Cross-platform search across all company tools
Unified search index
Smart filtering and ranking
Commands:
/search:company-wide
9. Biology research plugin
Literature review automation
Experiment design assistance
Research paper analysis
Commands:
/research:literature-review
10. Productivity plugin
Task management and organization
Meeting prep automation
Scheduling intelligence
Commands:
/productivity:prepare-meeting
11. Plugin-create plugin
Build your own plugins from scratch
Template generation
Command scaffolding
Commands:
/plugin:create-new
Browse all of them: github.com/anthropics/knowledge-work-plugins
How to install a plugin (3 steps)
Open Claude Cowork
Click Plugins in the sidebar
Click + → browse → click Add plugin
Done. Plugins you install are saved locally to your machine.
To use a Skill from your plugin, type / in the chat to see available commands, or click the + button and pick from your installed plugins.
If you want more breakdowns like this, join my newsletter
The most useful slash commands to bookmark
Marketing:
/marketing:seo-audit— analyzes any URL for SEO issues (keyword gaps, technical issues, competitive positioning)/marketing:email-sequence— generates full multi-email campaigns/marketing:competitive-brief— researches competitors and outputs structured competitive analysis
Sales:
/sales:call-prep— researches a prospect and creates a call brief/sales:account-plan— builds a strategic account plan (stakeholders, budget, decision process, objections)/sales:objection-handling— generates responses to common objections
Legal:
/legal:contract-review— analyzes a contract for risks (liability, termination, payment terms, IP)/legal:compliance-check— checks agreements against regulatory requirements
Data:
/data:clean-dataset— standardizes messy data (duplicates, formatting, nulls)/data:visualize— creates charts and dashboards from raw data
How connectors work (and why they matter)
Connectors link Claude to external tools. Without them, Claude can only work with what you paste in. With them, Claude can pull live data and act on it.
Connectors available include:
Google Drive, Gmail, Google Calendar
Slack, Notion, Asana
Salesforce, HubSpot, Pipedrive
DocuSign, Linear, Monday.com
And dozens more
To connect:
Click Settings → Connectors
Browse connectors → search for your tool
Click to connect (OAuth flow)
Once connected, Claude can search your Drive, read emails, check your calendar, and take action based on live data.
Example: a plugin can pull active projects from Notion, write status updates for each client, and drop drafts into Gmail — all without you copy-pasting anything.
How to customize a plugin (make it yours)
Default plugins are starting points. Click Customize on any installed plugin and Claude walks you through adjusting it.
You can customize:
Swap connectors to match your tool stack
Add your company's terminology and tone
Adjust workflows to how your team actually operates
Add custom Skills specific to your process
Prompt to customize:
Customize this plugin to match how my team actually works.
We use: [list your tools]
Our process for [workflow type] is: [describe it]
Our tone/terminology: [examples]
Update all the skills and commands accordingly.
How to build your own plugin from scratch
Use the plugin-create plugin (meta, I know). Or build from scratch with this structure:
my-plugin/
├── plugin.json # Manifest file
├── commands/ # Slash commands
│ └── my-command.md
├── skills/ # Individual skills
│ └── my-skill/
│ └── SKILL.md
└── .mcp.json # Connector config
Starter prompt:
I want to build a plugin for [your workflow].
Walk me through creating the plugin structure, skills, and commands.
My workflow:
1. [Step 1]
2. [Step 2]
3. [Step 3]
The end result should be [what you want delivered].
Copy-paste prompts for common plugins
Client management plugin
Build me a client management plugin that:
1. Pulls active projects from Notion (status, timeline, owner)
2. Writes weekly status updates using my communication style
3. Drafts them in Gmail as individual messages ready to send
Include a /send-updates command that runs all steps in parallel.
Content repurposing plugin
Build a content repurposing plugin with skills for:
- Turning podcast transcripts into LinkedIn posts
- Creating Twitter threads from articles
- Extracting clip suggestions and timestamps from video scripts
Include commands: /repurpose:podcast, /repurpose:article, /repurpose:video
Competitive research plugin
Build a competitive research plugin that:
1. Searches the web for competitor updates
2. Organizes findings into a structured brief (pricing, features, marketing, team)
3. Saves the brief to my Google Drive
4. Sends me a Slack summary
Include commands: /research:company and /market-analysis
Sales automation plugin
Build a sales automation plugin that:
1. Pulls open deals from Salesforce
2. Writes personalized follow-up emails for each deal (based on stage and history)
3. Analyzes objections and generates response strategies
4. Saves drafts to Gmail
Include a /follow-up:all command.
Proposal generation plugin
Build a proposal plugin that:
1. Takes project scope, client name, and timeline as input
2. Generates a professional proposal (executive summary, scope, timeline, pricing, terms)
3. Saves to Google Drive as a document
4. Sends a preview link to the client via email
Include /proposal:generate command.
What plugins actually do for you
Before plugins, you managed each piece manually:
Connect your tool
Load your Skill
Remember which prompt to use
Execute manually
Repeat for every task
With plugins:
Set up 1 time
Run forever
1 command triggers an entire agentic workflow
Finished work delivered where you need it
Before plugins: you spend 30 minutes on manual steps. Claude does 5 minutes of actual work.
With plugins: you type 1 command. Claude handles everything. Finished work appears in your inbox.
The people who figure this out first will operate like they have a team of 10. The people who don't will wonder why everyone else is moving so fast.
Resources to master plugins
Official docs:
Anthropic Plugin GitHub: github.com/anthropics/knowledge-work-plugins
Claude Cowork setup: claude.com/product/cowork
Skills to learn:
MCP (Model Context Protocol) — how to build custom connectors
Slash commands — how to trigger workflows
Sub-agents — how to parallelize tasks
Data passing — how to chain Skills together
Your next step
Pick 1 official Anthropic plugin and install it
Try 3 slash commands from that plugin
Run 1 command that pulls live data from a connected tool
Build your first custom plugin using 1 of the prompts above
The gap between people who use plugins and people who don't will be massive by end of 2026.
Start now.
If you want more weekly breakdowns on building AI systems like this, grab my free newsletter.