/ ディレクトリ / プレイグラウンド / marketingskills
● コミュニティ coreyhaines31 ⚡ 即起動

marketingskills

作者 coreyhaines31 · coreyhaines31/marketingskills

クロードの成長、CRO、コピーライティング、SEO、分析スキルのバンドル — プラグインとしての社内マーケティング チーム。

Marketingskills は、コンバージョン率の最適化、成長実験、コピーライティング ボイス、SEO 分析、分析イベント分類など、マーケティング面全体をカバーするクロード コード スキルのバンドルです。端的な CMO を雇う代わりに、サイト/アプリで機能する独自のスキルを得ることができます。

なぜ使うのか

主な機能

ライブデモ

実際の動作

準備完了

インストール

クライアントを選択

~/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

ランディング ページで適切な CRO 実験サイクルを実行する

👤 成長チームとファネルを最適化する創設者 ⏱ ~60 min intermediate

使うタイミング: ランディング ページのコンバージョン率は 2% ですが、4% に到達するまでの A/B テストを実施したいと考えています。

前提条件
  • インストールされたスキル — git clone https://github.com/coreyhaines31/marketingskills ~/.claude/skills/marketingskills
  • 現在のページのソースにアクセス可能 — リポジトリ内または URL 経由のいずれか
フロー
  1. 仮説
    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. デザインA/B
    For hypothesis 1, design the variant. Sample size? Runtime? Kill criteria?✓ コピーしました
    → Complete experiment spec with stats
  3. 読み上げる
    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

結果: 雰囲気ではなく、規律を伴った実験です。

注意点
  • Peeking at data mid-experiment and calling early — Pre-commit to sample size; skill enforces this in prompts
組み合わせ: ファイルシステム

ブランドの声に合わせてランディング ページのコピーを更新する

👤 コピーライターを雇う創業者たち ⏱ ~30 min beginner

使うタイミング: コピーは一般的だと感じますが、自分の声はわかっていますが、すべてを書く時間はありません。

前提条件
  • ブランドボイスサンプル — 正しく聞こえることがわかっている 2 ~ 3 つの段落
フロー
  1. ピンボイス
    Use marketingskills/copy. Here are 3 voice samples: <samples>. Profile my voice.✓ コピーしました
    → Voice profile: vocabulary, rhythm, attitude
  2. リライト
    Rewrite /landing/index.html headline, subheadline, and CTAs in my voice. Three variations each.✓ コピーしました
    → Variants that sound like the samples
  3. 圧力試験
    Which variant survives the "would I actually say this out loud" test? Defend.✓ コピーしました
    → One winner picked with reasoning

結果: 良い日に書いたかのようなコピー。

注意点
  • Voice drift when asking for length changes — Re-pin the voice samples before every round

組み合わせ

他のMCPと組み合わせて10倍の力を

marketingskills-skill + humanizer-skill

Rewrite then humanize to strip AI tells

コピーして書き換えてから、humanizer を実行します。✓ コピーしました
marketingskills-skill + geo-seo-claude-skill

SEO and GEO together

SEO のギャップはマーケティング スキルから、GEO の修正は geo-seo-claude から得られます。✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
cro_hypotheses page, data? 初期段階の CRO 0
copy_rewrite text, voice_samples コピー作品 0
seo_gaps site, competitors コンテンツ戦略 0
event_taxonomy app_description 分析のセットアップ 0

コストと制限

運用コスト

APIクォータ
N/A
呼び出しあたりのトークン
さまざま – コピーは安価ですが、完全な SEO 監査は高価です
金額
無料(MIT)
ヒント
copy_rewrite を小さなバッチで使用する — 一度に見出しずつ

セキュリティ

権限、シークレット、影響範囲

最小スコープ: filesystem-read
認証情報の保管: None
データ送信先: None

トラブルシューティング

よくあるエラーと対処法

一般的な仮説の出力

行動データ(ヒートマップ、セッション記録、ファネル番号)を提供するか、盲目的な仮説を立てていることを認めます

静止音AIをコピー

2 番目のパスとして humanizer-skill を実行します

イベント分類が既存のイベントと競合する

現在のスキーマを提供します。スキルは完全な書き換えではなく追加を提案します

代替案

marketingskills 他との比較

代替案代わりに使う場面トレードオフ
Hire a fractional CMOリスクは高く、人間の判断が必要です高い;もっとゆっくり
Point-tool SaaS (Optimizely, VWO)完全な実験プラットフォームが必要な場合有料;コードとの統合性が低い

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る