Files
pm-claude-skills/package.json
T
mohitagw15856 511bad19b0 feat: nudge npm users to star the repo (CLI + README + funding) (#49)
- CLI prints a star CTA after a successful install and in --help
- README adds a prominent star line below the badges (npm renders this)
- package.json gains a funding field so npm shows a Fund/Star link


Claude-Session: https://claude.ai/code/session_016JWn5jRD5tcEFKrubjQ6Px

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-18 19:03:41 +01:00

62 lines
1.6 KiB
JSON

{
"name": "pm-claude-skills",
"version": "20.0.0",
"type": "module",
"description": "167 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"
],
"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",
"check": "node scripts/skillcheck.mjs && node scripts/build-exports.mjs --check"
},
"engines": {
"node": ">=18"
}
}