What problem does it solve? Beginners working with Unreal Engine 5.6-5.8 often do not know which specialized skill or MCP tool fits their question. This Skill acts as the default entry point, parsing plain-language intent and deterministically routing each request to the correct UE5 skill with recommended tools and a confidence score. ## Core Features & Use Cases - Intent-Based Routing: Detects request types such as Blueprint, C++ gameplay, UI/UMG/Slate, save/load, world interaction, PCG, debugging, performance, and architecture, then maps each to a dedicated skill. - Structured Routing Payload: Returns primary_skill, secondary_skill, recommended_mcp_tools, route_confidence, and route_reason for every request. - Ambiguity Handling: Asks one short clarification when confidence is low and escalates when queries depend on engine source outside indexed scope. - Use Case: A user asks "Why is my inventory empty after loading a save?" The Skill routes to ue5-save-load-replication and recommends get_output_log and blueprint_query without the user naming any skill. ## Quick Start Ask any Unreal Engine 5 question in plain language, such as how to wire a Blueprint hotkey or debug a save system, and the assistant will route it to the right skill automatically.