cs-analytics-dashboards

cs-analytics-dashboards is a skill for Claude Code from LeadMagic/gtm-skills. It costs 93 tokens per session (3,612 once invoked), scanned A, original, MIT.

A set of customer success analytics dashboard designs covering customer feedback, account health, churn risk, expansion likelihood, support activity, and team performance. NPS, CSAT, and CES are survey measures for customer loyalty, satisfaction, and effort.

In plain words
What is it for?
Use it to design health score models, NPS/CSAT/CES programs, churn prediction and expansion propensity models, support analytics, and customer success team dashboards.
Why use it?
It helps teams replace intuition about customer risk with defined metrics and health signals. It connects each metric to an action the team can take.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Part of the gtm-skills plugin — 196 skills shipped together

Good fit Use it to design health score models, NPS/CSAT/CES programs, churn prediction and…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/leadmagic/gtm-skills/cs-analytics-dashboards
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LeadMagic/gtm-skills --skill cs-analytics-dashboards
Clone the repo
git clone --depth 1 https://github.com/LeadMagic/gtm-skills

Made for: Claude Code.

Or install gtm-skills, the plugin that ships this one along with the rest of its 196 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cs-analytics-dashboards

README.md
[![agentmods](https://agentmods.dev/badge/skills/leadmagic/gtm-skills/cs-analytics-dashboards.svg)](https://agentmods.dev/skills/leadmagic/gtm-skills/cs-analytics-dashboards)
Your own site
<a href="https://agentmods.dev/skills/leadmagic/gtm-skills/cs-analytics-dashboards"><img src="https://agentmods.dev/badge/skills/leadmagic/gtm-skills/cs-analytics-dashboards.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,612 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.03612
Opus 5 $0.00046 $0.01806
Sonnet 5 $0.00019 $0.00722
Haiku 4.5 $0.00009 $0.00361

Measured 3d ago against content hash b63a0de7b35f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cs-analytics-dashboards scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check-output.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/customer-success/cs-analytics-dashboards/SKILL.md · 326 lines

How it starts

The opening of the file, as written. The whole thing — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CS Analytics Dashboards

Overview

Most CS teams operate on intuition — "I feel like this customer might churn." The mistake: relying on gut instead of a health score that flags at-risk accounts 60 days before cancellation. This skill covers the complete CS analytics stack: health score models, NPS/CSAT/CES programs, churn prediction, expansion propensity, support analytics, and CS team performance dashboards. Every metric mapped to an action.

Authoritative Foundations

  • Gainsight — Customer Health Score Framework — Customer Health Score Framework
  • Totango — Customer Success Maturity Model — Customer Success Maturity Model
  • Bain & Company — NPS (Net Promoter System, Fred Reichheld) — NPS (Net Promoter System, Fred Reichheld)
  • CustomerGauge — Account Experience (B2B NPS) — Account Experience (B2B NPS)
  • David Skok — SaaS Churn Analysis — SaaS metrics — CAC payback, LTV/CAC, unit economics by stage.

When to Use

Trigger phrases: "build CS dashboard", "customer health score", "churn prediction model", "NPS survey design", "CSAT dashboard", "CS team metrics", "expansion propensity score", "customer success analytics", "health score design", "predict churn", "CS KPIs"

The CS Analytics Stack

Layer 1: Customer Sentiment (NPS, CSAT, CES)

NPS (Net Promoter Score):

  • Question: "How likely are you to recommend [Product] to a colleague?"
  • Scale: 0-10. Promoters (9-10), Passives (7-8), Detractors (0-6)
  • NPS = % Promoters - % Detractors
  • Benchmark: SaaS average NPS is ~30-40. Above 50 is excellent. Above 70 is world-class.
  • Cadence: Every 6 months for B2B SaaS (quarterly creates survey fatigue)
  • Follow-up: "What's the primary reason for your score?" (open text = gold)

CSAT (Customer Satisfaction):

  • Question: "How satisfied are you with [specific interaction]?"
  • Scale: 1-5 (stars or emoji)
  • Target: 4.0+ average. Below 3.5 = systemic issue.
  • Trigger: Post-ticket resolution, post-onboarding, post-QBR
  • Follow-up: Scores < 3 auto-escalate to manager for personal outreach within 24 hours

Read the full file on GitHub · 326 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago Changed b63a0de7b35f
  2. 7d ago First seen · 326 lines · 93 tokens per session scan A 784ca1eed858

Subscribe to this mod's changes

cs-analytics-dashboards is a skill published in the GitHub repository LeadMagic/gtm-skills (48 stars, last pushed 4d ago), licensed MIT. It adds 93 tokens to every session and 3,612 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

outreachmagic

Your agent goes blind after send. Sync sequencer webhooks, research leads via Serper, and find/verify emails — all in one local SQLite DB your agent queries directly.

outreachmagic/outreachmagic · 40 tokens

cold-email

Expert cold email strategist for B2B outbound campaigns. Use when the user asks about cold email writing, email sequences, email deliverability, domain warmup, SPF/DKIM/DMARC setup, email personalization, cold email templates, email copywriting frameworks, email compliance (CAN-SPAM, GDPR), bounce management, inbox…

Frontal-so/outbound-skills · 177 tokens

list-building

Expert B2B list building orchestrator for outbound sales campaigns. Use when the user asks about building lead lists, Sales Navigator search, boolean filters, ICP definition, ICP scoring, lead sources, data validation, email verification, list segmentation, Apollo prospecting, Clay Find People, list hygiene…

Frontal-so/outbound-skills · 190 tokens

claygent

Use Clay's AI research agent (Claygent) for web research, custom data extraction, and information that does not exist in standard databases. Use when the user asks about Claygent, AI research in Clay, web browsing for data, custom data points, real-time company research, or scraping with AI. Triggers on "Claygent"…

Frontal-so/outbound-skills · 131 tokens

conditional-logic

Write Clayscript formulas, conditional runs, and credit-saving logic in Clay. Use when the user asks about Clayscript, Clay formulas, conditional runs, saving credits with logic, data manipulation, if/then logic, JavaScript formulas in Clay, or the AI formula generator. Triggers on "Clayscript", "formula"…

Frontal-so/outbound-skills · 128 tokens

people-enrichment

Find and enrich contacts at target companies in Clay. Use when the user asks about finding decision makers, people enrichment, LinkedIn enrichment, title or seniority filtering, buying committee mapping, contact discovery at companies, or Sales Navigator imports. Triggers on "find contacts", "find people", "people…

Frontal-so/outbound-skills · 110 tokens