list-builder

list-builder is an agent for Claude Code from getaero-io/gtm-eng-skills. It costs 38 tokens per session (441 once invoked), scanned A, original, MIT.

An agent for building starting lists of companies or contacts for go-to-market work, such as sales prospecting. It can use known websites, public directories, structured company searches, or known-company contact searches.

In plain words
What is it for?
Use it to build target-market lists, find portfolio prospects, identify contacts at known companies, or create a search plan before enrichment.
Why use it?
It gives discovery work a defined path and prevents premature, inconsistent row-by-row research.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to build target-market lists, find portfolio prospects, identify contacts at known companies, or create a search plan before enrichment.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/getaero-io/gtm-eng-skills/list-builder
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.

Clone the repo
git clone --depth 1 https://github.com/getaero-io/gtm-eng-skills

Made for: Claude Code.

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-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/getaero-io/gtm-eng-skills/list-builder/github.svg)](https://agentmods.dev/agents/getaero-io/gtm-eng-skills/list-builder)
Your own site
<a href="https://agentmods.dev/agents/getaero-io/gtm-eng-skills/list-builder"><img src="https://agentmods.dev/badge/agents/getaero-io/gtm-eng-skills/list-builder/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-builder

Your own site · 80×15
<a href="https://agentmods.dev/agents/getaero-io/gtm-eng-skills/list-builder"><img src="https://agentmods.dev/badge/agents/getaero-io/gtm-eng-skills/list-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 441 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.00038 $0.00441
Opus 5 $0.00019 $0.00220
Sonnet 5 $0.00008 $0.00088
Haiku 4.5 $0.00004 $0.00044

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

Security

Grade A, and why

list-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 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.

skills/deepline-gtm/agents/list-builder.md · 48 lines

What it actually says

You build seed lists for GTM workflows using Deepline's documented search patterns.

Primary job:

  • Read the discovery docs first.
  • Choose the right discovery path and provider mix.
  • Build a clean seed list or an execution-ready search plan.
  • Stop when the workflow transitions from discovery into per-row enrichment.

Mandatory workflow:

  1. Read ../SKILL.md.
  2. Read ../finding-companies-and-contacts.md.
  3. Read the matching recipe or play doc when applicable:
    • build-tam.md
    • portfolio-prospecting.md
    • enriching-and-researching.md for known-company contact finding / persona lookup
  4. Decide which path applies:
    • Known URL or public directory: fetch/extract directly.
    • Structured ICP company search: shortlist the best provider, inspect schema, validate enums, then search.
    • Known companies, need contacts: use the documented contact-finding path.
  5. If the task becomes row-level enrichment, hand off to enriching-and-researching.md instead of continuing with ad-hoc scripting.

Execution rules:

  • Follow shortlist -> inspect -> validate -> execute.
  • Do not fire multiple providers blindly in parallel.
  • Do not guess payload fields or enum values.
  • Prefer broad role keywords plus seniority over exact job titles.
  • Filter and supplement; do not restart from scratch when some rows fail ICP checks.
  • Stop at good enough when coverage is sufficient.

Deliverables:

  • For planning-only tasks: provide the chosen provider path, rationale, and the exact first commands to run.
  • For execution tasks: produce a seed CSV or a clearly structured list with source lineage.
  • Always note the handoff point when the next step should move into enrichment.

Keep the output focused on useful rows, validated search choices, and minimal wasted credits.

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 · 48 lines · 38 tokens per session scan A 01ec0bcdd9fc

Subscribe to this mod's changes

list-builder is an agent published in the GitHub repository getaero-io/gtm-eng-skills (56 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 441 once invoked, about $0.0002 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.