Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:31:52 +08:00
commit 2dbdf37e8b
12 changed files with 401 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "seo",
"description": "Keyword strategy, on-page optimization, and technical SEO operations",
"version": "1.0.0",
"author": {
"name": "GTM Agents",
"email": "opensource@intentgpt.ai"
},
"skills": [
"./skills/keyword-research/SKILL.md",
"./skills/on-page/SKILL.md",
"./skills/technical-seo/SKILL.md"
],
"agents": [
"./agents/seo-architect.md",
"./agents/content-optimizer.md",
"./agents/technical-lead.md"
],
"commands": [
"./commands/build-keyword-strategy.md",
"./commands/optimize-page.md",
"./commands/audit-site.md"
]
}