Agent skill

funnel-map

Map complete funnel from ad to conversion, documenting each step, identifying metrics at each stage, calculating stage-to-stage conversion rates, and highlighting biggest drop-off points. Use for funnel optimization, diagnosing conversion issues, or documenting funnel architecture.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill funnel-map-walkerhi11-mediabuy-plugins --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/funnel-map-walkerhi11-mediabuy-plugins/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Funnel Map Document and analyze complete conversion funnels. ## Process ### Step 1: Document Each Funnel Step **Standard Funnel Elements:** 1. Ad (Creative) 2. Landing Page / Pre-sell 3. Quiz (if applicable) 4. Sales Page / VSL 5. Checkout / Lead Form 6. Upsells (if applicable) 7. Thank You / Confirmation **For Each Step Document:** - URL/asset name - Purpose in funnel - Key message - Primary CTA - Technical requirements ### Step 2: Identify Metrics at Each Stage **Ad Level:** - Impressions - Clicks - CTR - CPC - CPM **Landing/Quiz Level:** - Page views - Time on page - Scroll depth - Quiz completion rate - Exit rate **Conversion Level:** - Add to cart / Initiate checkout - Form submissions - Purchase/conversion - Upsell acceptance rate ### Step 3: Calculate Stage-to-Stage Rates **Conversion Rate Formula:** Stage N Conversion = (Stage N Actions / Stage N-1 Actions) × 100 **Example Flow:** ``` 1000 Ad Clicks → 800 Land on Page (80% click-to-land) → 400 Start Quiz (50% page-to-quiz) → 280 Complete Quiz (70% quiz completion) → 140 View Offer (50% quiz-to-offer) → 28 Purchase (20% offer-to-purchase) Overall: 28/1000 = 2.8% click-to-purchase ``` ### Step 4: Highlight Drop-off Points *

What's inside
Steps it walks through
  1. Process
  2. Step 1: Document Each Funnel Step
  3. Step 2: Identify Metrics at Each Stage
  4. Step 3: Calculate Stage-to-Stage Rates
  5. Step 4: Highlight Drop-off Points
  6. Step 5: Output Funnel Visualization
  7. Funnel Optimization Principles
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the funnel-map skill do?

Map complete funnel from ad to conversion, documenting each step, identifying metrics at each stage, calculating stage-to-stage conversion rates, and highlighting biggest drop-off points. Use for funnel optimization, diagnosing conversion issues, or documenting funnel architecture.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill funnel-map-walkerhi11-mediabuy-plugins --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going