Identify at-risk customer accounts by analyzing usage patterns, engagement signals, and support history to generate churn risk scores and intervention recommendations.
npx skills add https://github.com/seb1n/awesome-ai-agent-skills --skill churn-analysis
Detect early warning signs of customer churn by aggregating usage telemetry, support interactions, billing history, and engagement metrics into a composite risk score per account. This skill segments accounts into risk tiers and produces actionable intervention playbooks tailored to each tier, enabling CS teams to proactively retain revenue.
Provide account data or describe the account portfolio you want analyzed. The agent will compute risk scores and return tiered recommendations.
Analyze the churn risk for our Q1 cohort of 200 accounts. Here's the usage
data export. Identify the top 10 at-risk accounts and recommend interventions.
Input: Usage and engagement data for 8 accounts over the past 90 days.
Output:
| Account | Plan | Risk Score | Tier | Key Signals | Recommended Action |
|---------|------|-----------|------|-------------|-------------------|
| Acme Corp | Enterprise | 88 | Critical | Logins down 72%, 14 tickets in 30d, renewal in 18d | Exec sponsor call within 48h, offer dedicated onboarding reset, prepare 2-month extension |
| Bolt Inc | Pro | 71 | High | Feature adoption stalled, champion left org, NPS dropped from 8→4 | CSM deep-dive on use cases, identify new champion, schedule product roadmap session |
| Cedar Ltd | Enterprise | 63 | High | API usage down 45%, 2 escalated tickets, QBR declined | Technical health check, assign SE for integration review, CSM outreach to new stakeholder |
| Dash Co | Pro | 42 | Medium | Session duration declining, stopped attending webinars | Trigger re-engagement email series, in-app walkthrough for new features launched in Q4 |
| Echo LLC | Starter | 38 | Medium | Login frequency down 30%, no support contact in 60d | Automated check-in email, offer free training session |
| Forge Inc | Enterprise | 22 | Healthy | Stable usage, positive CSAT, expanding seat count | Propose enterprise add-on package, invite to advisory board |
| Grid Corp | Pro | 15 | Healthy | Growing feature adoption, 2 referrals made | Send referral program upgrade incentive, case study candidate |
| Haven Ltd | Starter | 8 | Healthy | High engagement, recent plan upgrade | Monitor, include in customer spotlight newsletter |
Summary: 2 accounts critical (25% of ARR at risk), 2 high, 2 medium, 2 healthy. Recommended immediate action on $480K combined ARR in critical tier.
Input: "Analyze churn risk for Acme Corp — enterprise account, $240K ARR, 18 days to renewal."
Output:
Acme Corp — Risk Score: 88/100 (Critical)
| Signal Category | Weight | Score | Evidence |
|----------------|--------|-------|----------|
| Usage Decline | 35% | 92 | Daily active users dropped from 145 to 41 over 60 days. Core workflow (report generation) usage down 80%. |
| Support Sentiment | 25% | 85 | 14 tickets in past 30 days (baseline: 3/month). Two P1 escalations unresolved. CSAT on last 3 tickets: 2, 1, 2. |
| Billing Signals | 20% | 78 | Renewal in 18 days, no renewal discussion initiated. Finance team requested contract terms doc (often precedes vendor evaluation). |
| Engagement | 20% | 90 | Declined last two QBR invites. Zero email opens in past 30 days. Primary champion (VP Ops) left the company 6 weeks ago. |
Intervention Plan:
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take seb1n/churn-analysis from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.