premiere-xml-generator -- Chea Studios
======================================================================

ES
--
Premiere XML Generator: genera una linea de tiempo FCP7 XML para Adobe Premiere Pro desde un guion con marcas de tiempo (voz en off, capas de texto). Funciona solo, sin Claude Code:
  python3 scripts/generate_xml.py outline.txt --fps 24 --out outline.xml
En Windows tambien puedes arrastrar el .txt sobre OutlineToXML.bat.

Instalar como skill de Claude Code: copia esta carpeta completa dentro de
  ~/.claude/skills/        (macOS / Linux)
  %USERPROFILE%\.claude\skills\   (Windows)
y reinicia Claude Code. La skill se activa sola cuando el tema aparece.

Requiere Python 3.10+ / Requires Python 3.10+. Sin dependencias externas / No external dependencies.

EN
--
Premiere XML Generator: builds an FCP7 XML timeline for Adobe Premiere Pro from a timestamped script outline (voice-over, text layers). Works standalone, no Claude Code needed:
  python3 scripts/generate_xml.py outline.txt --fps 24 --out outline.xml
On Windows you can also drag the .txt onto OutlineToXML.bat.

Install as a Claude Code skill: copy this whole folder into
  ~/.claude/skills/        (macOS / Linux)
  %USERPROFILE%\.claude\skills\   (Windows)
and restart Claude Code. The skill triggers on its own when the topic comes up.

Requiere Python 3.10+ / Requires Python 3.10+. Sin dependencias externas / No external dependencies.

----------------------------------------------------------------------
Hecho por Chea Studios. Uso personal y profesional. Sin garantia.
Made by Chea Studios. Personal and professional use. No warranty.
License: all rights reserved, shared by Chea Studios. hola@cheastudios.com
