Initial commit
This commit is contained in:
32
.claude-plugin/plugin.json
Normal file
32
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "blog-kit",
|
||||
"description": "Generate SEO/GEO-optimized blog articles using JSON templates and AI agents",
|
||||
"version": "0.2.0",
|
||||
"author": {
|
||||
"name": "Léo Brival",
|
||||
"email": "leo.brival@gmail.com"
|
||||
},
|
||||
"agents": [
|
||||
"./agents/research-intelligence.md",
|
||||
"./agents/seo-specialist.md",
|
||||
"./agents/geo-specialist.md",
|
||||
"./agents/marketing-specialist.md",
|
||||
"./agents/copywriter.md",
|
||||
"./agents/quality-optimizer.md",
|
||||
"./agents/translator.md",
|
||||
"./agents/analyzer.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/blog-setup.md",
|
||||
"./commands/blog-analyse.md",
|
||||
"./commands/blog-generate.md",
|
||||
"./commands/blog-research.md",
|
||||
"./commands/blog-seo.md",
|
||||
"./commands/blog-geo.md",
|
||||
"./commands/blog-marketing.md",
|
||||
"./commands/blog-copywrite.md",
|
||||
"./commands/blog-optimize.md",
|
||||
"./commands/blog-optimize-images.md",
|
||||
"./commands/blog-translate.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user