/ Verzeichnis / Playground / marketing-skill-pack
● Community AgriciDaniel ⚡ Sofort

marketing-skill-pack

von 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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

marketing-skill-pack-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

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

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.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 nutzt ein Array von Serverobjekten statt einer Map.

~/.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"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: 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

Wann einsetzen: Fresh laptop, want to skip the 30-minute manual clone-and-wire routine.

Voraussetzungen
  • git + Claude Code installed — brew install git && follow Claude Code install guide
Ablauf
  1. Run the installer
    bash <(curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/marketing-skill-pack/main/install.sh)✓ Kopiert
    → Four packs clone into ~/.claude/packs/, VS Code extensions install
  2. Verify in Claude Code
    Which marketing-pack skills are available right now?✓ Kopiert
    → 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.✓ Kopiert
    → Step-by-step auth setup

Ergebnis: A working Claude marketing environment in 10 minutes.

Fallstricke
  • 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

Wann einsetzen: It's been a month and you want the latest prompts without manually git-pulling four repos.

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

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

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

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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?✓ Kopiert
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.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
Varies per sub-skill
Kosten in €
Free — skills are local files; WP MCP Ultimate is the author's own plugin and may have its own licensing
Tipp
Install only the packs you'll actually use — each adds context overhead when Claude auto-loads them.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials — pure prompts. WP MCP Ultimate needs WordPress creds if used.
Datenabfluss: None from the installer. Sub-packs may call external services (WordPress, SEO APIs).

Fehlerbehebung

Häufige Fehler und Lösungen

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.

Prüfen: ls ~/.claude/skills/ ~/.claude/packs/
SKILL.md frontmatter wrong in a sub-pack

Go into the specific pack's folder and inspect.

Prüfen: 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...').

Alternativen

marketing-skill-pack vs. andere

AlternativeWann stattdessenKompromiss
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

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen