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 RBraga01/builder-growth --skill funnel-analysisgit clone --depth 1 https://github.com/RBraga01/builder-growthWrote 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/rbraga01/builder-growth/funnel-analysis)<a href="https://agentmods.dev/skills/rbraga01/builder-growth/funnel-analysis"><img src="https://agentmods.dev/badge/skills/rbraga01/builder-growth/funnel-analysis/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/rbraga01/builder-growth/funnel-analysis"><img src="https://agentmods.dev/badge/skills/rbraga01/builder-growth/funnel-analysis.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.00044 | $0.01690 |
| Opus 5 | $0.00022 | $0.00845 |
| Sonnet 5 | $0.00009 | $0.00338 |
| Haiku 4.5 | $0.00004 | $0.00169 |
Grade A, and why
funnel-analysis 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 9d 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 — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Funnel Analysis
The Law
OPTIMISING A FUNNEL BEFORE DIAGNOSING IT OPTIMISES THE WRONG STEP.
"Let's improve the conversion rate" without identifying which step leaks most is guessing — you can improve every step but the broken one and the funnel does not move.
Leak identified + root-caused + hypothesis formed IS a funnel analysis.
When to Use
Trigger before:
- Any CRO (conversion rate optimisation) effort
- Proposing any experiment targeting funnel improvement
- Allocating engineering or design time to "improve" any multi-step flow
- Presenting funnel performance to stakeholders
When NOT to Use
- Single-step actions with no funnel (e.g., a standalone API call — no steps to diagnose)
- Features in pre-launch without traffic data to analyse
The Four Diagnostic Steps
Do not propose solutions before completing all four.
Step 1 — Map the Funnel
List every step between the user's entry point and the conversion goal.
Step 1: [Action] — e.g., "User arrives on landing page"
Step 2: [Action] — e.g., "User clicks CTA"
Step 3: [Action] — e.g., "User completes signup form"
Step 4: [Action] — e.g., "User activates (completes first key action)"
Goal: [Conversion] — e.g., "User converts to paid"
Use the product's actual steps — not a generic template. Every step must be measurable.
Step 2 — Quantify Each Step
For each step, collect:
- Volume: how many users enter this step per period
- Exit rate: percentage who leave without completing this step
- Time in step: median and p95 time spent before exit
| Step | Entered | Completed | Exit rate | Median time |
|------|---------|-----------|-----------|-------------|
| 1 | 10,000 | 8,100 | 19% | 2s |
| 2 | 8,100 | 2,430 | 70% | 45s |
| 3 | 2,430 | 2,070 | 15% | 3min |
| 4 | 2,070 | 830 | 60% | 12h |
The step with the highest exit rate AND the highest volume of exits (exits = entered × exit rate) is the primary leak. Both dimensions matter — a 70% exit rate on 100 users is smaller than a 20% exit rate on 10,000.
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.
- 9d ago First seen · 156 lines · 44 tokens per session scan A 35b218f6cc75
funnel-analysis is a skill published in the GitHub repository RBraga01/builder-growth (2 stars, last pushed 2mo ago), licensed MIT. It adds 44 tokens to every session and 1,690 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
gr-geo-cite
A guide for checking whether AI assistants such as ChatGPT, Claude, Perplexity, and Gemini mention or cite your website when answering set questions.
gingiris-github-star-growth
A guide to steadily increasing the number of people who bookmark an open-source project on GitHub by building content, community, events, contributors, and ambassadors.
gr-blog-post
A Jekyll blog publishing workflow. Jekyll is a tool that turns text and templates into a website, and this workflow also prepares matching English, Japanese, and Korean posts.
gr-seo-patrol
An automated SEO and GEO checking routine. SEO helps pages appear in search engines; GEO checks how they may be found and understood by AI-based search tools.
gingiris-reddit-marketing
🇺🇸 Reddit Marketing & Growth Playbook 2026 — The complete Reddit operations SOP for AI/SaaS founders. Covers account warming (Karma 0→500 in 20 days), shadow ban prevention, multi-account matrix via fingerprint browsers, subreddit selection across 10K+ communities, content templates (90/10 rule), Product Hunt ×…
gingiris-growth-finder
Diagnose a product's growth model, stage, and current constraint, then route the request to the narrowest Gingiris specialist and execute it when installed. Use for broad or uncertain growth questions involving go-to-market, Product Hunt, GitHub stars, open-source marketing, B2B SaaS, PLG, ASO, SEO/GEO, AI citations…