Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:54 +08:00
commit 86d1436c9f
12 changed files with 375 additions and 0 deletions

View File

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