New to Claude Skills? Learn how to install them →

anthropics on GitHub

Call Prep

OfficialFree

Efficiently prepare for customer calls with actionable insights.

Get this skill

Free · Opens the source repo

What Call Prep does

Call Prep is designed to streamline the process of preparing for customer or prospect calls by leveraging data from Common Room. This skill automates the gathering of relevant information about the account and attendees, ensuring that users are well-equipped with insights before engaging in discussions. By parsing user inputs such as company names and attendee details, it can pull together a comprehensive briefing that includes recent product signals, key account events, and individual attendee profiles.

The preparation process is structured into clear steps. First, it identifies the account and attendees, utilizing calendar integrations when available to gather context about upcoming meetings. Next, it conducts thorough account research to highlight important signals such as product usage trends, renewal timelines, and any potential risks. This is supplemented by contact research for each attendee, focusing on their roles, engagement history, and any relevant recent activities that could influence the call.

Once the data is collected, Call Prep synthesizes tailored talking points and objectives based on the gathered insights. This includes anticipating potential objections and suggesting desired outcomes for the meeting. The skill also incorporates a web search to capture any recent developments that may not be reflected in the Common Room data, ensuring that users have the most current information at their disposal.

Call Prep is particularly useful for sales and account management professionals who need to engage with clients effectively. It eliminates the guesswork involved in call preparation, allowing users to focus on building relationships and closing deals with confidence.

When to use it

Use Call Prep when you need to prepare for an important customer or prospect call and want to ensure you have all relevant information at hand.

When not to use it

This skill may not be suitable for informal calls where detailed preparation is unnecessary or for situations where Common Room data is unavailable.

What you can build with it

Sales Call Preparation

Use Call Prep to gather insights and talking points before engaging with a potential client, ensuring you address their needs effectively.

Account Management Meetings

Prepare for quarterly business reviews by synthesizing account data and attendee profiles, enhancing your ability to drive meaningful discussions.

New Client Onboarding

Leverage Call Prep to familiarize yourself with new clients and their key stakeholders, setting the stage for successful relationship building.

How to install Call Prep

View source

1. Install with the skills CLI

npx skills add anthropics/knowledge-work-plugins/call-prep --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by anthropics

Call Prep

Produce a complete, scannable call prep brief by combining account research, contact research, and signal synthesis from Common Room.

Prep Process

Step 1: Identify the Account and Attendees

Parse what the user has provided:

  • Company name — required; look up the account in Common Room
  • Attendee names — optional; if provided, research each one

Calendar lookup: If a ~~calendar connector is available, search for upcoming meetings with the named company to automatically surface attendee names, meeting time, and any meeting notes or agenda. Use this to fill gaps the user didn't provide.

If neither attendees nor a calendar match can be found, ask: "Who will be on the call from [Company]? I can research each attendee to make your prep more useful."

Step 2: Run Account Research

Use the account-research skill process to build a full account snapshot. For call prep, prioritize:

  • Recent product signals (what are they doing in the product right now?)
  • Open opportunities or renewal timeline
  • Any risk signals (declining usage, support tickets, churned seats)
  • Key recent events (funding, executive change, new hire)

When reviewing activity history, prioritize Gong and call recording activities — these provide direct context about previous conversations. Do not filter out call recordings by activity origin.

Step 3: Run Contact Research for Each Attendee

For each external attendee, use the contact-research skill process. For call prep, focus on:

  • Role and influence in the buying process
  • Their personal activity and engagement history
  • Any recent signals that suggest their current mood/priorities
  • Spark persona classification if available

Step 4: Synthesize Talking Points and Objectives

Based on the combined account and contact research:

  • Identify the call objective (e.g., discovery, demo, expansion conversation, renewal, QBR)
  • Generate 3–5 tailored talking points grounded in specific signal data
  • Anticipate 2–3 likely objections or topics the customer may raise
  • Suggest a recommended outcome for the call

When the user's company context is available (see references/my-company-context.md), tailor talking points to the user's product and value proposition.

Step 5: Recency Check (Web Search)

After gathering all Common Room data, run a quick recency check to catch anything that happened since the last CR data sync. This is supplementary — CR data drives the prep; web search only adds recency.

Company news: Search "[company name]" news filtered to the last 14 days. Look for funding announcements, product launches, leadership changes, layoffs, partnerships, or press coverage.

Attendee presence: For each external attendee, search "[full name]" "[company name]" — look for recent articles, LinkedIn posts, conference talks, podcasts, or published opinions.

If a company news item is significant (e.g., just raised a round, announced a major hire), flag it in Signal Highlights. Otherwise, include findings briefly — don't let web search results overshadow CR signals.

Output Format

The output adapts to how much data Common Room returned. Only include sections where you have real data. Never fill a section with invented details.

When data is rich (multiple field groups returned, activity history, scores, signals):

## Call Prep: [Company] — [Date/Time if known]

**Meeting Context**
[Attendees, meeting type, and any known agenda]

---

### Company Snapshot
[4–6 bullets: key account status, signals, and recent activity]

---

### Attendee Profiles

**[Attendee Name] — [Title]**
[3–4 bullets: role, recent activity, Spark persona if available, personal hook]

[Repeat for each attendee]

---

### Signal Highlights
[Top 3 signals most relevant to this specific call]

---

### Talking Points
1. [Point tied to a specific signal]
2. [Point tied to a specific signal]
3. [Point tied to a specific signal]

### Likely Topics / Objections to Prepare For
- [Topic or objection + suggested response]
- [Topic or objection + suggested response]

### Recommended Call Outcome
[1–2 sentences: what success looks like for this meeting]

When data is sparse (few fields returned, no activity, null sparkSummary):

## Call Prep: [Company] — [Date/Time if known]

**Data available:** [List exactly what Common Room returned — e.g., "Name, title, email, two tags. No activity history, no scores, no Spark data."]

### What I Found
[Only the fields actually returned, presented as-is]

### Web Search Results
[Findings from web search on the company and attendees — or "No significant results"]

### Suggested Next Steps
- I can pull [specific field groups] from Common Room if available
- I can run deeper web searches on [specific topics]
- You may want to check Common Room directly for [what's missing]

Do not generate a full call prep brief from sparse data. A short honest output is always better than a long fabricated one.

Quality Standards

  • Ground every talking point in a real signal — no generic filler
  • Keep the brief tight — it should be readable in 5 minutes or less
  • Flag unknowns explicitly — if attendee research is thin, say so
  • Time-box the research — don't over-research at the expense of speed
  • Never invent deal context — no fabricated proposals, competitor comparisons, pricing, trial terms, or objections not returned by a tool call

Reference Files

  • references/call-types-guide.md — guidance for different call types (discovery, expansion, renewal, QBR) and how to tailor prep accordingly

Frequently asked questions about Call Prep

Similar skills