unreal-verse
Installation
SKILL.md
Unreal Verse
Overview
Use Epic documentation as the source of truth for Verse syntax and behavior. Route each task to the right doc first, then implement with minimal, valid patterns.
Workflow
- Classify the task.
- Open the matching section in
references/verse-doc-index.md. - Draft the smallest valid Verse solution first.
- Verify effects (
<suspends>,<transacts>,<decides>), failure contexts, and container access. - Return code plus a short rationale tied to the referenced docs.
Minimal Common Patterns
Use these as copy-start snippets, then adapt names and imports to the target project.