add plugin.json manifests for all 8 PM skill bundles

This commit is contained in:
mohitagw15856
2026-03-23 08:22:21 +00:00
parent 6113761ecb
commit d1b06591cb
8 changed files with 104 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "pm-advanced",
"version": "3.0.0",
"description": "Advanced PM skills: AI Product Canvas, Multi-Source Signal Synthesiser, Experiment Designer, Design Handoff Brief. For senior PMs working on complex or AI-powered products.",
"author": {
"name": "Mohit Aggarwal",
"email": "mohit15856@gmail.com"
},
"homepage": "https://github.com/mohitagw15856/pm-claude-skills",
"license": "MIT",
"keywords": ["product-management", "ai-product", "experiment-design", "design-handoff", "signal-synthesis"]
}