fc58eb7c67
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>
21 lines
751 B
Markdown
21 lines
751 B
Markdown
# 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:
|
|
|
|
```bash
|
|
node scripts/build-exports.mjs
|
|
```
|
|
|
|
Currently exporting **174 skills** to:
|
|
|
|
- **ChatGPT — Custom GPT instructions** → `exports/chatgpt/`
|
|
- **Google Gemini — Gem instructions** → `exports/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.
|