closed-won-replication-play

closed-won-replication-play is a skill for Claude Code, Codex from swan-gtm/gtm-skills. It costs 79 tokens per session (1,614 once invoked), scanned A, original, MIT.

A sales process for using a newly won customer deal to find similar companies and prepare outreach. It uses information from a customer relationship management system, such as the industry, company size, location, and use case.

In plain words
What is it for?
Use it to extract a winning-customer profile, find lookalike companies, research contacts, draft outreach, and prepare a batch for review.
Why use it?
It turns a successful deal into a repeatable search for possible customers while keeping a sales representative in control before anything is sent.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to extract a winning-customer profile, find lookalike companies, research contacts, draft outreach, and prepare a batch for review.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swan-gtm/gtm-skills/closed-won-replication-play
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.

Any agent
npx skills add swan-gtm/gtm-skills --skill closed-won-replication-play
Clone the repo
git clone --depth 1 https://github.com/swan-gtm/gtm-skills

Made for: Claude Code, Codex.

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 closed-won-replication-play

README.md
[![agentmods](https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/closed-won-replication-play/github.svg)](https://agentmods.dev/skills/swan-gtm/gtm-skills/closed-won-replication-play)
Your own site
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/closed-won-replication-play"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/closed-won-replication-play/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for closed-won-replication-play

Your own site · 80×15
<a href="https://agentmods.dev/skills/swan-gtm/gtm-skills/closed-won-replication-play"><img src="https://agentmods.dev/badge/skills/swan-gtm/gtm-skills/closed-won-replication-play.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,614 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00079 $0.01614
Opus 5 $0.00039 $0.00807
Sonnet 5 $0.00016 $0.00323
Haiku 4.5 $0.00008 $0.00161

Measured 12d ago against content hash e1d252d1a546, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

closed-won-replication-play 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 12d 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/ariel-cohen/closed-won-replication-play/SKILL.md · 160 lines

How it starts

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

Template placeholders

Replace every {{...}} before enabling. See the setup checklist reference for the full setup list.

  • {{CRM}} — Your CRM (e.g. HubSpot) — source of the closed-won event and target of writes
  • {{LOOKALIKE_COUNT}} — Lookalikes per win (default: 5)
  • {{REVIEW_SURFACE}} — Where the batch review task is created (e.g. your desk/task queue)

Purpose

Every closed-won deal is a targeting signal. The moment a deal closes, use the winning company's profile to find {{LOOKALIKE_COUNT}} lookalike companies and draft outreach while the story is fresh. The rep reviews and approves before anything sends.


Input

You receive a {{CRM}} deal that just moved to Closed Won. The payload includes the deal record and its associated company/contact.


Step 1 — Extract the Win Profile

From the {{CRM}} deal and its associated company, extract:

  • Industry / vertical
  • Company size (headcount range)
  • Geography (country/region)
  • Tech stack (if available — look for CRM, marketing tools, data tools)
  • Go-to-market model (B2B SaaS, services, marketplace, etc.)
  • Use case / pain point that drove the purchase (check deal notes and contact activity in {{CRM}})
  • Deal owner (the {{CRM}} user who owns the deal — you'll need their name and email for later)

If a field is missing or unclear, make a reasonable inference based on what's available. Don't block on incomplete data.


Step 2 — Build the Lookalike Search Profile

Construct a specific search profile. Good example: "B2B SaaS, 50–200 employees, US-based, uses Salesforce, scaling a GTM team." Generic is weak — be specific.

Use the extracted attributes to run a company search. Look for companies that:

  • Match the industry and company size
  • Are in the same geography or equivalent market
  • Share a similar GTM model or tech stack when inferable
  • Are NOT already in {{CRM}} (not a customer, not active pipeline, not a contact record's company)

Find exactly {{LOOKALIKE_COUNT}} qualifying lookalike companies. If you're having trouble hitting the count, broaden one criterion at a time (geography first, then size range). If you still can't after broadening, proceed with however many you found and flag the count in the review task.

Read the full file on GitHub · 160 lines

Files

What ships with it

1 file 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. 12d ago First seen · 160 lines · 79 tokens per session scan A e1d252d1a546

Subscribe to this mod's changes

closed-won-replication-play is a skill published in the GitHub repository swan-gtm/gtm-skills (148 stars, last pushed yesterday), licensed MIT. It adds 79 tokens to every session and 1,614 once invoked, about $0.0004 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

afrexai-lead-hunter

Enterprise-grade B2B lead generation, enrichment, scoring, and outreach sequencing for AI agents. Find ideal prospects, enrich with verified data, score against your ICP, and generate personalized outreach — all autonomously.

LeoYeAI/openclaw-master-skills · 50 tokens

first-customer-finder

Find and qualify evidence-backed potential first customers, early adopters, design partners, or beta users for a startup using recent public pain and buying signals. Use when Codex needs to analyze a product URL or idea, define an ideal customer profile, research public discussions and business pages, identify…

Kappaemme-git/codex-first-customer-finder-skill · 95 tokens

reddit-leads

Discover B2B leads from Reddit using AI-powered lead scoring via reddapi.dev Leads API. Finds high-intent signals, scores them 0-100, and classifies by lead type (painpoint, solutionrequest, complaint, featurerequest, comparison). Perfect for competitor poaching, pain point discovery, and sales prospecting.

lignertys/reddit-research-skills · 71 tokens

lead-gen

Use when building and qualifying a prospect list before anyone reaches out — a falsifiable ICP, named accounts/contacts from Apollo/ZoomInfo/Clay, deduped against the CRM, tiered by fit+intent+engagement. NOT writing or sending the outreach (that is cold-outreach), NOT tracking the deal after first contact (that is…

ericrisco/rsc-harness · 77 tokens

Lead Research Assistant

Research company and contact information for sales outreach.

claude-office-skills/skills · 12 tokens

first-customer-finder

Find and qualify evidence-backed potential first customers, early adopters, design partners, or beta users for a startup from recent public signals. Trigger on "find my first customers", "who would buy this", "find early adopters", "find design partners", "find beta users", "find leads for my startup", or when given a…

carolinacherry/claude-first-customer-finder-skill · 123 tokens