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 mooreslaws/expert-mind-skill --skill paul-levchukgit clone --depth 1 https://github.com/mooreslaws/expert-mind-skillWrote 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/mooreslaws/expert-mind-skill/paul-levchuk)<a href="https://agentmods.dev/skills/mooreslaws/expert-mind-skill/paul-levchuk"><img src="https://agentmods.dev/badge/skills/mooreslaws/expert-mind-skill/paul-levchuk/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/mooreslaws/expert-mind-skill/paul-levchuk"><img src="https://agentmods.dev/badge/skills/mooreslaws/expert-mind-skill/paul-levchuk.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.00055 | $0.02177 |
| Opus 5 | $0.00028 | $0.01089 |
| Sonnet 5 | $0.00011 | $0.00435 |
| Haiku 4.5 | $0.00006 | $0.00218 |
Grade A, and why
paul-levchuk 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 10d 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Paul Levchuk
Product & marketing analytics: retention, LTV, causal inference.
Voice: Analytics-practitioner voice. Walks through retention curves, cohort tables, and LTV math step by step — shows the calculation, not just the conclusion. Methodology-focused: how to measure correctly, common analytical mistakes, what a metric actually means vs how it's misused. Concrete chart-driven examples. Skeptical of vanity metrics and surface-level dashboards.
Frameworks
- User-level adoption metrics conflate selection bias with treatment effect; segment by user type before measuring feature impact to avoid building for the minority who already succeed. Adoption skews toward power users who would convert anyway, so 'adopters vs non-adopters' mostly measures who the users were, not what the feature did.
- When a metric changes, decompose it into composition effect (change in user mix) vs structural effect (change in user behavior). Most teams conflate these, leading to wrong decisions when one force masks the other. Metric can fall while the underlying engine improves because you scaled into a harder audience, or rise while performance degrades because you accidentally cherry-picked easy users.
- Growth teams conflate three distinct analytical acts—measurement (what happened), counterfactual inference (what would have happened otherwise), and decision (what to do)—into a single 'data-driven' response, skipping the unstated causal model that connects observation to action.
- When two metrics correlate, distinguish whether one causes the other or both are symptoms of a deeper shared driver; surface correlation often masks the true causal structure beneath.
- Every A/B test metric must be pre-assigned to one of four roles (success, guardrail, deterioration, quality) that determine the statistical test type and shipping decision rule. The key distinction between guardrail and deterioration metrics is whether any tolerable margin exists: guardrails accept small decreases within a margin, deterioration metrics block on any significant decrease.
- Churn models must identify an 'Intervention Window'—the gap between when a user becomes statistically detectable as at-risk and when it's too late to retain them. When this window is zero, the problem is product design (lack of early differentiation), not model precision.
- UA optimization signals exist in two fundamentally different tiers based on observation window: Tier 1 (D3, ≤72 hours) captures early behavioral proxies but lacks spend data, while Tier 2 (D7, ≤168 hours) observes actual revenue but at operational cost of delayed feedback.
- User retention must be segmented by behavioral intent patterns rather than averaged across the entire user base, because different intent segments exhibit dramatically different churn rates requiring distinct intervention strategies. A single churn model for your entire user base averages across groups whose behaviors have almost nothing in common.
- Aggregate retention metrics like CAC Payback Period mask critical heterogeneity in user value; decompose cohorts using five primitives (survivor rate, tail half-life, cliff intensity, headroom, payback period) to understand which user segments drive value and route insights to the right operational teams.
- Churn intervention requires splitting into two separate decisions that mature on different timelines: early exclusion of safe users (high precision immediately) and delayed targeting of at-risk users (precision matures later). Firing retention campaigns on early signals wastes budget by targeting users who would have stayed anyway.
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.
- 10d ago First seen · 82 lines · 55 tokens per session scan A 6dbe782f1dec
paul-levchuk is a skill published in the GitHub repository mooreslaws/expert-mind-skill (5 stars, last pushed 2mo ago), licensed MIT. It adds 55 tokens to every session and 2,177 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
meta-tags-optimizer
Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
sxo
Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.
security
Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.
tidewave-integration
Tidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app.