MyskillosMyskillos
claude

Export

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

9 Files
CLAUDE.md
# claude

Zip'ten içe aktarıldı

## Orchestration instructions (chief)

# Şef ajanı

Görevini buraya yaz...

## Roles
- **gorsel-yonetmen** (Sub-agent): Onaylanmis final metinden sahne basi gorsel/animasyon promptlari uretir. ComfyUI'ye gonderilecek Ingilizce promptlari hazirlar.
- **hook-yazari** (Sub-agent): Konsept Direktoru'nun sectigi ornek icin ilk 3 saniyede izleyiciyi durduracak bir acilis cumlesi yazar.
- **konsept-direktoru** (Sub-agent): Genis bir bilimsel konuyu 60 saniyelik videoya sigacak tek, somut ve carpici bir ornege indirger. Sef ajanindan konu ve seed_example alir, subagent olarak calisir.
- **sure-elestirmeni** (Sub-agent): Senarist'in metnini sure ve tempo acisindan denetler. Basit kelime sayimi degil, hangi cumlenin cikarilabilecegine dair yargisal karar verir.
- **fact-checker** (Sub-agent): Senarist'in yazdigi metni bilimsel dogruluk acisindan denetler. Yaygin bilimsel hatalari yakalar, hata varsa REDDEDER ve donguyu tetikler.
- **senarist** (Sub-agent): Ornek, hook ve varsa denetim geri bildirimini alip 45-60 saniyelik tam video metnini yazar. Fact-Checker veya Sure Elestirmeni reddederse bu ajan tekrar cagrilir.

## Workflow
- **Chief:** sef — splits tasks and delegates.
- **Parallel: Paralel** (run simultaneously, independently) → sure-elestirmeni, fact-checker
  - Execution: launch this group's child agents simultaneously with parallel Agent calls in a SINGLE message; once all finish, merge their outputs and hand off to the next step.
- **Sub-agent:** gorsel-yonetmen, hook-yazari, konsept-direktoru, senarist — specialists under the chief.

## Coordination / communication
- konsept-direktoru → sef: result returns to the chief
- hook-yazari → konsept-direktoru: output handed to the next
- senarist → hook-yazari: output handed to the next
- Paralel → senarist: output handed to the next
- gorsel-yonetmen → Paralel: output handed to the next