/ Directorio / Playground / PM Skills Marketplace
● Comunidad phuryn ⚡ Instantáneo

PM Skills Marketplace

por phuryn · phuryn/pm-skills

100+ agentic skills, commands, and plugins for product management — discovery, strategy, execution, launch, growth.

PM Skills Marketplace is a Claude skill / skill pack maintained by phuryn. 100+ agentic skills, commands, and plugins for product management — discovery, strategy, execution, launch, growth. See README for installation and configuration: https://github.com/phuryn/pm-skills

Por qué usarlo

Características clave

Demo en vivo

Cómo se ve en la práctica

pm-skills-marketplace.replay ▶ listo
0/0

Instalar

Elige tu cliente

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

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

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "pm-skills-marketplace": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/phuryn/pm-skills",
        "~/.claude/skills/pm-skills-marketplace"
      ],
      "_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": {
    "pm-skills-marketplace": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/phuryn/pm-skills",
        "~/.claude/skills/pm-skills-marketplace"
      ],
      "_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": {
    "pm-skills-marketplace": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/phuryn/pm-skills",
        "~/.claude/skills/pm-skills-marketplace"
      ],
      "_inferred": true
    }
  }
}

Mismo formato que Claude Desktop. Reinicia Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "pm-skills-marketplace",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/phuryn/pm-skills",
        "~/.claude/skills/pm-skills-marketplace"
      ]
    }
  ]
}

Continue usa un array de objetos de servidor en lugar de un mapa.

~/.config/zed/settings.json
{
  "context_servers": {
    "pm-skills-marketplace": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/phuryn/pm-skills",
          "~/.claude/skills/pm-skills-marketplace"
        ]
      }
    }
  }
}

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

claude mcp add pm-skills-marketplace -- git clone https://github.com/phuryn/pm-skills ~/.claude/skills/pm-skills-marketplace

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

Casos de uso

Usos del mundo real: PM Skills Marketplace

Use PM Skills Marketplace for its primary workflow

👤 Claude Code / MCP client users ⏱ ~20 min intermediate

Cuándo usarlo: See repo README for canonical use cases.

Requisitos previos
  • Repo cloned or package installed — See https://github.com/phuryn/pm-skills
Flujo
  1. Install
    Install PM Skills Marketplace per README.✓ Copiado
    → Tool/skill registered with client
  2. Configure
    Provide credentials/config as instructed.✓ Copiado
    → Successful auth/init
  3. Use
    Run a sample task with PM Skills Marketplace.✓ Copiado
    → Expected output

Resultado: You can drive the documented workflow end-to-end.

Errores comunes
  • Skipping README — Read the repo README and CHANGELOG before shipping to prod.

Herramientas

Lo que expone este MCP

HerramientaEntradasCuándo llamarCoste
primary see README Primary action free

Coste y límites

Lo que cuesta ejecutarlo

Cuota de API
None of its own; bounded by upstream provider quotas if any
Tokens por llamada
Depends on usage
Monetario
Open source — check repo LICENSE
Consejo
Review upstream API costs (if any) before automating.

Seguridad

Permisos, secretos, alcance

Ámbitos mínimos: Whatever the upstream provider requires
Almacenamiento de credenciales: Env vars or local config — never commit secrets
Salida de datos: Forwards data per its README
No conceder nunca: Full admin to untrusted prompts

Resolución de problemas

Errores comunes y soluciones

Auth fails

Verify credentials and required scopes match README.

Verificar: Re-read repo README auth section.
Tool not found by client

Ensure MCP client config points to correct command/path.

Verificar: Restart the client after editing config.

Más

Recursos

📖 Lee el README oficial en GitHub

🐙 Ver issues abiertas

🔍 Ver todos los 400+ servidores MCP y Skills