customer-deck-builder

customer-deck-builder is a skill for Claude Code from zapier/gtm-cheat-codes. It costs 29 tokens per session (1,013 once invoked), scanned A, original, MIT.

A workflow for creating customer-facing sales or customer-success presentations from approved account information and generating them with Gamma, a presentation tool.

In plain words
What is it for?
Use it for discovery meetings, business reviews, renewals, expansion discussions, executive briefings, onboarding, and follow-ups.
Why use it?
It turns scattered account details and meeting goals into a focused presentation for a specific customer conversation.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the gtm-cheat-codes plugin — 21 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/zapier/gtm-cheat-codes/customer-deck-builder
Any agent
npx skills add zapier/gtm-cheat-codes --skill customer-deck-builder
Clone the repo
git clone --depth 1 https://github.com/zapier/gtm-cheat-codes

Made for: Claude Code.

Or install gtm-cheat-codes, the plugin that ships this one along with the rest of its 21 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for customer-deck-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/zapier/gtm-cheat-codes/customer-deck-builder.svg)](https://agentmods.dev/skills/zapier/gtm-cheat-codes/customer-deck-builder)
Your own site
<a href="https://agentmods.dev/skills/zapier/gtm-cheat-codes/customer-deck-builder"><img src="https://agentmods.dev/badge/skills/zapier/gtm-cheat-codes/customer-deck-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,013 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.01013
Opus 5 $0.00015 $0.00507
Sonnet 5 $0.00006 $0.00203
Haiku 4.5 $0.00003 $0.00101

Measured 6d ago against content hash 1013496ba6c3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

customer-deck-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/sales-revops/customer-deck-builder/SKILL.md · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Customer Deck Builder

Use this skill when a GTM team needs a customer-facing deck for discovery, QBR, renewal, expansion, executive briefing, onboarding, or follow-up.

Workflow

  1. Gather the minimum context:
    • company name, domain, or account ID
    • call type
    • meeting goal
    • attendee roles
    • specific topics, questions, or risks
  2. Resolve the account from approved CRM or account-data sources.
  3. Pull only the approved fields needed for the deck:
    • account plan and renewal context
    • usage summary
    • active users or builder roles
    • top apps and workflows
    • feature adoption
    • relevant customer notes or meeting context
  4. Choose the right deck shape:
    • discovery or first meeting
    • QBR or business review
    • renewal
    • expansion or upsell
    • executive briefing
    • onboarding kickoff
    • follow-up or check-in
  5. Build the narrative before writing slides:
    • what the customer is doing today
    • what value they are already getting
    • what risks, gaps, or opportunities are visible
    • which use cases fit their stack, role, or goal
    • what next step should come out of the meeting
  6. Write slide-by-slide markdown for Gamma.
  7. Generate the deck through Zapier MCP using Gamma actions.
  8. Return the Gamma URL, deck summary, and review notes.

Deck Structures

Discovery Or First Meeting

Goal: establish credibility, show useful context, and frame relevant automation opportunities.

Suggested slides:

  1. Cover
  2. Agenda
  3. What we know about the customer
  4. AI automation opportunity
  5. Where to start
  6. Relevant use cases
  7. Customer proof
  8. Next steps

QBR Or Business Review

Goal: show value delivered, identify optimization opportunities, and align on next steps.

Suggested slides:

  1. Cover
  2. Agenda
  3. Customer and Zapier team
  4. Account health overview
  5. Usage trend or task-limit utilization
  6. Feature adoption
  7. Top workflows and apps
  8. Opportunities
  9. Progress and next steps

Renewal

Goal: recap value, show trajectory, and connect the renewal conversation to measurable outcomes.

Read the full file on GitHub · 163 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 163 lines · 29 tokens per session scan A 1013496ba6c3

Subscribe to this mod's changes

customer-deck-builder is a skill published in the GitHub repository zapier/gtm-cheat-codes (334 stars, last pushed 1mo ago), licensed MIT. It adds 29 tokens to every session and 1,013 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

weave

Parallel strand orchestration — decompose a task into 3+ independently scoped strands, fan out real subagents (worktree-isolated when they write files), and coordinate through a session file and Insight Capsules. Use ONLY when the user explicitly invokes it by name or slash command.

entropyvortex/meta-llm-charter · 59 tokens

coding-agents-farm

To orchestrate parallel coding-agent farms (Claude, Codex, Copilot, Gemini, etc.) on isolated git worktrees.

griddynamics/rosetta · 32 tokens

premortem

First-principles premortem on a high-stakes plan: assume failure 6–18 months out, reconstruct causal death chains, surface hidden assumptions, deliver a revised reversibility-weighted plan. Use ONLY when the user explicitly invokes it by name or slash command.

entropyvortex/meta-llm-charter · 59 tokens

bcc-plan-spar

BCC align+lock+review PLAN.md for one slice (no product code). Slash: /bcc-plan-spar · chat: bcc:plan-spar · "lock PLAN" · spar the plan. Args: rounds=N (auto-review cap), review=self|subagent|cli|auto|off. Grill until clear enough (no default Q&A quota). Hand off to bcc-clean-cut after human APPROVE.

bo-cao/breaking-coding-chaos · 91 tokens

bcc-throughline

BCC global progress cockpit (plans.md/progress.md/findings.md). Slash: /bcc-throughline · chat: bcc:throughline · "where are we" · reprioritize · resume after /clear. Not for coding or full PLAN grill.

bo-cao/breaking-coding-chaos · 56 tokens

anti-slop-review

Review an implemented product UI or public prose surface for hard visual defects, design-system incoherence, repeated template patterns, and AI-writing tells without treating subjective taste as universal law. Use for pre-ship screenshots, browser review, README/tool-page copy, launch notes, guide prose, or redesigns…

markoblogo/abvx-agent-skills · 91 tokens