54f76456ab
Signature features that turn breadth (174 skills) into a differentiated product: - Workflow recipes: 5 cross-profession chains (workflows.json) that pass each output forward — slash commands (/ship-a-feature etc.), WORKFLOWS.md generated by scripts/build-workflows.mjs, README + MCP (list_workflows/get_workflow) wired - Eval-backed quality: real per-skill scores from evals/results.json surfaced as badges in the playground and an honest README section (6 scored skills) - One-click MCP: 'claude mcp add' install + workflow tools, works in any MCP client - Playground: 'which skill?' recommender, with/without compare toggle, shareable ?skill= deep-links with prefilled inputs - Sample-output gallery: hand-written examples for the hero five + generator (scripts/build-samples.mjs) + web/examples.html - Skill-of-the-week: scheduled workflow + script that composes X/LinkedIn posts and posts to an optional webhook Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "pm-claude-skills",
|
|
"version": "20.2.0",
|
|
"type": "module",
|
|
"description": "174 professional Agent Skills (SKILL.md) + subagents + slash commands for Claude, ChatGPT, Gemini, Cursor, Codex & Hermes. Install into any AI coding tool with: npx pm-claude-skills add --agent <tool>.",
|
|
"keywords": [
|
|
"claude",
|
|
"claude-code",
|
|
"claude-skills",
|
|
"agent-skills",
|
|
"skill-md",
|
|
"chatgpt",
|
|
"gemini",
|
|
"cursor",
|
|
"codex",
|
|
"hermes-agent",
|
|
"ai-agents",
|
|
"subagents",
|
|
"slash-commands",
|
|
"prompt-engineering",
|
|
"product-management"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/mohitagw15856/pm-claude-skills",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mohitagw15856/pm-claude-skills.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mohitagw15856/pm-claude-skills/issues"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/mohitagw15856/pm-claude-skills"
|
|
},
|
|
"author": "Mohit Aggarwal",
|
|
"bin": {
|
|
"pm-claude-skills": "bin/cli.mjs",
|
|
"pm-claude-skills-mcp": "mcp/server.mjs"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"mcp/",
|
|
"skills/",
|
|
"agents/",
|
|
"commands/",
|
|
"output-styles/",
|
|
"exports/",
|
|
"skill-tiers.json",
|
|
"workflows.json"
|
|
],
|
|
"scripts": {
|
|
"new-skill": "node scripts/new-skill.mjs",
|
|
"skillcheck": "node scripts/skillcheck.mjs",
|
|
"build:exports": "node scripts/build-exports.mjs",
|
|
"build:web": "node web/build-skills.mjs",
|
|
"build:workflows": "node scripts/build-workflows.mjs",
|
|
"build:samples": "node scripts/build-samples.mjs",
|
|
"skill-of-the-week": "node scripts/skill-of-the-week.mjs",
|
|
"check": "node scripts/skillcheck.mjs && node scripts/build-exports.mjs --check && node scripts/build-workflows.mjs --check && node web/build-skills.mjs && node scripts/build-samples.mjs && git diff --exit-code -- web/skills.json web/samples.json"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|