09031bb185
Codex review found two issues with the initial fix: - GitHub source object causes redundant clone, may fail without SSH - skills paths in plugin.json need ./ prefix Changed source to "./" (matches Anthropic's own marketplace pattern) and simplified skills to "./skills" (auto-discovers all skill dirs). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
411 B
JSON
13 lines
411 B
JSON
{
|
|
"name": "marketing-skills",
|
|
"description": "Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth",
|
|
"version": "1.8.0",
|
|
"author": {
|
|
"name": "Corey Haines"
|
|
},
|
|
"homepage": "https://github.com/coreyhaines31/marketingskills",
|
|
"repository": "https://github.com/coreyhaines31/marketingskills",
|
|
"license": "MIT",
|
|
"skills": "./skills"
|
|
}
|