| name | cutscene-creator |
| description | Complete UE cutscene creation workflow. Covers content structure, creation process, asset query & import, character/audio/camera rules. Use when: creating cutscene from script, generating TTS audio, setting up character animations, configuring cameras in Unreal Engine level sequence. |
| argument-hint | Create a cutscene using natural language or a script |
Cutscene Creator — UE Cutscene Creation Workflow
Overview
This skill provides the complete workflow and rules for creating cutscenes in Unreal Engine Level Sequences.
Core Knowledge
Cutscene Content Structure & Creation Workflow
Reference: Content Structure & Creation Workflow
- What components make up a cutscene (characters, audio, animation, cameras)
- Strict creation order and dependencies between steps
- Tool call dependency chain diagram
Asset System: Query & Import
Reference: Asset System Rules
- How to progressively query available assets in the project (characters, animations, voice tones, camera templates, etc.)
- How to dynamically import externally generated files (audio, facial expressions) into UE
- Complete parameter documentation for query and import tools
Detailed Rules by Phase
Script Format
Reference: Script Format Guide