audience-icp-filter

audience-icp-filter is a skill for Claude Code, Codex from LaGrowthMachine/gtm-system. It costs 228 tokens per session (7,330 once invoked), scanned A, original, MIT.

A filtering skill for dividing an existing audience or lead list according to an ideal customer profile, or ICP—the type of customer a team wants to reach.

In plain words
What is it for?
It helps review CSV files, CRM exports, event attendees, newsletter lists, and similar existing audiences while excluding the user's team and competitors.
Why use it?
It removes the need to classify a list manually and explains why each person is included, needs review, or does not match.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit It helps review CSV files, CRM exports, event attendees, newsletter lists, and similar existing audiences while excluding the user's team and competitors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lagrowthmachine/gtm-system/audience-icp-filter
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 LaGrowthMachine/gtm-system --skill audience-icp-filter
Clone the repo
git clone --depth 1 https://github.com/LaGrowthMachine/gtm-system

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 audience-icp-filter

README.md
[![agentmods](https://agentmods.dev/badge/skills/lagrowthmachine/gtm-system/audience-icp-filter/github.svg)](https://agentmods.dev/skills/lagrowthmachine/gtm-system/audience-icp-filter)
Your own site
<a href="https://agentmods.dev/skills/lagrowthmachine/gtm-system/audience-icp-filter"><img src="https://agentmods.dev/badge/skills/lagrowthmachine/gtm-system/audience-icp-filter/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 audience-icp-filter

Your own site · 80×15
<a href="https://agentmods.dev/skills/lagrowthmachine/gtm-system/audience-icp-filter"><img src="https://agentmods.dev/badge/skills/lagrowthmachine/gtm-system/audience-icp-filter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 228 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,330 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.00228 $0.07330
Opus 5 $0.00114 $0.03665
Sonnet 5 $0.00046 $0.01466
Haiku 4.5 $0.00023 $0.00733

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

Security

Grade A, and why

audience-icp-filter 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/build.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/fuel-my-pipeline/audience-icp-filter/SKILL.md · 348 lines

How it starts

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

Audience ICP Filter

Takes an audience that already exists and splits it into ICP match, needs review and no match — with the user's own team and competitors stripped out, and a reason attached to every decision.

Authority — read this first

  • Inlined below: the coverage gate, the ICP question set, the seniority and function tiers, the exclusion doctrine, the two-pass rule, the naming convention, the anti-patterns, and the fixed result UI. This covers the common ~90% of lists. Work from these tables.
  • In references/title-taxonomy.json: the full regex patterns behind seniority/function detection. You do not need to read itscripts/build.py loads it. Consult it only if a user disputes a classification or wants to extend the taxonomy.
  • Never classify a list by hand. Run the script, then run your own review pass over its output. Both passes are mandatory.

Scope

This skill starts from a list that already exists: an audience in the user's sales tool, or a CSV. It does not import or scrape — importing is a separate job with its own timing and prerequisites, and folding it in here would make the skill slower and less reliable for no gain.

If the user hasn't imported yet, tell them to do that first, then come back with the audience.

What it does

Any audience is mostly noise: the user's own colleagues are in it, competitors are watching, and a third of the job titles are unreadable. This skill checks whether the data can support the ICP the user wants, asks what that ICP actually is, sorts the list, and writes the segments back as complementary audiences.

Execution style — fast and quiet

This skill does a lot of steps. Two rules keep it usable:

  • Minimal narration. Do the reasoning and the tool calls, but do not narrate each step to the user ("page 1 loaded", "the param is skip not offset", "wrapping the payload"…). The user wants the result, not a play-by-play. Stay silent through the pipeline and speak only when you present the widgets — one or two sentences of framing, no more. Think as hard as you like; just don't type it out.
  • Parallelize and batch. Fetch the lead pages concurrently (issue the get_audience_leads calls for all pages in one batch). Keep only the scored fields when you normalise (leadId, jobTitle, companyName, proEmail, shortBio, location, industry) — not all 40 columns — so the payloads stay small.
  • Never re-read the whole audience in pass 2. This was the measured bottleneck: reviewing 250 leads one by one took 8 minutes. Pass 1 hands you a bounded pass2_queue — only the genuinely suspect leads (ambiguous, bio-inferred matches, agency/freelance matches, and leads dropped on a soft geo/industry miss). Pass 2 reviews only that queue, typically a few dozen. If the queue is still large (60+), fan it out: a couple of parallel sub-agents on Sonnet splitting the queue, reserving deeper reasoning only for the final ambiguous handful. A clean, on-target audience produces a queue of ~15–25; a full re-read is never needed.

Read the full file on GitHub · 348 lines

Files

What ships with it

4 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. 9d ago First seen · 348 lines · 228 tokens per session scan A ed64270e5943

Subscribe to this mod's changes

audience-icp-filter is a skill published in the GitHub repository LaGrowthMachine/gtm-system (36 stars, last pushed yesterday), licensed MIT. It adds 228 tokens to every session and 7,330 once invoked, about $0.0011 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

deepline-ads-audiences

Use this skill when building, enriching, auditing, or uploading B2B paid ads audiences to Google Customer Match, Meta/Facebook Custom Audiences, or LinkedIn Matched Audiences. Triggers on phrases like '/deepline-ads-audience', '/deepline-ads-audiences', 'upload this audience', 'create custom audiences', 'personal…

getaero-io/gtm-eng-skills · 133 tokens

deepline-pre-research

Use when the user wants a last30days-style pre-research pass in Deepline: discover the critical public, private, CRM, workflow, social, and web data sources for a research/enrichment job; compare provider coverage; estimate Deepline credit cost; recommend the source plan before building or running the workflow; or…

getaero-io/gtm-eng-skills · 135 tokens

niche-signal-discovery

Discover niche first-party signals that differentiate Closed Won vs Closed Lost accounts for ICP analysis. Use when the user provides won/lost customer domain lists and wants differential signals (website content, job listings, tech stack, maturity markers) to build account scoring models and prospecting criteria.…

getaero-io/gtm-eng-skills · 135 tokens

b2b-marketing-playbook

Complete B2B marketing pipeline combining LinkedIn content, cold email sequences, and webinar funnels. Designed for SaaS founders doing $0–$1M ARR who need predictable lead generation. By @WeiYipei.

Gingiris-1031/gingiris-skills · 53 tokens

deepline-engine

Build, publish, and verify a Deepline Play as a durable state machine over Customer DB tables, including a small paid pilot. Invoke this skill explicitly when the user asks to build an engine.

getaero-io/gtm-eng-skills · 43 tokens

deepline-plays-review

Use this skill when a human needs to review a Deepline Play result and hand feedback, labels, or approval back to the agent for revision, evaluation, comparison, or bounded iteration. Triggers on “put this run in a Sheet,” “review these results,” “read my feedback,” “make this a standing rule,” “never regress on this…

getaero-io/gtm-eng-skills · 121 tokens