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>
20 lines
723 B
JSON
20 lines
723 B
JSON
{
|
|
"name": "marketingskills",
|
|
"owner": {
|
|
"name": "Corey Haines",
|
|
"url": "https://corey.co"
|
|
},
|
|
"metadata": {
|
|
"description": "Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, and growth",
|
|
"version": "1.8.0",
|
|
"repository": "https://github.com/coreyhaines31/marketingskills"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "marketing-skills",
|
|
"description": "38 marketing skills for technical marketers and founders: ASO, CRO, copywriting, cold email, SEO, AI SEO, paid ads, ad creative, churn prevention, pricing strategy, referral programs, revenue operations, sales enablement, customer research, site architecture, and more",
|
|
"source": "./"
|
|
}
|
|
]
|
|
}
|