Agent skill

retention-analysis

Cohort analysis and retention optimization framework. Identifies retention drivers and churn factors.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill retention-analysis-timothynguyen04-pmos --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 23 KB
Bundled scripts: none
Path: skills/analysis/retention-analysis-timothynguyen04-pmos/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: Measuring What Keeps Users Coming Back ## Quick Start ``` /retention-analysis ``` Then provide: 1. **Retention data** (D1, D7, D14, D30 rates -- or I'll query your analytics MCP) 2. **Product usage frequency** (daily, weekly, monthly -- how often should users return?) 3. **Known churn reasons** (if any -- from interviews, support tickets, surveys) I'll analyze your retention curve shape, identify the biggest drop-off, compare retained vs churned user behavior, and recommend interventions. **Output:** Saved to `outputs/analyses/retention-analysis-[date].md` **Time:** ~15 min with data, ~25 min with cohort deep-dive **When to use:** When diagnosing churn problems, measuring product-market fit, or optimizing for stickiness **Framework source:** Aakash Gupta's retention frameworks and "Ultimate Guide to Activation" ## Context Routing Logic (Internal - for Claude) **Automatic Context Checks:** When this skill is invoked, immediately check: | Source | Files/Folders | Search Terms | What to Extract | |--------|---------------|--------------|-----------------| | Metrics/Analytics | `context-library/metrics/*.md` | D7, D30, retention, churn, cohort, "monthly active", D

What's inside
Steps it walks through
  1. Quick Start
  2. Context Routing Logic (Internal - for Claude)
  3. Step 0: Understanding Your Current Retention Reality
  4. Internal Intelligence Summary
  5. Gaps in Knowledge
  6. Step 1: Retention Diagnostic Questions
  7. Question 1: The Biggest Drop
  8. Question 2: Retained vs Churned Behavior
  9. Question 3: Churn Reasons
  10. Question 4: Usage Pattern
  11. Question 5: Segment Differences
  12. Key Retention Metrics
  13. Day 7 (D7) Retention
  14. Day 30 (D30) Retention
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the retention-analysis skill do?

Cohort analysis and retention optimization framework. Identifies retention drivers and churn factors.

How do I install it?

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