/ 目錄 / 演練場 / marketingskills
● 社群 coreyhaines31 ⚡ 即開即用

marketingskills

作者 coreyhaines31 · coreyhaines31/marketingskills

Growth, CRO, copywriting, SEO, analytics skills bundle for Claude — an in-house marketing team as a plugin.

marketingskills is a bundle of Claude Code skills covering the full marketing surface: conversion rate optimization, growth experiments, copywriting voice, SEO analysis, analytics event taxonomy. Instead of hiring a fractional CMO, you get opinionated skills that operate on your site/app.

為什麼要用

核心特性

即時演示

實際使用效果

就緒

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "marketingskills-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/coreyhaines31/marketingskills",
        "~/.claude/skills/marketingskills"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "marketingskills-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/coreyhaines31/marketingskills",
        "~/.claude/skills/marketingskills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "marketingskills-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/coreyhaines31/marketingskills",
        "~/.claude/skills/marketingskills"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "marketingskills-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/coreyhaines31/marketingskills",
        "~/.claude/skills/marketingskills"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "marketingskills-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/coreyhaines31/marketingskills",
        "~/.claude/skills/marketingskills"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "marketingskills-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/coreyhaines31/marketingskills",
          "~/.claude/skills/marketingskills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add marketingskills-skill -- git clone https://github.com/coreyhaines31/marketingskills ~/.claude/skills/marketingskills

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: marketingskills

Run a proper CRO experiment cycle on a landing page

👤 Growth teams, founders optimizing funnels ⏱ ~60 min intermediate

何時使用: Your landing page converts at 2%, and you want to A/B test your way to 4%.

前置條件
  • Skills installed — git clone https://github.com/coreyhaines31/marketingskills ~/.claude/skills/marketingskills
  • Current page source accessible — Either in repo or via URL
步驟
  1. Hypothesis
    Use marketingskills/cro. Analyze /landing/index.html. Propose 3 high-impact experiment hypotheses with expected lift.✓ 已複製
    → Hypotheses reference specific page elements and behavioral data
  2. Design A/B
    For hypothesis 1, design the variant. Sample size? Runtime? Kill criteria?✓ 已複製
    → Complete experiment spec with stats
  3. Readout
    Experiment ran 14 days, B beat A by 18% on signup. Interpret — is this real? What's next?✓ 已複製
    → Sober readout with statistical and business reasoning

結果: An experiment shipped with discipline, not vibes.

注意事項
  • Peeking at data mid-experiment and calling early — Pre-commit to sample size; skill enforces this in prompts
搭配使用: filesystem

Refresh landing-page copy in your brand voice

👤 Founders between copywriter hires ⏱ ~30 min beginner

何時使用: Copy feels generic, you know your voice, you don't have time to write it all.

前置條件
  • Brand voice samples — 2–3 paragraphs you know sound right
步驟
  1. Pin voice
    Use marketingskills/copy. Here are 3 voice samples: <samples>. Profile my voice.✓ 已複製
    → Voice profile: vocabulary, rhythm, attitude
  2. Rewrite
    Rewrite /landing/index.html headline, subheadline, and CTAs in my voice. Three variations each.✓ 已複製
    → Variants that sound like the samples
  3. Pressure test
    Which variant survives the "would I actually say this out loud" test? Defend.✓ 已複製
    → One winner picked with reasoning

結果: Copy that sounds like you wrote it on a good day.

注意事項
  • Voice drift when asking for length changes — Re-pin the voice samples before every round
搭配使用: humanizer-skill

組合

與其他 MCP 搭配,撬動十倍槓桿

marketingskills-skill + humanizer-skill

Rewrite then humanize to strip AI tells

Copy-rewrite, then run humanizer.✓ 已複製
marketingskills-skill + geo-seo-claude-skill

SEO and GEO together

SEO gaps from marketingskills, GEO fixes from geo-seo-claude.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
cro_hypotheses page, data? Early-stage CRO 0
copy_rewrite text, voice_samples Copy work 0
seo_gaps site, competitors Content strategy 0
event_taxonomy app_description Analytics setup 0

成本與限制

運行它的成本

API 配額
N/A
每次呼叫 Token 數
Varies — copy is cheap, full SEO audits expensive
費用
Free (MIT)
提示
Use copy_rewrite in small batches — headline-at-a-time

安全

權限、密鑰、影響範圍

最小權限: filesystem-read
憑證儲存: None
資料出站: None

故障排查

常見錯誤與修復

Generic hypothesis output

Provide behavioral data — heatmaps, session recordings, funnel numbers — or acknowledge you're hypothesizing blind

Copy still sounds AI

Run humanizer-skill as a second pass

Event taxonomy conflicts with existing events

Provide current schema; skill will propose additions, not a full rewrite

替代方案

marketingskills 對比其他方案

替代方案何時用它替代權衡
Hire a fractional CMOStakes are high and you want human judgmentExpensive; slower
Point-tool SaaS (Optimizely, VWO)You want full experimentation platformsPaid; less integrated with your code

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills