pm-skills

GitHub

PM Skills Marketplace: 100+ agentic skills, commands, and plugins โ€” from discovery to strategy, execution, launch, and growth.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "pm-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-pm-skills"
      ]
    }
  }
}