MyskillosMyskillos
anadeneme1

Export

Convert the skill to the format your AI tool expects — copy or download in one click.

8 Files
CLAUDE.md
# anadeneme1

VS Code'dan içe aktarıldı

## Roles
- **agent1_scriptwriter** (Sub-agent): Konu ve video stili verildiğinde Türkçe YouTube Shorts senaryosu, başlık, açıklama, etiketler ve sahne bazlı voiceover metni üret.
- **agent2_voiceover** (Sub-agent): Script dosyası hazır olduğunda Türkçe voiceover metnini ses dosyasına dönüştürmek, ses zamanlamalarını ve alignment verisini oluşturmak durumunda kullan.
- **agent3_visuals** (Sub-agent): Senaryo ve ses zamanlaması hazır olduğunda her sahne için dikey görsel üretmek ve sahne video kliplerini oluşturmak durumunda kullan.
- **agent4_editor** (Sub-agent): Sahne videoları, voiceover ve alignment dosyaları hazır olduğunda tüm sahneleri birleştirmek, dinamik altyazıları oluşturmak ve final Shorts videosunu render etmek durumunda kullan.
- **agent5_publish** (Sub-agent): Final Shorts videosu hazır olduğunda videoyu YouTube Data API v3 üzerinden yüklemek, başlık açıklama ve etiket bilgilerini kullanmak ve yükleme sonucunu kaydetmek durumunda kullan.

## Workflow
- **Sequential: Sıralı** (run in order, passing output (handoff)) → agent1_scriptwriter → agent2_voiceover → agent3_visuals → agent4_editor → agent5_publish
  - Execution: run the child agents one by one in the order above; pass each step's output as input to the next.

## Coordination / communication
-