ue5-level-design
UE5 Level Design
World building, environment art, lighting, landscape, gameplay spaces, and level streaming in Unreal Engine 5.
Infrastructure
See the ue5-gamedev skill for full infrastructure details.
| Channel | Endpoint | Use for level design |
|---|---|---|
| Remote Control API | localhost:8080 | Actor placement, property tweaking, lighting adjustments |
| Python bridge | localhost:30010 | Batch operations, procedural placement, asset management |
| MCP (ChiR24/Unreal_mcp) | Local plugin | Actor creation, level management, lighting control |
Level structure
Level organization
More from edhahn/agent-skills
software-architecture
>
8ue5-gamedev
>
6game-designer
>
5ue5-cinematics
>
5multi-agent-chat
Coordination protocol for AI agents sharing a group chat channel (Discord, Slack, Teams, or any multi-user channel). Prevents infinite agent-to-agent loops, reduces noise, eliminates redundant responses, and establishes clear routing rules for who responds to what. Use this skill when you are an AI agent in a channel with other AI agents and human participants, when you see duplicate responses or echo loops between agents, when a human asks agents to coordinate better, when you need rules for when to speak vs. stay silent in a multi-agent channel, or when you want to reduce token waste from unnecessary agent chatter. Also applies to any shared workspace where multiple agents receive the same messages.
5ue5-character
>
5