Commit Graph

267 Commits

Author SHA1 Message Date
Corey Haines bd8eb1a0e5 Merge pull request #297 from coreyhaines31/development
Release v2.0: skill renames, CRO consolidation, full eval coverage
v2.0.0
2026-05-13 22:12:05 -07:00
Corey Haines bf173b731b Merge pull request #299 from coreyhaines31/chore/establish-merge-ancestry
chore: establish merge ancestry between main and development
2026-05-13 22:11:51 -07:00
Corey Haines 0e2ef1301b merge main into development to establish ancestry for v2.0 release
# Conflicts:
#	.claude-plugin/marketplace.json
2026-05-13 22:11:26 -07:00
Corey Haines 76f18f0156 chore: sync skills with marketplace.json and README (#298) 2026-05-13 22:10:14 -07:00
Corey Haines 30f9b9a729 feat: v2.0 skill renames and CRO consolidation (#291)
* feat: v2.0 skill renames and CRO consolidation

BREAKING CHANGE: Users must reinstall skills after this update.

## Skill Renames (16)
- ab-test-setup → ab-testing
- analytics-tracking → analytics
- aso-audit → aso
- competitor-alternatives → competitors
- email-sequence → emails
- free-tool-strategy → free-tools
- launch-strategy → launch
- onboarding-cro → onboarding
- paywall-upgrade-cro → paywalls
- popup-cro → popups
- pricing-strategy → pricing
- product-marketing-context → product-marketing
- referral-program → referrals
- schema-markup → schema
- signup-flow-cro → signup
- social-content → social

## Consolidations (1)
- page-cro + form-cro → cro (form content in references/form.md)

## Why 2.0?
- Shorter, cleaner skill names
- Consistent naming (no -strategy, -setup, -cro suffixes)
- All cross-references updated across 100+ files

Total skills: 40

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix(v2.0): update evals for renamed skills, fix validate script, clear warnings

- Update 32 evals.json files to reference new skill names (page-cro → cro,
  product-marketing-context → product-marketing, etc.) — these were missed
  in the initial v2.0 rename pass since only SKILL.md and marketplace.json
  were updated.
- Fix validate-skills.sh: replace GNU-only `head -n -1` with portable awk
  so frontmatter extraction works on macOS.
- Move Copy Editing Checklist (56 lines) to references/checklist.md to
  bring copy-editing SKILL.md under the 500-line limit (508 → 457).
- Add "see X" pointers to marketing-psychology description for skill
  discovery (cro, pricing, copywriting).
- Update skill-request.yml issue template placeholder (page-cro → cro).

All 40 skills now pass validation with zero warnings.

* fix(v2.0): add evals for 8 missing skills, strip stale frontmatter from cro/form.md

Adds 48 new eval cases (6 per skill) for skills that previously had no evals:
aso, co-marketing, community-marketing, competitor-profiling, directory-submissions,
image, lead-magnets, video. All 40 skills now have eval coverage (251 total cases).

Strips leftover frontmatter from skills/cro/references/form.md — it was inherited
from the old form-cro SKILL.md before consolidation. Reference files don't need
frontmatter.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix(v2.0): rename paid-ads → ads

One more v2.0 simplification — drops the redundant 'paid-' qualifier. Updates
the skill directory, SKILL.md frontmatter, evals.json, README skill table, the
v2.0 rename table in VERSIONS.md (now 17 renames), and all cross-references in
related skills (ad-creative, aso, competitor-profiling, customer-research,
lead-magnets, marketing-ideas) plus the tools/integrations guides.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix(v2.0): bump SKILL.md frontmatter version to 2.0.0 for all 40 skills

VERSIONS.md was already updated to 2.0.0 but the metadata.version field inside
each SKILL.md was still on 1.x. That mismatch would have caused the update-check
flow to perpetually report 'update available' since it compares VERSIONS.md
against local SKILL.md metadata versions.

Caught by codex review (P1).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix(v2.0): add legacy product-marketing-context.md filename fallback

Before this fix, users upgrading from v1.x who had a `product-marketing-context.md`
file would lose automatic context loading — every skill only checked the new
`product-marketing.md` filename. Now all 40 skills also accept the legacy
filename (in either `.agents/` or `.claude/`), and the README migration command
covers both legacy and current filenames.

Caught by codex review (P1 + P2).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix(v2.0): re-sort README skills table alphabetically, fix ads box width

The skills table had a few entries out of alphabetical order from the renames
(co-marketing was after cold-email, ads was at the renamed position).
Re-sorted alphabetically per sync-skills.js. Also padded the 'ads' cell in the
ASCII flow diagram to keep the box width consistent.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix(v2.0): document folder cleanup on upgrade, stop sync-skills from re-adding skills array

README upgrade guide now includes:
- A clear cleanup step for stale v1.x skill folders (renamed + consolidated) so
  users don't end up with both old and new folders side-by-side after upgrading
- The full v1 to v2 rename map for reference
- Existing product-marketing-context.md migration steps (preserved)

sync-skills.js no longer (re-)introduces a `skills` array on marketplace.json --
Claude Code's plugin schema discovers skills via the `skills/` directory, and the
explicit array was failing validation. The script now refreshes the description
count and strips the stale array if present.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-13 22:05:15 -07:00
Corey Haines f3990f7f99 feat: expand directory-submissions with 185+ dofollow backlink directories (#276)
Add 6 new tiers (8-13) covering profile & content platforms, local business
directories, forums & communities, press release sites, social bookmarking,
and niche verticals. Also expand existing tiers 2, 3, and 5 with new entries.

Codex-verified: removed 5 dead/expired domains (nancheng.fun, startuplister.com,
designernews.co, sitewebdirectory.com, atoalinks.com), corrected GPTForge DR
from 88 to ~30 (domain created 2025), fixed sitepromotondirectory typo, and
normalized cross-file naming inconsistencies.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-13 16:11:49 -07:00
coreyhaines31 906c2fb28e chore: sync skills with marketplace.json and README 2026-05-06 06:41:11 +00:00
Corey Haines 34a39b0eb1 Merge pull request #290 from coreyhaines31/development
Release v1.10.0
2026-05-05 23:41:01 -07:00
Corey Haines 0c933b277e feat: add co-marketing skill (#289)
* feat: add co-marketing skill for partner identification and joint campaigns

Adds skill for finding co-marketing partners and brainstorming campaign ideas:
- Partner scoring criteria and identification framework
- Campaign types (content, webinars, integrations, community)
- Outreach templates and partnership structuring
- Brainstorming prompts for specific partners

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs: add co-marketing to README skills table and categories

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* docs: add co-marketing to README diagram

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* fix: improve co-marketing skill based on review

- Add quoted description with expanded trigger phrases
- Add metadata.version field (1.0.0)
- Add "Before Starting" section for product context
- Add Task-Specific Questions section
- Add Tool Integrations section (Crossbeam, Introw, PartnerStack)
- Add Co-Marketing Checklist (identification, planning, execution, post-campaign)
- Clarify Related Skills with better context
- Add horizontal rules for section separation (matches other skills)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
v1.10.0
2026-05-05 23:32:23 -07:00
Corey Haines 1bcff9fc79 fix: remove re-introduced skills array from marketplace.json, bump plugin to v1.9.0
PR #264 was based on pre-fix main and re-introduced the inline skills
array that #273 removed. plugin.json with "skills": "./skills" is
the authority.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v1.9.0
2026-04-24 11:50:23 -07:00
Pierson Marks e0829df01d fix: remove flagged phishing URL from directory-submissions (#264) 2026-04-24 11:42:39 -07:00
coreyhaines31 b70440fa5f chore: sync skills with marketplace.json and README 2026-04-24 18:39:30 +00:00
Corey Haines fd99bb8085 Merge branch 'development'
# Conflicts:
#	.claude-plugin/marketplace.json
2026-04-24 11:39:07 -07:00
Corey Haines b831842fb7 release: v1.9.0 — image skill, video skill, plugin fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:38:22 -07:00
Corey Haines 07db354ccc feat: add image skill for AI image generation and marketing visuals (#259)
* feat: add image skill for AI image generation and marketing visuals

Covers AI image generation (Gemini, Flux, Ideogram, DALL-E, Midjourney),
design tools (Canva, Figma), marketing workflows (blog heroes, social
graphics, product mockups, profile/listing banners, brand assets), image
optimization, and OG/social preview images.

Includes prompting reference guide with model-specific tips.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: apply accuracy fixes from Codex review

- OpenAI: DALL-E 3 → GPT Image family (DALL-E 3 deprecated)
- Gemini: use official naming, keep Nano Banana as context
- Ideogram: remove ungrounded ~90% accuracy claim
- All pricing: replace hard numbers with doc links
- LinkedIn company cover: note recommended 4200x700
- WebP/AVIF: adjust browser support to ~96%/~94%
- Flux: remove specific reference image count (varies by variant)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:36:54 -07:00
Corey Haines 64136709b6 feat: add video skill for AI video production (#258)
* feat: add video skill for AI video production

New skill covering programmatic video (Remotion, Hyperframes), AI video
generation (Veo, Runway, Kling), AI avatars (HeyGen, Synthesia), and
editing/repurposing workflows. Includes AI video prompting reference.

New tool integrations: HeyGen (MCP-enabled), Hyperframes (open source).
Updated tools registry with Video category expansion.

Total skills: 39

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: apply accuracy fixes from Codex review

- Hyperframes: Node.js requirement 18+ → 22+ (confirmed via npm)
- Veo 3: soften 4K claim to "Up to 1080p (4K varies)"
- Sora: replace shutdown claim with availability caveat
- HeyGen: remove dollar amounts, link to pricing page
- Remotion: soften license wording

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:33:41 -07:00
Corey Haines affc3aab49 feat: add short-form video section to social-content skill (#257)
Add TikTok/Reels/Shorts frameworks: 3-second rule, video structures,
caption best practices, content ideas by business type. Detailed hook
library, scripting template, audio/visual strategy in reference file.

Inspired by #200 (vendor-neutral parts only).

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:31:38 -07:00
Corey Haines 0cdc990715 fix: marketplace.json source fails Claude Code schema validation (#273)
* 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>

* 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>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-24 11:31:30 -07:00
Corey Haines 737c3c6ea2 chore: sync main with v1.8.0 post-release fixes (#255)
chore: sync main with v1.8.0 post-release fixes
2026-04-21 15:08:47 -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
coreyhaines31 4036e776e2 chore: sync skills with marketplace.json and README 2026-04-21 21:59:45 +00:00
Corey Haines 11e3b0ff69 release: v1.8.0 — 5 new skills, security hardening, plugin fix
release: v1.8.0
v1.8.0
2026-04-21 14:59:34 -07:00
Corey Haines e18a04403b chore: update VERSIONS.md and paid-ads version for v1.8.0
Add 4 new skills to version table (aso-audit, community-marketing,
customer-research, directory-submissions). Bump paid-ads to 1.2.0.
Add v1.8.0 changelog entry.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 14:55:09 -07:00
Corey Haines 34501dd36c Merge pull request #249: add conversion tracking reference
feat: add conversion tracking reference to paid-ads skill
2026-04-21 14:53:30 -07:00
Corey Haines 20443e1361 Merge pull request #253: fix CLI credential leakage
fix: harden CLI tools against credential leakage
2026-04-21 14:53:28 -07:00
Corey Haines 9698318a30 fix: harden CLI tools against credential leakage
Move Supermetrics API key from query string to x-api-key header.
Mask ZoomInfo JWT by default in auth command (use --show-token to reveal).

Cherry-picked from #201.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 13:32:33 -07:00
Corey Haines c8e2d11556 Merge pull request #252 from coreyhaines31/fix/merge-competitor-profiling
feat: add competitor-profiling skill (from PR #225)
2026-04-21 13:28:23 -07:00
Corey Haines a45a348b08 Merge PR #225: add competitor-profiling skill
Resolves marketplace.json conflict (strips ./ prefix, adds competitor-profiling, updates count to 38).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 13:24:26 -07:00
Corey Haines 5d48b351be Merge pull request #251 from coreyhaines31/fix/merge-directory-submissions
feat: add directory-submissions skill (from PR #232)
2026-04-21 13:23:56 -07:00
Corey Haines cafdd38e58 Merge PR #232: add directory-submissions skill
Resolves marketplace.json conflict (strips ./ prefix, adds directory-submissions, updates count to 37).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 13:23:27 -07:00
Corey Haines c38fd75ec5 Merge pull request #215 from basseko/feat/international-seo-audit
feat(seo-audit): add International SEO & Localization section
2026-04-21 13:22:36 -07:00
Corey Haines dfe912224e Merge pull request #250 from coreyhaines31/fix/marketplace-plugin-paths
fix: remove ./ prefix from plugin skill paths (closes #243)
2026-04-21 13:22:02 -07:00
Corey Haines 2ea0f0c2c7 fix: remove ./ prefix from plugin skill paths
Claude Code plugin validator rejects bare ./ prefixes as escaping
the plugin directory. Strips ./ from all skill paths and source field
so the plugin loads correctly.

Closes #243

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 13:21:42 -07:00
Corey Haines f23b665461 feat: add conversion tracking reference to paid-ads skill
Cross-platform pixel setup guide covering Google Ads, Meta, LinkedIn,
and TikTok — installation, event configuration, server-side tracking,
and validation. Covers the marketer-level setup that was missing between
the high-level checklists and deep code-level implementation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 12:02:57 -07:00
Corey Haines 880386085e Merge pull request #247 from xiaolai/fix/nlpm-zapier-webhook-url-validation
fix: validate https:// scheme for hooks send webhook URL in zapier.js
2026-04-21 12:01:13 -07:00
Corey Haines dffa2fd3cb Merge pull request #240 from dgalarza/fix/community-marketing-yaml
Fix invalid YAML in community-marketing SKILL.md
2026-04-21 12:01:10 -07:00
claude[bot] db34fa2a21 fix: validate https:// scheme for hooks send webhook URL
The `hooks send` command accepted any user-supplied URL without validation.
This adds an https:// scheme check and a comment clarifying the intended use
(Zapier webhook catch hooks), matching Zapier's own webhook URL format.

Co-Authored-By: Claude Code <noreply@anthropic.com>
2026-04-21 06:42:16 +00:00
Damian Galarza 0d586e4952 fix: quote community-marketing description to valid YAML
The unquoted description contained "Trigger phrases:" which YAML parsed
as a nested mapping, causing the skills CLI to silently drop the skill
during discovery. Wrap the value in double quotes and escape inner
quotes.
2026-04-14 18:18:17 -04:00
coreyhaines31 9125d8216e chore: sync skills with marketplace.json and README 2026-04-13 07:15:47 +00:00
Corey Haines 50e72e0a2d chore: sync development with main after v1.7.0 release 2026-04-13 00:10:59 -07:00
Corey Haines 978051caf1 Merge pull request #238 from coreyhaines31/release/v1.7.0
release: v1.7.0 — ASO audit skill, Zapier SDK, community & platform fixes
v1.7.0
2026-04-13 00:10:14 -07:00
Corey Haines e8623ad57d Merge pull request #227 from coreyhaines31/feature/zapier-sdk
feat: add Zapier SDK integration for 8,000+ app access
2026-04-13 00:08:26 -07:00
Corey Haines e659c764dd Merge pull request #223 from coreyhaines31/fix/platform-limits-cleanup
fix: add line break between platform reference links
2026-04-13 00:08:26 -07:00
Corey Haines 58a9947df4 Merge pull request #222 from coreyhaines31/fix/community-content-additions
fix: add missing sections to community-marketing skill
2026-04-13 00:08:26 -07:00
Corey Haines ea4704a905 Merge pull request #221 from coreyhaines31/fix/aso-audit-content-additions
fix: clean up aso-audit skill for cross-agent compatibility
2026-04-13 00:08:26 -07:00
Corey Haines 883f9b6380 Merge pull request #205 from basseko/feature/aso-audit
feat: add aso-audit skill for App Store and Google Play optimization
2026-04-13 00:08:06 -07:00
Corey Haines 743f718a7c Merge pull request #227 from coreyhaines31/feature/zapier-sdk
feat: add Zapier SDK integration for 8,000+ app access
2026-04-13 00:07:23 -07:00
Josh Gonsalves 4eaf647eef Add directory-submissions skill
New skill covering directory-driven distribution: startup/SaaS/AI/agent/MCP/no-code
directories, Product Hunt prep, Reviews playbook (G2/Capterra 10-in-30 protocol),
GEO optimization, destination pages strategy, and Reddit/LinkedIn community loops.

Includes:
- SKILL.md (376 lines) with workflow, PH 3-week timeline, reviews protocol, KPIs
- references/directory-list.md — full tiered catalog with DR, dofollow, notes
- references/positioning-variations.md — per-tier copy templates (7 tiers)
- references/submission-tracker-template.csv — ready-to-use tracker with 78 rows

Registered in marketplace.json and README skill table (alphabetical).
2026-04-10 11:34:42 -04:00