25 lines
701 B
JSON
25 lines
701 B
JSON
{
|
|
"name": "customer-analytics",
|
|
"description": "Customer segmentation, retention analytics, and insight synthesis",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/segmentation-framework/SKILL.md",
|
|
"./skills/activation-map/SKILL.md",
|
|
"./skills/retention-dashboard/SKILL.md",
|
|
"./skills/save-play-library/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/segmentation-architect.md",
|
|
"./agents/retention-analyst.md",
|
|
"./agents/customer-insights-partner.md"
|
|
],
|
|
"commands": [
|
|
"./commands/segment-customers.md",
|
|
"./commands/monitor-retention.md",
|
|
"./commands/synthesize-insights.md"
|
|
]
|
|
} |