Compare commits

...

2 Commits

Author SHA1 Message Date
mohitagw15856 bbfcd725f4 chore(evals): refresh leaderboard results 2026-06-18 20:35:20 +00:00
mohitagw15856 c6cdbf6908 fix(marketplace): add missing pm-social plugin.json manifest (#61)
pm-social was the last bundle without a .claude-plugin/plugin.json (a latent
gap that can block clean plugin installation). Adds it, matching the
marketplace.json entry (version 1.0.0). Independent of PR #23.


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

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-18 21:26:02 +01:00
2 changed files with 27 additions and 14 deletions
+14 -14
View File
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-06-18T20:13:31.726Z",
"generatedAt": "2026-06-18T20:35:19.929Z",
"judge": "claude-opus-4-8",
"models": [
"claude-sonnet-4-6",
@@ -19,9 +19,9 @@
"structure": 5,
"completeness": 5,
"usefulness": 5,
"grounding": 5
"grounding": 4
},
"overall": 5
"overall": 4.75
},
{
"skill": "rice-prioritisation",
@@ -30,9 +30,9 @@
"structure": 5,
"completeness": 5,
"usefulness": 5,
"grounding": 4
"grounding": 5
},
"overall": 4.75
"overall": 5
},
{
"skill": "prd-template",
@@ -63,9 +63,9 @@
"structure": 5,
"completeness": 5,
"usefulness": 5,
"grounding": 4
"grounding": 5
},
"overall": 4.75
"overall": 5
},
{
"skill": "cs-health-scorecard",
@@ -84,19 +84,19 @@
"scores": {
"structure": 5,
"completeness": 5,
"usefulness": 4,
"usefulness": 5,
"grounding": 4
},
"overall": 4.5
"overall": 4.75
},
{
"skill": "executive-summary",
"model": "claude-haiku-4-5-20251001",
"scores": {
"structure": 5,
"completeness": 4,
"completeness": 5,
"usefulness": 4,
"grounding": 4
"grounding": 3
},
"overall": 4.25
},
@@ -116,11 +116,11 @@
"model": "claude-haiku-4-5-20251001",
"scores": {
"structure": 5,
"completeness": 5,
"completeness": 4,
"usefulness": 5,
"grounding": 4
"grounding": 3
},
"overall": 4.75
"overall": 4.25
},
{
"skill": "sprint-planning",
@@ -0,0 +1,13 @@
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "pm-social",
"version": "1.0.0",
"description": "Social Media skills: Social Media Audit, Influencer Brief, Community Management Playbook, Social Ad Campaign, Viral Content Framework. Score your social presence, brief influencer partnerships, manage communities at scale, plan paid social campaigns with full ad copy, and build a repeatable system for shareable content.",
"author": {
"name": "Mohit Aggarwal",
"email": "mohit15856@gmail.com"
},
"homepage": "https://github.com/mohitagw15856/pm-claude-skills",
"license": "MIT",
"keywords": ["social-media", "influencer-marketing", "community-management", "paid-social", "content-strategy", "viral-content", "social-audit"]
}