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 ominou5/funnel-architect-plugin --skill conversion-uxgit clone --depth 1 https://github.com/ominou5/funnel-architect-pluginWrote 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/ominou5/funnel-architect-plugin/conversion-ux)<a href="https://agentmods.dev/skills/ominou5/funnel-architect-plugin/conversion-ux"><img src="https://agentmods.dev/badge/skills/ominou5/funnel-architect-plugin/conversion-ux.svg" alt="Measured on agentmods" 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.00039 | $0.01018 |
| Opus 5 | $0.00019 | $0.00509 |
| Sonnet 5 | $0.00008 | $0.00204 |
| Haiku 4.5 | $0.00004 | $0.00102 |
Grade A, and why
conversion-ux 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 7d 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 — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Conversion UX Patterns
Apply these patterns to every funnel page. These are not suggestions — they are requirements for high-converting funnels.
Above the Fold (First Viewport)
Every page must have these 3 elements visible without scrolling:
- Headline — Clear, benefit-driven, addresses the #1 pain point
- Sub-headline — Expands on the headline, introduces the solution
- Primary CTA — Visible, high-contrast button with action-oriented text
<!-- Pattern: Hero Section -->
<section class="hero">
<h1>Headline: Desired Outcome</h1>
<p class="subtitle">Sub-headline: How you'll get there</p>
<a href="#action" class="cta-primary">Action-Oriented CTA Text →</a>
</section>
CTA Button Rules
| Rule | Good ✅ | Bad ❌ |
|---|---|---|
| Action-oriented | "Get My Free Guide" | "Submit" |
| First-person | "Start My Trial" | "Start Your Trial" |
| Benefit-focused | "Unlock 50% More Sales" | "Click Here" |
| Urgency | "Claim My Spot (Only 12 Left)" | "Register" |
| Specificity | "Download the 7-Step Checklist" | "Download" |
CTA Placement
- Always above the fold
- Repeat after every major value block (every 2–3 scroll lengths)
- Sticky CTA bar on mobile (bottom of viewport)
- Final CTA with full benefit stack at page bottom
Social Proof Patterns
Testimonial Card
<div class="testimonial">
<img src="avatar.jpg" alt="Customer Name" class="testimonial-avatar">
<blockquote>
<p>"Specific result they achieved with your product."</p>
<cite>
<strong>Full Name</strong>
<span>Title, Company</span>
</cite>
</blockquote>
</div>
Trust Bar
<div class="trust-bar">
<span>As featured in:</span>
<img src="logo1.svg" alt="Publication 1">
<img src="logo2.svg" alt="Publication 2">
<img src="logo3.svg" alt="Publication 3">
</div>
Stats Row
<div class="stats-row">
<div class="stat"><strong>10,000+</strong><span>Customers Served</span></div>
<div class="stat"><strong>4.9/5</strong><span>Average Rating</span></div>
<div class="stat"><strong>30-Day</strong><span>Money-Back Guarantee</span></div>
</div>
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.
- 7d ago First seen · 119 lines · 39 tokens per session scan A 57859b00d747
conversion-ux is a skill published in the GitHub repository ominou5/funnel-architect-plugin (79 stars, last pushed 6mo ago), licensed MIT. It adds 39 tokens to every session and 1,018 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-30.
Other skills, from other repositories
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…
shiny-bslib-theming
Advanced theming for Shiny apps using bslib and Bootstrap 5. Use when customizing app appearance with bstheme(), Bootswatch themes, custom colors, typography, brand.yml integration, Bootstrap Sass variables, custom Sass/CSS rules, dark mode and color modes, dynamic theme switching, real-time theming, theme inspection…
presentation-design
Designs slide decks and one-pagers that carry an argument rather than decorate one — deck structure, headlines that state the takeaway, charts that make a single point, and the different rules board decks and conference talks follow. Use this to build or fix a pitch deck, board deck, or conference talk, to design a…
ux-product-auditor
Audits a website, app, onboarding flow, or design for usability, conversion, and product problems, tying every finding to a business outcome and a severity. Use this to review an interface, diagnose low conversion or activation, find where users drop off, get structured product feedback, or decide which UX fixes to…
brand-yml
Create and use brand.yml files for consistent branding across Shiny apps and Quarto documents. Covers: (1) Creating new brand.yml files, (2) Applying to Shiny (R and Python), (3) Using in Quarto, (4) Modifying existing files, and (5) Troubleshooting. Includes complete specifications and integration guides.
shiny-bslib
Build modern Shiny dashboards and applications using bslib (Bootstrap 5). Use when creating new Shiny apps, modernizing legacy apps (fluidPage, fluidRow/column, tabsetPanel, wellPanel, shinythemes), or working with bslib page layouts, grid systems, cards, value boxes, navigation, sidebars, filling layouts, theming…