From c6cdbf69087b6ea269d2f81617890ad83da0b9c4 Mon Sep 17 00:00:00 2001 From: mohitagw15856 <119053560+mohitagw15856@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:26:02 +0100 Subject: [PATCH] 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 --- plugins/pm-social/.claude-plugin/plugin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/pm-social/.claude-plugin/plugin.json diff --git a/plugins/pm-social/.claude-plugin/plugin.json b/plugins/pm-social/.claude-plugin/plugin.json new file mode 100644 index 0000000..4fb15ae --- /dev/null +++ b/plugins/pm-social/.claude-plugin/plugin.json @@ -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"] +}