customer-success-manager

Computes SaaS customer health scores, churn risk tiers, and expansion opportunities from JSON inputs using Python CLI tools.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/AgLyx3/My-Note-App-Not-Just-a-Note-App --skill customer-success-manager-aglyx3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customer-success-manager
Source: https://github.com/AgLyx3/My-Note-App-Not-Just-a-Note-App/tree/main/.cursor/skills/business-growth/customer-success-manager
Command: npx skills add https://github.com/AgLyx3/My-Note-App-Not-Just-a-Note-App --skill customer-success-manager-aglyx3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Monitors SaaS customer health, predicts churn risk, and surfaces expansion opportunities using weighted scoring models for SaaS customer success.

Core Features & Use Cases

  • Customer Health Scoring: multi-dimensional weighting across usage, engagement, support, and relationship with Green/Yellow/Red classifications
  • Churn Risk Analysis: detects risk signals and provides intervention playbooks
  • Expansion Opportunity Scoring: analyzes adoption depth, whitespace, and revenue potential to prioritize growth opportunities

Quick Start

Run the three CLI tools against a JSON dataset to generate health, churn risk, and expansion outputs.

Frequently Asked Questions about customer-success-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate SaaS customer health scores to predict churn risk?

SaaS customer health scores predict churn risk by applying deterministic, weights-based scoring models across usage, engagement, support, relationship, and commercial signals. This skill processes JSON inputs to generate per-customer health scores and Green/Yellow/Red tier classifications.

What is the best way to identify expansion opportunities across enterprise and mid-market SaaS accounts?

Expansion opportunity scoring analyzes adoption depth, whitespace, and revenue potential to prioritize growth across enterprise, mid-market, and SMB segments. It evaluates multi-dimensional signals to quantify revenue potential and surface actionable account expansion targets.

Can I run churn risk analysis using a standard Python CLI without external dependencies?

Churn risk analysis runs via a production-grade Python CLI requiring only the standard library with no external dependencies. The tool accepts JSON inputs, detects risk signals, and outputs both human-readable and JSON formats with structured metadata.

How do I generate intervention playbooks for at-risk SaaS customers?

Intervention playbooks are generated alongside churn risk analysis by detecting specific risk signals within customer data. The CLI tool evaluates support and engagement metrics to output targeted intervention recommendations for at-risk accounts.

Does customer health scoring work for SMB segments as well as enterprise accounts?

Customer health scoring applies across enterprise, mid-market, and SMB segments by evaluating usage, engagement, support, relationship, and commercial signals. The deterministic weights-based model adjusts scoring dimensions to fit each segment's specific characteristics.

What data format do I need to provide for SaaS customer churn and expansion analysis?

SaaS customer churn and expansion analysis requires JSON inputs containing usage, engagement, support, relationship, and commercial signals. The Python CLI tools process this JSON data to output structured metadata in both human-readable and JSON formats.