SkillAgentSearch skills...

pm-skills-mcp

MCP server exposing 40 PM skills + 11 workflows + 8 utility tools (59 tools) via Model Context Protocol. In maintenance mode (v2.9.x line, latest v2.9.3; catalog frozen at v2.9.2 build). For new users, the file-based install from product-on-purpose/pm-skills is recommended.

Install / Use

claude mcp add product-on-purpose -- npx -y github:product-on-purpose/pm-skills-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

40/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "pm-skills-mcp", "version": "2.9.3", "description": "MCP server exposing product management skills as tools, resources, and workflows", "main": "dist/index.js", "type": "module", "bin": { "pm-skills-mcp": "dist/index.js" }, "files": [ "dist//*.js", "dist//*.d.ts", "skills/**", "pm-skills-source.json", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "embed-skills": "node scripts/embed-skills.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "lint": "eslint src/ tests/", "lint:fix": "eslint src/ tests/ --fix", "format": "prettier --write src/ tests/", "format:check": "prettier --check src/ tests/", "prepublishOnly": "npm run embed-skills && npm run build" }, "keywords": [ "mcp", "model-context-protocol", "product-management", "pm-skills", "ai-tools", "claude", "anthropic" ], "author": "Product on Purpose", "license": "Apache-2.0", "homepage": "https://github.com/product-on-purpose/pm-skills-mcp", "repository": { "type": "git", "url": "https://github.com/product-on-purpose/pm-skills-mcp.git" }, "bugs": { "url": "https://github.com/product-on-purpose/pm-skills-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "glob": "^13.0.0", "gray-matter": "^4.0.3", "zod": "^4.3.5" }, "devDependencies": { "@eslint/js": "^9.39.2", "@types/node": "^25.0.9", "@vitest/coverage-v8": "^4.0.17", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "prettier": "^3.8.0", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.53.1", "vitest": "^4.0.17" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low