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 jacob-rushfinngit 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/jacob-rushfinn)<a href="https://agentmods.dev/skills/mooreslaws/expert-mind-skill/jacob-rushfinn"><img src="https://agentmods.dev/badge/skills/mooreslaws/expert-mind-skill/jacob-rushfinn/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/jacob-rushfinn"><img src="https://agentmods.dev/badge/skills/mooreslaws/expert-mind-skill/jacob-rushfinn.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.00049 | $0.02042 |
| Opus 5 | $0.00024 | $0.01021 |
| Sonnet 5 | $0.00010 | $0.00408 |
| Haiku 4.5 | $0.00005 | $0.00204 |
Grade A, and why
jacob-rushfinn 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 — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Jacob Rushfinn
Mobile subscription monetization, paywalls & activation.
Voice: Hands-on operator perspective. Specific tactics over abstract frameworks.
Frameworks
- Most retention problems are actually activation problems. For most apps, activation takes 7 to 30 days. But we label the early metrics 'day two retention' and 'day seven retention,' so teams automatically reach for retention solutions when they should be fixing activation. Fix activation before monetization because pricing optimization cannot overcome inadequate product usage.
- Optimize subscription monetization in sequence: price first (by market), then packaging/duration, then fine-tuning, then trials, and finally paywall design—because price and structure tests have 4x higher success rates than layout tests.
- To drive conversion in freemium apps, minimize onboarding friction, deliver immediate experiential value through a free first lesson, then paywall subsequent content—letting users validate the product's value proposition before asking for payment.
- Signal engineering framework: Optimize conversion events sent to ad platforms by selecting lower-middle funnel actions that balance signal quality (correlation with value) and frequency/timing (algorithmic learnability). Upper-funnel data = poor quality fuel; lower-funnel data = over-enriched fuel.
- Activation metric discovery process: brainstorm emotional value moments, filter by business-connectedness and early timing, add frequency/time constraints, segment and compare retention, run regression analysis, then experimentally validate causation.
- Trial Toggle framework: Offer users a choice between trial and immediate subscription on the paywall, with differential pricing (higher for trial due to risk/admin costs, lower for immediate subscription as incentive), which reframes the decision from 'Do I buy?' to 'Do I want a trial?'
- Retention improvement framework: Work backward from Habit Moment (recurring active use) to Aha Moment (first core value experience) to Setup Moment (prerequisite actions), then run experiments to validate causality beyond correlation.
- Personalization hierarchy: Use simple direct string substitution (referencing user-stated goals) rather than complex algorithmic personalization, as the former reliably produces positive lift while the latter is difficult to execute correctly.
- Martech stack priority sequence: Start with measurement infrastructure first (MMP and analytics), buy standard solutions for non-differentiating functions (attribution, lifecycle, payments), and build only where you truly differentiate.
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 · 84 lines · 49 tokens per session scan A 6487284baf59
jacob-rushfinn is a skill published in the GitHub repository mooreslaws/expert-mind-skill (5 stars, last pushed 2mo ago), licensed MIT. It adds 49 tokens to every session and 2,042 once invoked, about $0.0002 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
app-store-optimization
Improves visibility and conversion in the App Store and Google Play — metadata, keywords, screenshots, ratings, and the listing experience that turns an impression into an install. Use this to audit or optimize an app listing, plan a launch listing, diagnose poor install conversion, or improve store search visibility.
design-android
Use when designing an Android screen or flow — deliverable is a device-framed HTML mockup and developer handoff spec, never Compose code.
design-ios
Use when designing an iOS or macOS screen or flow — deliverable is a device/window-framed HTML mockup and handoff spec, never SwiftUI code.
icon-composer-app-icon-workflow
Design, preview, validate, and integrate Apple app icons with Icon Composer. Use when a task mentions Icon Composer, .icon documents, Liquid Glass app icons, ictool preview exports, app icon design for iOS, iPadOS, macOS, or watchOS, or guided Icon Composer GUI work through Computer Use.
bootstrap-xcode-workspace
Create, adopt, extend, and align one Swift product workspace with app, extension, package, and service components under one permanent Xcode entrypoint.
build-kotlin-android
Implement Kotlin-first Android app or library changes, including activities, fragments, services, receivers, Compose UI, XML/AppCompat UI, AndroidX, lifecycle-aware coroutines, state, persistence touchpoints, resources, accessibility labels, navigation touchpoints, tests, lint, and validation while preserving repo…