gtm-qualify-prospects

gtm-qualify-prospects is a skill for Claude Code, Codex from eliasstravik/gtm-skills. It costs 99 tokens per session (2,161 once invoked), scanned A, original, MIT.

A lead-qualification skill that checks supplied people against saved customer personas or companies against saved ideal-customer profiles (ICPs). It returns a separate fit verdict for each person or company.

In plain words
What is it for?
Use it to score or fit-check contacts, people, accounts, or companies against the matching profiles in a connected go-to-market workspace.
Why use it?
It removes the need to assess every lead manually and prevents mixing information about a person with information about their employer.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: names the AskUserQuestion tool.

Good fit Use it to score or fit-check contacts, people, accounts, or companies against the matching profiles in a connected go-to-market workspace.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliasstravik/gtm-skills/gtm-qualify-prospects
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 eliasstravik/gtm-skills --skill gtm-qualify-prospects
Clone the repo
git clone --depth 1 https://github.com/eliasstravik/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 gtm-qualify-prospects

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliasstravik/gtm-skills/gtm-qualify-prospects"><img src="https://agentmods.dev/badge/skills/eliasstravik/gtm-skills/gtm-qualify-prospects.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,161 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.00099 $0.02161
Opus 5 $0.00049 $0.01081
Sonnet 5 $0.00020 $0.00432
Haiku 4.5 $0.00010 $0.00216

Measured today against content hash 919840d1bcba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

gtm-qualify-prospects 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 today.

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/gtm-qualify-prospects/SKILL.md · 84 lines

How it starts

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

GTM Qualify Prospects

Trigger

Apply this Task Skill when the user supplies one or more people or companies to qualify against the connected workspace's saved personas or ICPs.

Scope

Own one bounded, in-session qualification action in two strictly separated modes: person mode qualifies people against personas, and company mode qualifies companies against ICPs. Own the verdict contract, report fit only, and write nothing. A person's verdict contains no company-derived attribute or employer-fit fact; a company's verdict contains no person-derived attribute; no blended number exists.

Contract

Field Public contract
Reads Supplied identifiers and rows, visible ICP and persona files, the shared company/person data contracts, free public research scoped to matched-artifact criteria, and gate-approved paid identity and enrichment calls
Writes Nothing; any post-skill file the user requests is ordinary session work outside this contract, and never a file inside the workspace repo
Outputs Per-entity verdicts in the conversation: for one entity, labelled lines (verdict, score, confidence, scored against, reasoning); for several, one table per mode followed by one reasoning line per entity; reasoning-only rows show Insufficient data or No matching persona/ICP
Approval Exact-scope gates per batch of paid calls — identity, then enrichment — each naming entities, capability, call count, effect, and stateable cost or not-stateable
Persists Nothing; results live in the conversation
Handoff gtm-workspace (no workspace), gtm-icp/gtm-persona (no artifacts for a mode, or artifacts needing sharpening), gtm-workflow (graduation)

Inputs

Accept domains, company names, person name plus company, public professional-profile URLs, pasted rows, or a local CSV path. Use the resolved workspace and its visible artifacts, the shared company and person data contracts, and the user's gate decisions.

Roles

The agent resolves identities and workspace context, matches artifacts, researches, qualifies, and reports. The user decides paid-call gates and may name one artifact for the batch. Do not interactively disambiguate identities in a multi-row batch; mark an ambiguous row Insufficient Data and name the ambiguity. For one entity, the agent may ask one clarifying question.

Read the full file on GitHub · 84 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. today Changed 919840d1bcba
  2. yesterday Changed 77eec338a91d
  3. 2d ago Changed · +12 lines 5b0145ad748a
  4. 3d ago Changed · +1 lines 2c481c3023bf
  5. 8d ago First seen · 71 lines · 99 tokens per session scan A 9582ab4c6b7e

Subscribe to this mod's changes

gtm-qualify-prospects is a skill published in the GitHub repository eliasstravik/gtm-skills (12 stars, last pushed yesterday), licensed MIT. It adds 99 tokens to every session and 2,161 once invoked, about $0.0005 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-09-04.

Related

Other skills, from other repositories

startup-launch-playbook

A step-by-step playbook for early-stage startups going from pre-seed to their first 1000 users. Covers MVP validation, initial traction channels, and founder-led growth tactics. By @WeiYipei — follow on X for more startup growth insights.

Gingiris-1031/gingiris-skills · 58 tokens

google-tag-manager

Skill "google-tag-manager" from VKirill/claude-lane-stack, covering 🎯 version requirements (june 2026), usage, use this skill when, do not use this skill when and purpose.

VKirill/claude-lane-stack · 134 tokens

gtm-reverse-engineer

Reverse-engineer any company's public go-to-market into an evidence-graded, multi-file playbook (copy / adapt / skip). Use whenever the user wants competitor GTM teardown, growth forensics, channel analysis (Instagram, X/Twitter, LinkedIn, ads, Reddit/community, SEO, jobs, pricing), "how did X grow", unicorn/breakout…

ndpvt-web/gtm-reverse-engineer · 155 tokens

growth-marketer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults".

buiphucminhtam/forgewright · 57 tokens

gtm-brain-builder

Orchestrate the creation or maintenance of a source-backed GTM brain for a company, including tool connection, section routing, Grill-me questions, session relay, section-agent sequencing, and recurring freshness workflows. Use when a user wants to build a GTM Brain or make one shareable/useful for sales, marketing…

Andytoizer/gtm-brain-builder · 77 tokens

design-system-agent

Create a source-backed design-system brief and walk an operator through using Claude.ai/design or Codex design workflows to generate, review, export, and import a brand kit/design system into the GTM Brain.

Andytoizer/gtm-brain-builder · 45 tokens