Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:30:41 +08:00
commit 95e5d5003e
12 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "event-marketing",
"description": "Event strategy, production, and post-event impact orchestration",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/event-briefs/SKILL.md",
"./skills/program-ops/SKILL.md",
"./skills/field-playbooks/SKILL.md"
],
"agents": [
"./agents/event-strategist.md",
"./agents/event-producer.md",
"./agents/field-program-manager.md"
],
"commands": [
"./commands/design-event.md",
"./commands/manage-production.md",
"./commands/follow-up-impact.md"
]
}