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:
@@ -95,7 +95,7 @@
|
||||
| Job Description Writer | `pm-hr` | `pm-hr/job-description-writer/SYSTEM_PROMPT.md` |
|
||||
| Job Story Mapper | `pm-discovery` | `pm-discovery/job-story-mapper/SYSTEM_PROMPT.md` |
|
||||
| Last 30 Days Research | `pm-cross` | `pm-cross/last-30-days-research/SYSTEM_PROMPT.md` |
|
||||
| Launch Readiness | `other` | `other/launch-readiness/SYSTEM_PROMPT.md` |
|
||||
| Launch Readiness | `pm-delivery` | `pm-delivery/launch-readiness/SYSTEM_PROMPT.md` |
|
||||
| Legal Brief | `pm-legal` | `pm-legal/legal-brief/SYSTEM_PROMPT.md` |
|
||||
| Literature Review | `pm-research` | `pm-research/literature-review/SYSTEM_PROMPT.md` |
|
||||
| Load Testing Plan | `pm-engineering` | `pm-engineering/load-testing-plan/SYSTEM_PROMPT.md` |
|
||||
@@ -148,7 +148,7 @@
|
||||
| Security Threat Model | `pm-engineering` | `pm-engineering/security-threat-model/SYSTEM_PROMPT.md` |
|
||||
| SEO Content Brief | `pm-gtm` | `pm-gtm/seo-content-brief/SYSTEM_PROMPT.md` |
|
||||
| Service Catalog Entry | `pm-engineering` | `pm-engineering/service-catalog-entry/SYSTEM_PROMPT.md` |
|
||||
| Skill Security Auditor | `other` | `other/skill-security-auditor/SYSTEM_PROMPT.md` |
|
||||
| Skill Security Auditor | `pm-engineering` | `pm-engineering/skill-security-auditor/SYSTEM_PROMPT.md` |
|
||||
| SLO and Error Budget | `pm-engineering` | `pm-engineering/slo-error-budget/SYSTEM_PROMPT.md` |
|
||||
| Social Ad Campaign | `pm-social` | `pm-social/social-ad-campaign/SYSTEM_PROMPT.md` |
|
||||
| Social Media Audit | `pm-social` | `pm-social/social-media-audit/SYSTEM_PROMPT.md` |
|
||||
@@ -180,4 +180,4 @@
|
||||
| Vendor Evaluation | `pm-operations` | `pm-operations/vendor-evaluation/SYSTEM_PROMPT.md` |
|
||||
| Viral Content Framework | `pm-social` | `pm-social/viral-content-framework/SYSTEM_PROMPT.md` |
|
||||
| Workshop Facilitation Guide | `pm-operations` | `pm-operations/workshop-facilitation-guide/SYSTEM_PROMPT.md` |
|
||||
| YouTube Script Writer | `other` | `other/youtube-script-writer/SYSTEM_PROMPT.md` |
|
||||
| YouTube Script Writer | `pm-writers` | `pm-writers/youtube-script-writer/SYSTEM_PROMPT.md` |
|
||||
|
||||
Reference in New Issue
Block a user