github coreyhaines31/marketingskills v1.3.0
v1.3.0 — Sales & RevOps, Site Architecture & Multi-Agent Rebrand

latest releases: v2.10.0, v2.9.1, v2.9.0...
5 months ago

Three new skills, a rebrand to support any AI agent, and the .agents/ directory migration.

New Skills

site-architecture — Website Structure Planning

Plan page hierarchy, navigation, URL patterns, and internal linking. Covers visual sitemaps (Mermaid diagrams), navigation design patterns, breadcrumb structures, and URL conventions. Includes reference guides for site type templates (SaaS, ecommerce, content), navigation patterns, and Mermaid diagram templates.

revops — Revenue Operations

Design and optimize the systems that connect marketing, sales, and customer success. Lead scoring models, routing rules, lifecycle stage definitions, MQL/SQL handoff processes, CRM automation, and data hygiene. Includes reference guides for scoring models, routing rules, lifecycle definitions, and automation playbooks.

sales-enablement — Sales Collateral & Playbooks

Create sales collateral that reps actually use — pitch decks, one-pagers, objection handling docs, demo scripts, and sales playbooks. Includes reference guides for deck frameworks, demo scripts, objection libraries, and one-pager templates.

Multi-Agent Support

Rebranded from "Marketing Skills for Claude" to "Marketing Skills for AI Agents". Skills now work with Claude Code, OpenAI Codex, Cursor, Windsurf, and any agent that supports the Agent Skills spec.

.agents/ Directory Migration

Skills now use .agents/ instead of .claude/ for the product marketing context file, following the cross-agent standard. All skills check .claude/ as a fallback, so nothing breaks if you don't migrate.

mkdir -p .agents
mv .claude/product-marketing-context.md .agents/product-marketing-context.md

Improvements

  • Skill relationship diagram added to README
  • Magister link added to README intro
  • Fixed skill count and branding in marketplace.json
  • Fixed missing version metadata on cold-email skill
  • Fixed typos and truncations in README relationship diagram

Full skill count: 32 skills across 7 categories
Full tool count: 52 CLI tools + 31 integration guides

Updating

# If installed via git clone or submodule
git pull

# If installed via npx skills
npx skills add coreyhaines31/marketingskills

Don't miss a new marketingskills release

NewReleases is sending notifications on new releases.