/ Annuaire / Playground / marketing-skill-pack
● Communauté AgriciDaniel ⚡ Instantané

marketing-skill-pack

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

marketing-skill-pack-skill.replay ▶ prêt
0/0

Installer

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la 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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.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 utilise un tableau d'objets serveur plutôt qu'une 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"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : 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

Quand l'utiliser : Fresh laptop, want to skip the 30-minute manual clone-and-wire routine.

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

Résultat : A working Claude marketing environment in 10 minutes.

Pièges
  • 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

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

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

Résultat : All four skills updated, VS Code extensions re-checked.

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

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

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?✓ Copié
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.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
Varies per sub-skill
Monétaire
Free — skills are local files; WP MCP Ultimate is the author's own plugin and may have its own licensing
Astuce
Install only the packs you'll actually use — each adds context overhead when Claude auto-loads them.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : No credentials — pure prompts. WP MCP Ultimate needs WordPress creds if used.
Sortie de données : None from the installer. Sub-packs may call external services (WordPress, SEO APIs).

Dépannage

Erreurs courantes et correctifs

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.

Vérifier : ls ~/.claude/skills/ ~/.claude/packs/
SKILL.md frontmatter wrong in a sub-pack

Go into the specific pack's folder and inspect.

Vérifier : 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...').

Alternatives

marketing-skill-pack vs autres

AlternativeQuand l'utiliserCompromis
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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills