25 lines
683 B
JSON
25 lines
683 B
JSON
{
|
|
"name": "email-marketing",
|
|
"description": "Lifecycle campaigns, automation workflows, and deliverability operations",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "GTM Agents",
|
|
"email": "opensource@intentgpt.ai"
|
|
},
|
|
"skills": [
|
|
"./skills/drip-campaigns/SKILL.md",
|
|
"./skills/segmentation/SKILL.md",
|
|
"./skills/ab-testing/SKILL.md",
|
|
"./skills/deliverability-ops/SKILL.md"
|
|
],
|
|
"agents": [
|
|
"./agents/email-strategist.md",
|
|
"./agents/automation-specialist.md",
|
|
"./agents/deliverability-analyst.md"
|
|
],
|
|
"commands": [
|
|
"./commands/design-campaign.md",
|
|
"./commands/build-automation.md",
|
|
"./commands/optimize-deliverability.md"
|
|
]
|
|
} |