fix(marketplace): update version/count and wire orphan skills into bundles (#60)

The Claude plugins marketplace reads .claude-plugin/marketplace.json, which
was stale (version 14.0.0, '167 skills') and three skills lived only in root
skills/ with no bundle, so they could never appear in the marketplace:

- Bump marketplace version 14.0.0 -> 20.2.0 and description 167 -> 174.
- Wire the orphan skills into their natural bundles (identical copies, matching
  the repo's dual-maintenance convention):
    youtube-script-writer  -> pm-writers      (1.0.0 -> 1.1.0)
    launch-readiness        -> pm-delivery     (3.2.0 -> 3.3.0)
    skill-security-auditor  -> pm-engineering  (4.1.0 -> 4.2.0)
- Add the missing pm-writers plugin.json manifest; bump the pm-delivery and
  pm-engineering manifests to match and mention the new skills.
- Regenerate exports (they move from other/ into the bundle folders) and web/skills.json.


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

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
mohitagw15856
2026-06-18 21:20:50 +01:00
committed by GitHub
parent c53aa6b669
commit 7936572c44
28 changed files with 324 additions and 28 deletions
+3 -3
View File
@@ -95,7 +95,7 @@
| Job Description Writer | `pm-hr` | `pm-hr/job-description-writer/job-description-writer.mdc` |
| Job Story Mapper | `pm-discovery` | `pm-discovery/job-story-mapper/job-story-mapper.mdc` |
| Last 30 Days Research | `pm-cross` | `pm-cross/last-30-days-research/last-30-days-research.mdc` |
| Launch Readiness | `other` | `other/launch-readiness/launch-readiness.mdc` |
| Launch Readiness | `pm-delivery` | `pm-delivery/launch-readiness/launch-readiness.mdc` |
| Legal Brief | `pm-legal` | `pm-legal/legal-brief/legal-brief.mdc` |
| Literature Review | `pm-research` | `pm-research/literature-review/literature-review.mdc` |
| Load Testing Plan | `pm-engineering` | `pm-engineering/load-testing-plan/load-testing-plan.mdc` |
@@ -148,7 +148,7 @@
| Security Threat Model | `pm-engineering` | `pm-engineering/security-threat-model/security-threat-model.mdc` |
| SEO Content Brief | `pm-gtm` | `pm-gtm/seo-content-brief/seo-content-brief.mdc` |
| Service Catalog Entry | `pm-engineering` | `pm-engineering/service-catalog-entry/service-catalog-entry.mdc` |
| Skill Security Auditor | `other` | `other/skill-security-auditor/skill-security-auditor.mdc` |
| Skill Security Auditor | `pm-engineering` | `pm-engineering/skill-security-auditor/skill-security-auditor.mdc` |
| SLO and Error Budget | `pm-engineering` | `pm-engineering/slo-error-budget/slo-error-budget.mdc` |
| Social Ad Campaign | `pm-social` | `pm-social/social-ad-campaign/social-ad-campaign.mdc` |
| Social Media Audit | `pm-social` | `pm-social/social-media-audit/social-media-audit.mdc` |
@@ -180,4 +180,4 @@
| Vendor Evaluation | `pm-operations` | `pm-operations/vendor-evaluation/vendor-evaluation.mdc` |
| Viral Content Framework | `pm-social` | `pm-social/viral-content-framework/viral-content-framework.mdc` |
| Workshop Facilitation Guide | `pm-operations` | `pm-operations/workshop-facilitation-guide/workshop-facilitation-guide.mdc` |
| YouTube Script Writer | `other` | `other/youtube-script-writer/youtube-script-writer.mdc` |
| YouTube Script Writer | `pm-writers` | `pm-writers/youtube-script-writer/youtube-script-writer.mdc` |