Compare commits

...

5 Commits

Author SHA1 Message Date
Corey Haines 09031bb185 fix: use ./ source and simplify plugin.json skills path
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>
2026-04-24 11:29:41 -07:00
Corey Haines 3c2f63ef8c fix: marketplace.json source fails Claude Code schema validation (#270)
The source field used a bare dot which failed schema validation.
Changed to github source object and added proper plugin.json manifest.

- Added .claude-plugin/plugin.json with skills list and metadata
- Changed marketplace.json source from "." to github repo object
- Removed inline skills array and strict:false from marketplace.json

closes #270

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:09:50 -07:00
Corey Haines 6b068a2c92 fix: update README diagram with all 38 skills
Added aso-audit, directory-submissions, community-marketing,
lead-magnets, competitor-profiling. Clarified competitor-alternatives
vs competitor-profiling as separate entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 15:07:36 -07:00
Corey Haines 17923c78a9 fix: update marketplace.json version to 1.8.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 15:06:07 -07:00
Corey Haines 194afa2f09 fix: correct v1.8.0 changelog — aso-audit, community-marketing, customer-research shipped in prior releases
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 15:01:34 -07:00
4 changed files with 22 additions and 52 deletions
+2 -43
View File
@@ -6,55 +6,14 @@
},
"metadata": {
"description": "Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, and growth",
"version": "1.0.0",
"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": ".",
"strict": false,
"skills": [
"skills/ab-test-setup",
"skills/ad-creative",
"skills/ai-seo",
"skills/analytics-tracking",
"skills/aso-audit",
"skills/churn-prevention",
"skills/cold-email",
"skills/community-marketing",
"skills/competitor-alternatives",
"skills/competitor-profiling",
"skills/content-strategy",
"skills/copy-editing",
"skills/copywriting",
"skills/customer-research",
"skills/directory-submissions",
"skills/email-sequence",
"skills/form-cro",
"skills/free-tool-strategy",
"skills/launch-strategy",
"skills/lead-magnets",
"skills/marketing-ideas",
"skills/marketing-psychology",
"skills/onboarding-cro",
"skills/page-cro",
"skills/paid-ads",
"skills/paywall-upgrade-cro",
"skills/popup-cro",
"skills/pricing-strategy",
"skills/product-marketing-context",
"skills/programmatic-seo",
"skills/referral-program",
"skills/revops",
"skills/sales-enablement",
"skills/schema-markup",
"skills/seo-audit",
"skills/signup-flow-cro",
"skills/site-architecture",
"skills/social-content"
]
"source": "./"
}
]
}
+12
View File
@@ -0,0 +1,12 @@
{
"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"
}
+4 -3
View File
@@ -33,9 +33,10 @@ Skills reference each other and build on shared context. The `product-marketing-
│seo-audit │ │page-cro │ │copywritng│ │paid-ads │ │referral │ │revops │ │mktg-ideas │
│ai-seo │ │signup-cro│ │copy-edit │ │ad-creative │ │free-tool │ │sales-enable │ │mktg-psych │
│site-arch │ │onboard │ │cold-email│ │ab-test │ │churn- │ │launch │ │customer- │
│programm │ │form-cro │ │email-seq │ │analytics │ │ prevent │ │pricing │ │research
│schema │ │popup-cro │ │social │ │ │ │ │ │competitor │ │ │
│content │ │paywall │ │ │ │ │ │ │ │ │ │ │
│programm │ │form-cro │ │email-seq │ │analytics │ │ prevent │ │pricing │ │ research │
│schema │ │popup-cro │ │social │ │ │ │community │ │comp-alts │ │ │
│content │ │paywall │ │ │ │ │ │lead-magnt│ │comp-profile │ │ │
│aso-audit │ │ │ │ │ │ │ │ │ │directory │ │ │
└────┬─────┘ └────┬─────┘ └────┬─────┘ └─────┬──────┘ └────┬─────┘ └──────┬──────┘ └─────┬─────┘
│ │ │ │ │ │ │
└────────────┴─────┬──────┴──────────────┴─────────────┴──────────────┴──────────────┘
+4 -6
View File
@@ -46,18 +46,16 @@ Current versions of all skills. Agents can compare against local versions to che
## Recent Changes
### 2026-04-21
- Added `aso-audit` skill for App Store and Google Play optimization
- Added `community-marketing` skill for community-led growth
- Added `customer-research` skill for customer interviews, surveys, and voice-of-customer analysis
- Added `directory-submissions` skill for Product Hunt, G2, AI directories, and backlink strategy
- Added `competitor-profiling` skill for competitive intelligence research
- Added international SEO & localization section to `seo-audit` (1.2.0)
- Added conversion tracking reference to `paid-ads` (cross-platform pixel setup)
- Added Zapier SDK integration for 8,000+ app access
- Fixed plugin loading: removed `./` prefix from marketplace.json skill paths
- Fixed plugin loading: removed `./` prefix from marketplace.json skill paths (#243)
- Hardened CLI tools: Supermetrics API key moved to header, ZoomInfo JWT masked by default
- Fixed community-marketing YAML frontmatter
- Fixed Zapier webhook URL validation
- Fixed community-marketing YAML frontmatter (#240)
- Fixed Zapier webhook URL validation (#247)
- Added missing skills to VERSIONS.md (aso-audit, community-marketing, customer-research — shipped in prior releases)
- Total skills: 38
### 2026-03-14