Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars283
Default branchmain
Open issues1
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Allowed toolsRead, Write, Bash, Glob
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,139 B
docsSUMMARY.md371 B
History
First seen on skills.sh
First recorded snapshot · 56 installs
SKILL.md
RFM Customer Segmentation Analysis
A comprehensive customer segmentation skill that automatically analyzes e-commerce transaction data to identify customer value segments using RFM (Recency, Frequency, Monetary) analysis with K-means clustering.
Instructions
1. Data Analysis
When users provide e-commerce data or ask about customer segmentation:
Load and validate the transaction data
Clean data by removing invalid orders (negative quantities, zero prices)
Calculate RFM metrics for each customer:
- Recency: Days since last purchase - Frequency: Number of purchases - Monetary: Total purchase amount
Use K-means clustering on RFM dimensions
Automatically determine optimal number of clusters using elbow method
2. Customer Segmentation
Create customer value segments: High, Medium, Low value customers
Score each customer on RFM dimensions (1-3 scale)
Calculate overall customer value scores
Identify and rank VIP customers for marketing campaigns