Files
pm-claude-skills/exports
mohitagw15856 7936572c44 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>
2026-06-18 21:20:50 +01:00
..

Multi-Platform Exports

These folders are generated from the canonical skills/*/SKILL.md files — the skill body is the single source of truth. Do not edit anything in exports/ by hand; edit the source skill and run:

node scripts/build-exports.mjs

Currently exporting 174 skills to:

  • ChatGPT — Custom GPT instructionsexports/chatgpt/
  • Google Gemini — Gem instructionsexports/gemini/
  • Cursor — project rule (.mdc)exports/cursor/
  • Windsurf — workspace rule (.md)exports/windsurf/
  • Aider — conventions file (.md)exports/aider/

Adding a new platform is a few lines in the PLATFORMS registry of scripts/build-exports.mjs — no content is duplicated.