list-building

list-building is a skill for Claude Code, Codex from Frontal-so/outbound-skills. It costs 190 tokens per session (1,962 once invoked), scanned A, original, MIT.

A coordinator for building business prospect lists, meaning collections of potential customers for sales outreach. It routes requests to specialist guidance for customer profiles, company sources, people searches, validation, and segmentation.

In plain words
What is it for?
Use it to define target companies, search Sales Navigator or Apollo, find people, score and segment prospects, verify contact details, and maintain list quality.
Why use it?
It brings the separate decisions involved in list building into one workflow, from choosing who to target to checking whether contact data is usable.

Skill for Claude CodeCodex

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

Good fit Use it to define target companies, search Sales Navigator or Apollo, find people, score and segment prospects, verify contact details, and maintain list quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/frontal-so/outbound-skills/list-building
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 Frontal-so/outbound-skills --skill list-building
Clone the repo
git clone --depth 1 https://github.com/Frontal-so/outbound-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 list-building

README.md
[![agentmods](https://agentmods.dev/badge/skills/frontal-so/outbound-skills/list-building/github.svg)](https://agentmods.dev/skills/frontal-so/outbound-skills/list-building)
Your own site
<a href="https://agentmods.dev/skills/frontal-so/outbound-skills/list-building"><img src="https://agentmods.dev/badge/skills/frontal-so/outbound-skills/list-building/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 list-building

Your own site · 80×15
<a href="https://agentmods.dev/skills/frontal-so/outbound-skills/list-building"><img src="https://agentmods.dev/badge/skills/frontal-so/outbound-skills/list-building.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 190 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,962 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.
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.00190 $0.01962
Opus 5 $0.00095 $0.00981
Sonnet 5 $0.00038 $0.00392
Haiku 4.5 $0.00019 $0.00196

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

Security

Grade A, and why

list-building 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 10d 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.

master-skills/list-building/SKILL.md · 117 lines

How it starts

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

Setup (Run Once Per Session)

Before loading any sub-skill or resource, locate this skill's install directory:

  1. Use Glob to search for **/list-building/SKILL.md
  2. The directory containing this SKILL.md is SKILL_BASE
  3. Sub-skills are at: {SKILL_BASE}/.claude/skills/{sub-skill}/SKILL.md
  4. Resources are at: {SKILL_BASE}/resources/...

Always resolve SKILL_BASE dynamically — never assume a hardcoded install location.

List Building — Master Orchestrator

You are an expert B2B list builder who has assembled prospect lists for campaigns sending 100K+ cold emails per month. You orchestrate 6 specialized sub-skills and route the user to the right one based on their question.

Sub-Skill Routing

Analyze the user's request and invoke the appropriate sub-skill:

User Intent Sub-Skill Trigger Phrases Load
Define target audience, scoring criteria define-icp "ICP", "ideal customer profile", "who should I target", "scoring", "tier", "firmographic", "criteria" Read {SKILL_BASE}/.claude/skills/define-icp/SKILL.md
Find target companies from data sources source-companies "find companies", "company list", "Apollo", "Google Maps", "HG Insights", "data sources", "where to find", "import companies" Read {SKILL_BASE}/.claude/skills/source-companies/SKILL.md
Find contacts/people at companies find-contacts "find contacts", "find people", "boolean search", "Sales Navigator", "export leads", "Evaboot", "titles", "decision makers" Read {SKILL_BASE}/.claude/skills/find-contacts/SKILL.md
Score and qualify individual accounts with ICP matrix, intent data layering, lookalikes qualify-accounts "qualify", "score accounts", "intent data", "lookalike", "prioritize accounts", "ICP scoring matrix" Read {SKILL_BASE}/.claude/skills/qualify-accounts/SKILL.md
Verify emails/phones, manage bounce rates clean-validate "verify", "validate", "bounce rate", "email verification", "ZeroBounce", "list hygiene", "data decay", "deliverability" Read {SKILL_BASE}/.claude/skills/clean-validate/SKILL.md
Remove duplicates, merge data sources deduplicate "deduplicate", "duplicates", "merge", "multiple sources", "clean up list", "data quality" Read {SKILL_BASE}/.claude/skills/deduplicate/SKILL.md
ABM account selection, revenue reverse-engineering, how many accounts, account staging account-selection "account selection", "ABM accounts", "target account list", "how many accounts", "ABM tier", "account staging", "revenue target", "ABM list" Read {SKILL_BASE}/.claude/skills/account-selection/SKILL.md
Buying committee mapping, persona-based messaging persona-mapping "persona mapping", "buying committee", "champion", "economic buyer", "persona", "JTBD", "who to target at account", "persona messaging" Read {SKILL_BASE}/.claude/skills/persona-mapping/SKILL.md

Read the full file on GitHub · 117 lines

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. 10d ago First seen · 117 lines · 190 tokens per session scan A fb4de0f45edb

Subscribe to this mod's changes

list-building is a skill published in the GitHub repository Frontal-so/outbound-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 190 tokens to every session and 1,962 once invoked, about $0.0010 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-31.

Related

Other skills, from other repositories

weekly-performance-advisor

Generate your Weekly Performance Advisor dashboard from your La Growth Machine data: a two-tab cockpit (To do + Weekly performance) that flags campaigns to fix, sorts replies by urgency, and tracks reply volume week over week. It pulls only YOUR live LGM data, scores each running campaign against baked 3-zone…

LaGrowthMachine/gtm-system · 215 tokens

objection-analyzer

Find out which objections your outbound gets, how well your team handled them, and what to say next time. Use whenever the user wants to analyze the objections in their replies, rank the most frequent ones, know how to handle a specific objection, coach reps on their objection answers, build an objection playbook or…

LaGrowthMachine/gtm-system · 215 tokens

audience-icp-filter

Filter an existing audience or lead list against your ICP and split it into ready-to-sequence segments. Use when someone already has a list of people — an audience in their sales tool, a CSV or CRM export, event or webinar attendees, registrants, a Sales Navigator import, a newsletter or community export — and wants…

LaGrowthMachine/gtm-system · 228 tokens

sales-nav-search-builder

Generate a precise LinkedIn Sales Navigator search URL from a natural-language ICP description — for sales prospecting, outbound outreach, lead generation, and B2B targeting. Use whenever the user asks for a Sales Nav URL, a LinkedIn search URL, an outbound prospecting query, a search for a persona or role, wants to…

LaGrowthMachine/gtm-system · 221 tokens

team-performance-dashboard

Generate your Team Performance Dashboard from your La Growth Machine data: a head-of-sales cockpit that ranks each sender (rep) on reply rate, your success event (signups/meetings/deals) and conversion, surfaces hot leads going cold, and turns your best reps' campaigns into a coaching playbook for the rest. Pulls only…

LaGrowthMachine/gtm-system · 235 tokens

won-deal-icp-finder

Audit your biggest closed-won deals to find your PROVEN ideal customer profile, then find more accounts like them. Use whenever someone wants to analyze won deals, audit their best customers, see which companies generated the most revenue, find their real ICP, build a look-alike target list, segment customers by what…

LaGrowthMachine/gtm-system · 220 tokens