common-room
v1.0.0Turn Common Room into your GTM copilot. Research accounts and contacts, prep for calls with attendee profiles and talking points, and draft personalized outreach across email, LinkedIn, and phone. Build targeted prospect lists, generate weekly briefings for every upcoming call, and create strategic account plans — all grounded in real signal data from product usage, engagement and intent signals, so every output reflects what's actually happening in your accounts.
by Common Room23.4kupdated 11 minutes ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is partner-built/common-room/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/account-research/SKILL.md├── skills/call-prep/SKILL.md├── skills/compose-outreach/SKILL.md├── skills/contact-research/SKILL.md├── skills/prospect/SKILL.md├── skills/weekly-prep-brief/SKILL.md└── .mcp.json
Skills6
Research a company using Common Room data. Triggers on 'research [company]', 'tell me about [domain]', 'pull up signals for [account]', 'what's going on with [company]', or any account-level question.
Prepare for a customer or prospect call using Common Room signals. Triggers on 'prep me for my call with [company]', 'prepare for a meeting with [company]', 'what should I know before talking to [company]', or any call preparation request.
Generate personalized outreach messages using Common Room signals. Triggers on 'draft outreach to [person]', 'write an email to [name]', 'compose a message for [contact]', or any outreach drafting request.
Research a specific person using Common Room data. Triggers on 'who is [name]', 'look up [email]', 'research [contact]', 'is [name] a warm lead', or any contact-level question.
Build targeted account or contact lists using Common Room's Prospector. Triggers on 'find companies that match [criteria]', 'build a prospect list', 'find contacts at [type of company]', 'show me companies hiring [role]', or any list-building request.
Generate a comprehensive weekly briefing for all external calls in the next 7 days. Triggers on 'weekly prep brief', 'prepare my week', 'what calls do I have this week', 'Monday prep', or any weekly planning request.
MCP servers1
- url
- https://mcp.commonroom.io/mcp
Manifests1
{
"name": "common-room",
"version": "1.0.0",
"description": "Turn Common Room into your GTM copilot. Research accounts and contacts, prep for calls with attendee profiles and talking points, and draft personalized outreach across email, LinkedIn, and phone. Build targeted prospect lists, generate weekly briefings for every upcoming call, and create strategic account plans — all grounded in real signal data from product usage, engagement and intent signals, so every output reflects what's actually happening in your accounts.",
"author": {
"name": "Common Room"
},
"keywords": [
"common-room",
"sales",
"gtm",
"account-research",
"prospecting",
"outreach"
]
}