Why Customize?
Out-of-the-box plugins give Claude strong baseline skills for sales, support, product management, and other roles. But the real value comes when you customize them for your company — your tools, your terminology, your processes. Customization transforms generic plugins into experts that understand how your team actually works.What You Can Customize
Every plugin has three main customization points:Connectors
Point Claude at your specific tool stack by editing
.mcp.jsonCompany Context
Add your terminology, org structure, and processes to skill files
Workflows
Modify step-by-step instructions to match how your team works
Plugin Structure
Every plugin follows the same structure:All customization happens through markdown and JSON files — no code, no infrastructure, no build steps required.
How Skills Work
Skills are markdown files that encode domain expertise. When you ask Claude for help with something relevant, it automatically draws on the appropriate skills. Example: If you say “prep me for my call with Acme Corp”, Claude:- Detects this is a sales call preparation task
- Loads the
call-prepskill instructions - Follows the workflow defined in that skill
- Uses connectors you’ve configured to pull data
How Commands Work
Commands are explicit actions you trigger with a slash:- Structured workflows you run regularly
- Tasks that need specific input formats
- Actions that should always follow the same steps
How Connectors Work
Connectors wire Claude to external tools via Model Context Protocol (MCP) servers. They let Claude:- Read from your CRM, project tracker, data warehouse, etc.
- Write updates back to those systems
- Stay in sync with your actual workflow
Customization Workflow
Example: Customizing the Sales Plugin
Let’s say you’re a mid-market SaaS company with a 60-day sales cycle: 1. Configure connectors (.mcp.json):
skills/call-prep/SKILL.md):
skills/call-prep/SKILL.md):
Where to Start
Pick the customization path that matches your needs:Configure Connectors
Connect Claude to your specific tools (CRM, Slack, Notion, etc.)
Add Company Context
Teach Claude your terminology, processes, and org structure
Modify Workflows
Adjust step-by-step instructions to match how your team works
Tips for Effective Customization
- Be specific — “We use a 3-stage sales process: Discovery, Demo, Negotiation” is better than “We have a sales process”
- Include examples — Show Claude actual emails, call scripts, or deliverables your team produces
- Update regularly — As your processes evolve, keep skill files in sync
- Share across teams — Once customized, the whole team benefits from consistent context
Next Steps
Configuring Connectors
Edit .mcp.json to wire up your tools
Adding Company Context
Teach Claude about your company
Modifying Workflows
Adjust how skills execute tasks