/ 디렉터리 / 플레이그라운드 / marketingskills
● 커뮤니티 coreyhaines31 ⚡ 바로 사용

marketingskills

제작: coreyhaines31 · coreyhaines31/marketingskills

내부 마케팅 팀 플러그인인 Claude를 위한 성장, CRO, 카피라이팅, SEO, 분석 기술 번들입니다.

Marketingskills는 전환율 최적화, 성장 실험, 카피라이팅 음성, SEO 분석, 분석 이벤트 분류 등 전체 마케팅 표면을 다루는 Claude Code 기술 묶음입니다. 부분적인 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%이며, A/B 테스트를 통해 4%를 달성하려고 합니다.

사전 조건
  • 설치된 스킬 — 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-seo-claude의 GEO 수정.✓ 복사됨

도구

이 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 소리 복사

Humanizer-skill을 두 번째 패스로 실행

이벤트 분류가 기존 이벤트와 충돌합니다.

현재 스키마를 제공합니다. 스킬은 전체 재작성이 아닌 추가 사항을 제안합니다.

대안

marketingskills 다른 것과 비교

대안언제 쓰나단점/장점
Hire a fractional CMO위험이 높고 인간의 판단을 원합니다값비싼; 더 느리게
Point-tool SaaS (Optimizely, VWO)완전한 실험 플랫폼을 원합니다유급의; 코드와 덜 통합됨

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기