Files
pm-claude-skills/exports/README.md
T
mohitagw15856 fc58eb7c67 feat: add YouTube Script Writer skill (experimental) (#50) (#56)
Reapplies @prajwal-28's PR #50 onto current main WITHOUT the LF->CRLF
line-ending conversion the original PR introduced across skill-tiers.json
and the export indexes:
- adds skills/youtube-script-writer/SKILL.md (retention-optimized video scripts)
- registers it in the experimental tier
- regenerates the 5 platform exports with LF endings (no whole-file churn)



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

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: prajwal-28 <prajwal-28@users.noreply.github.com>
2026-06-18 20:50:50 +01:00

751 B

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.