Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:43 +08:00
commit d16ebac7ef
12 changed files with 424 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "analytics-pipeline-orchestration",
"description": "Analytics pipeline orchestrator covering instrumentation, modeling, and dashboards",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/instrumentation/SKILL.md",
"./skills/quality-gates/SKILL.md",
"./skills/visualization-patterns/SKILL.md"
],
"agents": [
"./agents/analytics-data-strategist.md",
"./agents/analytics-modeling-lead.md",
"./agents/bi-publisher.md"
],
"commands": [
"./commands/define-events.md",
"./commands/build-model.md",
"./commands/ship-dashboards.md"
]
}