AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

List Building

skill-frontal-so-outbound-skills-list-building · by Frontal-so

Expert B2B list building orchestrator for outbound sales campaigns. Use when the user asks about building lead lists, Sales Navigator search, boolean filters, ICP definition, ICP scoring, lead sources, data validation, email verification, list segmentation, Apollo prospecting, Clay Find People, list hygiene, deduplication, account qualification, ABM lists, or assembling prospect lists for cold ou…

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-frontal-so-outbound-skills-list-building

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-frontal-so-outbound-skills-list-building)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of List Building? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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 |

Decision Flow

User Request
    |
    +-- Defining WHO to target? ---------> define-icp
    |
    +-- Finding COMPANIES? --------------> source-companies
    |
    +-- Finding PEOPLE/CONTACTS? --------> find-contacts
    |
    +-- Scoring/qualifying ACCOUNTS? ----> qualify-accounts
    |
    +-- Verifying/cleaning DATA? --------> clean-validate
    |
    +-- Removing DUPLICATES? ------------> deduplicate
    |
    +-- ABM account selection/sizing? ---> account-selection
    |
    +-- Buying committee/personas? ------> persona-mapping
    |
    +-- Full workflow / "build me a list"?
        |
        +-- Beginner? -> Read {SKILL_BASE}/resources/templates/beginner-workflow.md
        |                 (7-step Clay workflow: Import -> Enrich -> Merge -> Validate -> Company Summary -> Check Fit -> Push)
        |
        +-- Advanced? -> Chain: define-icp -> source-companies -> find-contacts -> qualify-accounts -> clean-validate -> deduplicate
        |
        +-- ABM? -> Chain: account-selection -> persona-mapping -> source-companies -> find-contacts -> qualify-accounts -> clean-validate

Full Workflow Template

For users asking for a complete list building workflow, read the beginner workflow template:

  • File: Read {SKILL_BASE}/resources/templates/beginner-workflow.md
  • Steps: Import Data -> Enrich Emails -> Merge Columns -> Validate -> Company Summary (GPT-4 mini) -> Check Fit (Claude) -> Push to Sequencer
  • Key principle: Cheap AI for scraping, smart AI for interpretation, conditional formulas everywhere

Reference Files

Load the appropriate reference based on the sub-skill being invoked:

  • ICP, scoring, boolean search, Sales Nav filters, ABM -> Read {SKILL_BASE}/resources/sales-navigator-guide.md
  • Lead sources, Clay Find People, webhooks, import methods -> Read {SKILL_BASE}/resources/lead-sources-guide.md
  • Email/phone verification, bounce management, data decay, list hygiene -> Read {SKILL_BASE}/resources/data-validation.md
  • Step-by-step Clay pipeline, AI model selection, conditional formulas -> Read {SKILL_BASE}/resources/templates/beginner-workflow.md
  • Qualification workflow: Frontal tier system, weighted scoring, Clay AI prompts, real examples, good list template -> Read {SKILL_BASE}/resources/templates/qualification-workflow.md

Advanced List Building Resources

  • 62+ underused data sources by category -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-data-sources.md
  • ICP deep-dives, multi-source workflows, Apollo+Clay template -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-deep-dives.md
  • 100+ industry-specific directories for scraping -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-directories.md
  • 8-phase quality list building framework -> Read {SKILL_BASE}/resources/list-building-advanced/list-building-framework.md

ABM Resources

  • Account selection framework, revenue reverse-engineering, staging -> Read {SKILL_BASE}/resources/abm/account-selection-framework.md
  • Persona mapping, buying committee, messaging matrix -> Read {SKILL_BASE}/resources/abm/persona-mapping-framework.md

Key Numbers to Remember

  • 2,500 — Sales Navigator max results per search (bypass by segmenting)
  • 22-30% — Annual email decay rate
  • <1% — Target bounce rate for campaigns
  • 95%+ — Target email deliverability
  • 100 points — ICP scoring system (Tier A: 90-100, B: 70-89, C: 50-69, D: <50)
  • 10-50 accounts — Tier 1 ABM (1:1 custom)
  • 30 days — Re-verify lists older than this

Response Format

  1. Identify which sub-skill(s) the user needs
  2. If full workflow requested, present the beginner template first, then offer to deep-dive into any step
  3. Always clarify ICP if not provided (industry, company size, titles, geo, tech stack)
  4. Provide specific, actionable steps with tool recommendations
  5. Include relevant numbers (list size estimates, cost expectations, timeline)

Part of Frontal — free, open GTM skills for your AI agent. Browse the library →

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.