Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:11 +08:00
commit 7ed9313c6b
12 changed files with 382 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "webinar-automation",
"description": "Webinar program strategy, production automation, and engagement analytics",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/webinar-design/SKILL.md",
"./skills/registration-ops/SKILL.md",
"./skills/engagement-analytics/SKILL.md"
],
"agents": [
"./agents/program-architect.md",
"./agents/production-specialist.md",
"./agents/engagement-analyst.md"
],
"commands": [
"./commands/plan-series.md",
"./commands/configure-session.md",
"./commands/analyze-performance.md"
]
}