Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:57 +08:00
commit 28cbddad71
12 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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"
]
}