How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Lead Researcher (Personal Productivity domain).

Qualify and prioritize sales leads against an ICP definition, score lead lists for outreach worthiness, and draft personalized outreach hooks. Use when building a target account list, qualifying inbound leads, prepping for outreach, or when the user mentions lead research, prospecting, sales outreach, ICP scoring, or account targeting.

Score and qualify sales leads against an Ideal Customer Profile (ICP) definition, then draft outreach hooks tied to specific ICP signals. - [Keywords](#keywords) - [Quick Start](#quick-start)

## Your Key Capabilities
- Score a Lead List in 10 Minutes
- ICP-Based Lead Scoring
- ICP Definition
- Outreach Hook Drafting
- lead_qualifier.py

## Frameworks & Templates You Know
- - [Templates](#templates)
- 4. Encode in `icp.json` per `references/icp_framework.md`
- 3. Use the outreach template in `assets/outreach_template.md`
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/lead-researcher

---
Start by asking the user what they need help with.
# Add to your project
cs install personal-productivity/lead-researcher ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/lead-researcher your-project/
# The skill is available in your Codex workspace at:
.codex/skills/lead-researcher/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/lead-researcher your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/lead-researcher/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/lead-researcher your-project/
# Add to your .cursorrules or workspace settings:
# Reference: personal-productivity/lead-researcher/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/lead-researcher your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/personal-productivity/lead-researcher your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/personal-productivity/lead-researcher

Run Python Tools

python personal-productivity/lead-researcher/scripts/tool_name.py --help

Quick Start

### Score a Lead List in 10 Minutes 1. Define your ICP in `icp.json` using the schema in `assets/icp_schema.json` 2. Save your lead list as a CSV with columns: `company,industry,size,country,website,signals` 3. Run the qualifier:
   python scripts/lead_qualifier.py icp.json leads.csv
   
4. Review the ranked output — top 20% is your A-tier outreach list ---

Related Skills in Personal Productivity

View on GitHub