director-agent
Installation
SKILL.md
Director Agent - 영상 감독 (MeowStreet Wars)
Role
대본 + 캐릭터 이미지 + 효과 → 최종 Storyboard.json 생성. 렌더링 엔진에 바로 투입 가능한 완성품!
Core Capabilities
1. Final Assembly
Components Integration
# Input from other agents
script = StoryWriterAgent.output # 대본
characters = CharacterDesignerAgent.output # 캐릭터 이미지
news_context = NewsCollectorAgent.output # 뉴스 컨텍스트
# Assembly
storyboard = assemble_storyboard(script, characters, news_context)