/ Directorio / Playground / marketing-skill-pack
● Comunidad AgriciDaniel ⚡ Instantáneo

marketing-skill-pack

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

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

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

Instalar

Elige tu cliente

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

Abre Claude Desktop → Settings → Developer → Edit Config. Reinicia después de guardar.

~/.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 usa el mismo esquema mcpServers que Claude Desktop. La configuración del proyecto prevalece sobre la global.

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

Haz clic en el icono MCP Servers de la barra lateral de Cline y luego en "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
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.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 usa un array de objetos de servidor en lugar de un mapa.

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

Añádelo a context_servers. Zed recarga en caliente al guardar.

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

Un solo comando. Verifica con claude mcp list. Quita con claude mcp remove.

Casos de uso

Usos del mundo real: 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

Cuándo usarlo: Fresh laptop, want to skip the 30-minute manual clone-and-wire routine.

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

Resultado: A working Claude marketing environment in 10 minutes.

Errores comunes
  • 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

Cuándo usarlo: It's been a month and you want the latest prompts without manually git-pulling four repos.

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

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

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

Combinaciones

Combínalo con otros MCPs para multiplicar por 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?✓ Copiado
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.✓ Copiado

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
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

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
None
Tokens por llamada
Varies per sub-skill
Monetario
Free — skills are local files; WP MCP Ultimate is the author's own plugin and may have its own licensing
Consejo
Install only the packs you'll actually use — each adds context overhead when Claude auto-loads them.

Seguridad

Permisos, secretos, alcance

Almacenamiento de credenciales: No credentials — pure prompts. WP MCP Ultimate needs WordPress creds if used.
Salida de datos: None from the installer. Sub-packs may call external services (WordPress, SEO APIs).

Resolución de problemas

Errores comunes y soluciones

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.

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

Go into the specific pack's folder and inspect.

Verificar: 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...').

Alternativas

marketing-skill-pack vs otros

AlternativaCuándo usarlaContrapartida
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

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills