/ 디렉터리 / 플레이그라운드 / marketing-skill-pack
● 커뮤니티 AgriciDaniel ⚡ 바로 사용

marketing-skill-pack

제작: AgriciDaniel · AgriciDaniel/marketing-skill-pack

One-command installer bundling Claude SEO, Claude Blog, Skill Forge, and WP MCP Ultimate into a single marketing pack under ~/.claude/packs/.

AgriciDaniel's marketing-skill-pack is a meta-installer. It clones and wires up four separate marketing skills — Claude SEO (audits, schema), Claude Blog (post creation), Skill Forge (skill creator), WP MCP Ultimate (WordPress automation) — plus a VS Code extension baseline. Platform-specific scripts handle macOS/Linux (bash) and Windows (PowerShell); updates run git pull across packs.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

marketing-skill-pack-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

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

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

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

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

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

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

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

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

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

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add marketing-skill-pack-skill -- git clone https://github.com/AgriciDaniel/marketing-skill-pack ~/.claude/skills/marketing-skill-pack

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: marketing-skill-pack

Bootstrap a full marketing Claude environment on a new machine

👤 Solo marketers or agency teams standing up Claude Code ⏱ ~15 min beginner

언제 쓸까: Fresh laptop, want to skip the 30-minute manual clone-and-wire routine.

사전 조건
  • git + Claude Code installed — brew install git && follow Claude Code install guide
흐름
  1. Run the installer
    bash <(curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/marketing-skill-pack/main/install.sh)✓ 복사됨
    → Four packs clone into ~/.claude/packs/, VS Code extensions install
  2. Verify in Claude Code
    Which marketing-pack skills are available right now?✓ 복사됨
    → Claude lists Claude SEO, Claude Blog, Skill Forge, WP MCP Ultimate
  3. Pin the WordPress MCP
    Configure WP MCP Ultimate to point at https://mysite.com — give me the env var block.✓ 복사됨
    → Step-by-step auth setup

결과: A working Claude marketing environment in 10 minutes.

함정
  • Installer continues past a failure you actually needed — Re-run and watch each line — tolerance for failure doesn't mean 'ignore errors forever'

Update every skill in the pack with one command

👤 Existing pack users ⏱ ~5 min beginner

언제 쓸까: It's been a month and you want the latest prompts without manually git-pulling four repos.

흐름
  1. Re-run the installer in update mode
    Re-run the marketing-skill-pack installer — it should do git pull on each sub-pack.✓ 복사됨
    → Pulls report up-to-date or new commits per pack

결과: All four skills updated, VS Code extensions re-checked.

함정
  • Local edits to a pack get overwritten — Fork the pack you edit rather than modifying ~/.claude/packs/ in-place

조합

다른 MCP와 조합해 10배 효율

marketing-skill-pack-skill + claude-code-marketing-skill

Overlap with Cogny's pack — pick the one that matches your workflow, don't run both blindly

Compare marketing-skill-pack's Claude SEO against claude-code-marketing-skills /seo-audit — which covers my stack?✓ 복사됨
marketing-skill-pack-skill + github

Fork each pack so your team's customizations survive updates

Fork Claude SEO into our org, redirect ~/.claude/packs/claude-seo to the fork.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
install_all none (detects OS) First-time setup on a machine 0
update_all none Monthly refresh 0
install_single pack name You only want one of the four 0

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
Varies per sub-skill
금액
Free — skills are local files; WP MCP Ultimate is the author's own plugin and may have its own licensing
Install only the packs you'll actually use — each adds context overhead when Claude auto-loads them.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials — pure prompts. WP MCP Ultimate needs WordPress creds if used.
데이터 외부 송신: None from the installer. Sub-packs may call external services (WordPress, SEO APIs).

문제 해결

자주 발생하는 오류와 해결

Skill not invoked — Claude doesn't see the packs

Claude Code reads ~/.claude/skills/. If the installer put packs in ~/.claude/packs/, symlink or move them.

확인: ls ~/.claude/skills/ ~/.claude/packs/
SKILL.md frontmatter wrong in a sub-pack

Go into the specific pack's folder and inspect.

확인: head ~/.claude/packs/claude-seo/SKILL.md
Wrong trigger keywords — installer ran but nothing triggers

Each sub-pack has its own trigger; reference by name ('use claude-seo to audit...').

대안

marketing-skill-pack 다른 것과 비교

대안언제 쓰나단점/장점
claude-code-marketing-skill (Cogny)You prefer slash-command UX and optional paid OAuth dataDifferent UX model; Cogny has live data tier, this pack is all local
Hand-pick individual skillsYou only need one of the four and don't want a packManual setup, no auto-update orchestration

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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