Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
liangdabiao avatar

Funnel Analysis

  • 65 installs
  • 264 repo stars
  • Updated May 10, 2026
  • liangdabiao/claude-data-analysis-ultra-main

Helps with ai & agent building tasks.

About

funnel-analysis is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • funnel-analysis
  • AI & Agent Building
  • AI-coding skill

Funnel Analysis by the numbers

  • 65 all-time installs (skills.sh)
  • Ranked #6,042 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/liangdabiao/claude-data-analysis-ultra-main --skill funnel-analysis

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs65
repo stars264
Last updatedMay 10, 2026
Repositoryliangdabiao/claude-data-analysis-ultra-main

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Funnel Analysis Skill

Analyze user behavior through multi-step conversion funnels to identify bottlenecks and optimization opportunities in marketing campaigns, user journeys, and business processes.

Quick Start

This skill helps you: 1. Build conversion funnels from multi-step user data 2. Calculate conversion rates between each step 3. Perform segmentation analysis by different user attributes 4. Create interactive visualizations with Plotly 5. Generate business insights and optimization recommendations

When to Use

  • Marketing campaign analysis (promotion → purchase)
  • User onboarding flow analysis
  • Website conversion funnel optimization
  • App user journey analysis
  • Sales pipeline analysis
  • Lead nurturing process analysis

Key Requirements

Install required packages:

pip install pandas plotly matplotlib numpy seaborn

Core Workflow

1. Data Preparation

Your data should include:

  • User journey steps (clicks, page views, actions)
  • User identifiers (customer_id, user_id, etc.)
  • Timestamps or step indicators
  • Optional: user attributes for segmentation (gender, device, location)

2. Analysis Process

1. Load and merge user journey data 2. Define funnel steps and calculate metrics 3. Perform segmentations (by device, gender, etc.) 4. Create visualizations 5. Generate insights and recommendations

3. Output Deliverables

  • Funnel visualization charts
  • Conversion rate tables
  • Segmented analysis reports
  • Optimization recommendations

Example Usage Scenarios

E-commerce Purchase Funnel

# Steps: Promotion → Search → Product View → Add to Cart → Purchase
# Analyze by device type and customer segment

User Registration Funnel

# Steps: Landing Page → Sign Up → Email Verification → Profile Complete
# Identify where users drop off most

Content Consumption Funnel

# Steps: Article View → Comment → Share → Subscribe
# Measure engagement conversion rates

Common Analysis Patterns

1. Bottleneck Identification: Find steps with highest drop-off rates 2. Segment Comparison: Compare conversion across user groups 3. Temporal Analysis: Track conversion over time 4. A/B Testing: Compare different funnel variations 5. Optimization Impact: Measure changes before/after improvements

Integration Examples

See examples/ directory for:

  • basic_funnel.py - Simple funnel analysis
  • segmented_funnel.py - Advanced segmentation analysis
  • Sample datasets for testing

Best Practices

  • Ensure data quality and consistency
  • Define clear funnel steps
  • Consider user journey time windows
  • Validate statistical significance
  • Focus on actionable insights

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.