24 lines
662 B
JSON
24 lines
662 B
JSON
{
|
|
"name": "community-orchestration",
|
|
"description": "Community orchestration covering programming, live events, and engagement measurement",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/community-ops/SKILL.md",
|
|
"./skills/escalation/SKILL.md",
|
|
"./skills/sentiment-analysis/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/community-lead.md",
|
|
"./agents/community-moderator.md",
|
|
"./agents/community-analyst.md"
|
|
],
|
|
"commands": [
|
|
"./commands/plan-community-calendar.md",
|
|
"./commands/run-community-event.md",
|
|
"./commands/measure-engagement.md"
|
|
]
|
|
} |