lead-qualify

lead-qualify is a skill for Claude Code, Codex from etrebels/claude-code-growth-os. It costs 52 tokens per session (255 once invoked), scanned A, original, MIT.

A lead-fit check based on an ideal customer profile, or a description of the kind of customer your business is built to serve. It scores whether a prospect has the problem, buying ability, urgency, and a credible route into the account.

In plain words
What is it for?
Use it to score a company or opportunity from zero to four, identify gaps or disqualifiers, and decide what would need to change before reconsidering it.
Why use it?
It helps separate real opportunities from hopeful guesses by showing the biggest missing condition and giving a clear pursue, nurture, or pass decision.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/etrebels/claude-code-growth-os/lead-qualify
Any agent
npx skills add etrebels/claude-code-growth-os --skill lead-qualify
Clone the repo
git clone --depth 1 https://github.com/etrebels/claude-code-growth-os

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 lead-qualify

README.md
[![agentmods](https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/lead-qualify.svg)](https://agentmods.dev/skills/etrebels/claude-code-growth-os/lead-qualify)
Your own site
<a href="https://agentmods.dev/skills/etrebels/claude-code-growth-os/lead-qualify"><img src="https://agentmods.dev/badge/skills/etrebels/claude-code-growth-os/lead-qualify.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00052 $0.00255
Opus 5 $0.00026 $0.00128
Sonnet 5 $0.00010 $0.00051
Haiku 4.5 $0.00005 $0.00026

Measured 4d ago against content hash 576981b31a2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lead-qualify 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 4d 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.

.claude/skills/lead-qualify/SKILL.md · 21 lines

What it actually says

Lead Qualify (ICP check)

Score a lead against fit, not hype. Default criteria — edit them to your own ICP in ops/icp.md if you keep one:

  • Do they have the problem you solve, today (not someday)?
  • Can they buy — budget, and someone with authority?
  • Is there a reason to act now?
  • Do you have a way in — a warm path or a real signal?

Output: a 0–4 fit count, the single biggest gap, and a call: pursue / nurture / pass. A clear "pass" is worth more than a hopeful "maybe". Read ops/icp.md first if it exists; don't invent facts about the company you weren't given.

Depth

  • quick: pursue / nurture / pass + one reason.
  • standard: the full scoring above.
  • deep: + the disqualifiers, and what would have to change to requalify.
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. 4d ago First seen · 21 lines · 52 tokens per session scan A 576981b31a2e

Subscribe to this mod's changes

lead-qualify is a skill published in the GitHub repository etrebels/claude-code-growth-os (20 stars, last pushed 5d ago), licensed MIT. It adds 52 tokens to every session and 255 once invoked, about $0.0003 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

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

plan-devex-review

Interactive developer experience plan review. Explores developer personas, benchmarks against competitors, designs magical moments, and traces friction points before scoring. Three modes: DX EXPANSION (competitive advantage), DX POLISH (bulletproof every touchpoint), DX TRIAGE (critical gaps only). Use when asked to…

forbotsake/forbotsake · 156 tokens

land-and-deploy

Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production". (gstack).

forbotsake/forbotsake · 71 tokens

retro

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas. Use when asked to "weekly retro", "what did we ship", or "engineering retrospective". Proactively…

forbotsake/forbotsake · 76 tokens

review

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land…

forbotsake/forbotsake · 81 tokens

health

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the codebase", "run all checks", "quality score". (gstack).

forbotsake/forbotsake · 77 tokens