Agent skill · Data & Analytics

retention-analysis

Analyze user retention and churn using survival analysis, cohort analysis, and machine learning. Calculate retention rates, build survival curves, predict churn risk, and generate retention optimization strategies. Use when working with user subscription data, membership information, or when user mentions retention, churn, survival analysis, or customer lifetime value.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill retention-analysis --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlob
Path: skills/analysis/retention-analysis/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

# Retention Analysis Skill Analyze user retention patterns, predict customer churn, and optimize retention strategies using advanced statistical methods and machine learning techniques. ## Quick Start This skill helps you: 1. **Calculate retention rates** and churn metrics 2. **Build survival curves** using Kaplan-Meier analysis 3. **Perform cohort analysis** to understand behavior patterns 4. **Predict churn risk** with machine learning models 5. **Identify retention drivers** using Cox regression 6. **Generate actionable insights** for retention improvement ## When to Use - **SaaS Product Analysis**: User subscription renewal and cancellation patterns - **Membership Programs**: Member engagement and loyalty analysis - **E-commerce**: Customer repeat purchase behavior and subscription boxes - **Gaming Apps**: Player retention and engagement metrics - **Service Industries**: Customer satisfaction and long-term relationships - **Subscription Businesses**: Monthly/yearly subscription analysis ## Key Requirements Install required packages: ```bash pip install pandas numpy matplotlib seaborn scikit-learn lifelines ``` ## Core Workflow ### 1. Data Preparation Your data should include: -

What's inside
Steps it walks through
  1. Quick Start
  2. When to Use
  3. Key Requirements
  4. Core Workflow
  5. 1. Data Preparation
  6. 2. Analysis Process
  7. 3. Output Deliverables
  8. Example Usage Scenarios
  9. SaaS Subscription Analysis
  10. Membership Program Analysis
  11. E-commerce Customer Retention
  12. Key Analysis Methods
  13. Survival Analysis
  14. Cohort Analysis
Ships with 1 file
  • metadata.json
Commands it runs
pip install pandas numpy matplotlib seaborn scikit-learn lifelines
More from claude-skill-registry
All skills →
About this skill
What does the retention-analysis skill do?

Analyze user retention and churn using survival analysis, cohort analysis, and machine learning. Calculate retention rates, build survival curves, predict churn risk, and generate retention optimization strategies. Use when working with user subscription data, membership information, or when user mentions retention, churn, survival analysis, or customer lifetime value.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill retention-analysis --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