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.
npx skills add cmj-hub/claude-evp --skill evp-kickoffgit clone --depth 1 https://github.com/cmj-hub/claude-evpWrote 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.
[](https://agentmods.dev/skills/cmj-hub/claude-evp/evp-kickoff)<a href="https://agentmods.dev/skills/cmj-hub/claude-evp/evp-kickoff"><img src="https://agentmods.dev/badge/skills/cmj-hub/claude-evp/evp-kickoff/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.
<a href="https://agentmods.dev/skills/cmj-hub/claude-evp/evp-kickoff"><img src="https://agentmods.dev/badge/skills/cmj-hub/claude-evp/evp-kickoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00054 | $0.00753 |
| Opus 5 | $0.00027 | $0.00377 |
| Sonnet 5 | $0.00011 | $0.00151 |
| Haiku 4.5 | $0.00005 | $0.00075 |
Grade A, and why
evp-kickoff 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
EVP Kickoff — adaptive router
State-aware router for EVP work.
Activation
Loaded by evp on bare invocation, or:
- "Where do I start with EVPs"
- "What's next for our positioning"
State detection
state = {
"has_brand_config": file_exists("brand-config.json"),
"has_soul": file_exists("SOUL.md"),
"has_psp": file_exists("brand-config.json") and brand_config.psp.primary_pain != "",
"primary_tier_set": brand_config.primary_outreach_tier in [1,2,3,4,5],
"tier_2_locked": brand_config.evp_drafts.tier_2_problem_aware.primary != "",
"tier_3_locked": brand_config.evp_drafts.tier_3_solution_aware.primary != "",
"tier_4_locked": brand_config.evp_drafts.tier_4_product_aware.primary != "",
"has_proofs": len(soul.proofs_reservoir) >= 3,
"has_competitors": len(brand_config.competitors) > 0,
}
| State | Route to |
|---|---|
!has_brand_config OR !has_soul |
evp-onboarding |
!has_psp |
"Install cmj-hub/claude-psp first — EVPs without a PSP are guesses" |
has_psp AND !primary_tier_set |
"Pick your primary outreach tier (most common is Tier 3)" |
primary_tier_set AND !tier_3_locked (assuming T3 primary) |
evp-craft (lock primary tier) |
tier_3_locked AND !has_proofs |
"Mine 3 proofs into SOUL.md before publishing the EVP" |
tier_3_locked AND has_proofs AND !tier_2_locked |
evp-craft for Tier 2 (problem-reveal variant) |
tiers 2/3/4 locked AND has_competitors |
evp-brief (build the 3-tier brief) |
brief_built |
"EVPs operational. Re-run every 90 days. Plug into claude-cold-email next." |
Welcome flow
> /evp
Welcome.
[Detected: brand-config.json missing]
You're at step 1 of 5:
1. ⬜ Onboarding — capture tier + outcomes + tradeoffs + proofs ← YOU ARE HERE
2. ⬜ Lock primary-tier EVP (3 variants generated, pick 1)
3. ⬜ Lock Tier 2 + Tier 4 EVPs for full coverage
4. ⬜ Build 3-tier brief (the canonical messaging doc)
5. ⬜ Re-evaluate every 90 days
Step 1 takes ~10 minutes. Ready? (y/n)
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.
- today Changed · +1 lines c95a0017d25b
- 9d ago First seen · 71 lines · 54 tokens per session scan A 806206cac68a
evp-kickoff is a skill published in the GitHub repository cmj-hub/claude-evp (2 stars, last pushed today), licensed MIT. It adds 54 tokens to every session and 753 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-31.
Other skills, from other repositories
go-to-market-playbook
A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.
psp
Pain Signal Profile (PSP) builder for B2B operators. Translates public, recent, verifiable signals (job posts, funding rounds, leadership changes, product launches, pricing changes, hiring patterns) into the felt operational pain that drives buying decisions — and then into the EVP that speaks to it. Anchors every…
psp-onboarding
First-run interactive setup for the PSP skill pack. Walks the operator through brand-config.json (ICP precision, exclusion criteria, signal sources) and SOUL.md (buyer vocabulary, stories, the 11am-Tuesday moment) in 15 minutes. Refuses to let the operator skip — generic PSP output is worse than no PSP. Loaded…
psp-construct
Step-by-step construction of a Pain Signal Profile for a specific ICP segment. Walks operator through the 5 components (signal, pain, timing, role, vocabulary), validates each, and produces a structured PSP doc. Loaded by the main psp skill when the user wants to build a PSP from scratch.
psp-kickoff
Adaptive router for the PSP skill pack. Detects state (brand-config? SOUL.md? primary PSP drafted? secondary PSPs? vocabulary refreshed?) and picks the next-best step. Loaded by the main psp skill on bare invocation. Inspired by the coldoutboundskills kickoff pattern.
psp-signal-hunt
Surface 5-10 public, recent, verifiable signals worth hunting for a given ICP segment. Catalogs signal types (hiring, funding, leadership, product, pivot, content) and proposes operational sources + cadence to track each. Loaded by the main psp skill when the user wants to find what signals to hunt.