24 lines
666 B
JSON
24 lines
666 B
JSON
{
|
|
"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"
|
|
]
|
|
} |