Files
gh-gtmagents-gtm-agents-plu…/.claude-plugin/plugin.json
2025-11-29 18:31:54 +08:00

24 lines
647 B
JSON

{
"name": "seo-workflow-orchestration",
"description": "SEO workflow orchestration from keyword strategy through technical diagnostics",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/keyword-strategy/SKILL.md",
"./skills/publishing-process/SKILL.md",
"./skills/diagnostics/SKILL.md"
],
"agents": [
"./agents/seo-director.md",
"./agents/on-page-lead.md",
"./agents/technical-analyst.md"
],
"commands": [
"./commands/prioritize-keywords.md",
"./commands/deploy-optimizations.md",
"./commands/audit-technical.md"
]
}