ICP Screen Claude Code Skill
Description
A claude code skill that runs across all your interview transcripts and figures out which belong to a specific ICP. This is the step to run BEFORE extracting opportunities and insights
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ICP Screener — Claude Code Skill
A [Claude Code](https://claude.com/claude-code) skill that screens interview transcripts against an Ideal Customer Profile (ICP). It reads only the "profiling information" section of each transcript, classifies each as **match / no match / uncertain**, and copies matches into a temporary folder with a screening overview — ready for downstream analysis (opportunity extraction, insight mining, etc.).
Run this **before** any per-transcript analysis so the later steps work on a clean, ICP-relevant subset.
What it does
- Reads your ICP from company context, or asks you for it
- Detects whether transcripts are organized by ICP folder, or mixed in one folder
- For mixed folders, screens each transcript by its profiling section
- Creates
icp-screened-TEMP-[YYYY-MM-DD]/inside your transcripts folder - Copies matched transcripts into that folder
- Writes
screening-overview.mdwith match / no-match / uncertain tables and reasoning
See [SKILL.md](SKILL.md) for the full skill definition.
Install
Claude Code loads skills from `~/.claude/skills//SKILL.md`.
git clone https://github.com/Elsevanderberg1/ICP-screen-claude-code-skill.git ~/.claude/skills/icp-screener
Or, if you prefer to copy just the skill file:
mkdir -p ~/.claude/skills/icp-screener
curl -o ~/.claude/skills/icp-screener/SKILL.md \
https://raw.githubusercontent.com/Elsevanderberg1/ICP-screen-claude-code-skill/main/SKILL.md
Restart Claude Code (or start a new session) to pick up the skill.
Use
/icp-screener
Claude will ask for your ICP if it isn't already in context, then screen the transcripts and produce the output folder.
Requirements
- Claude Code
- One or more interview transcripts, each with a "profiling information" section
License
MIT — see [LICENSE](LICENSE).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11