ue5-auto-assistant

Routes natural-language Unreal Engine 5 requests to specialized skills and MCP tools.

1|Updated Sep 6, 2026
One-click install
npx skills add https://github.com/ziyarduc/Baran-bk-game --skill ue5-auto-assistant-ziyarduc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ue5-auto-assistant
Source: https://github.com/ziyarduc/Baran-bk-game/tree/main/.agents/skills/ue5-auto-assistant
Command: npx skills add https://github.com/ziyarduc/Baran-bk-game --skill ue5-auto-assistant-ziyarduc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about ue5-auto-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route Unreal Engine 5 questions to the right skill?▼

Ask your UE5 question in plain language without naming any skill. The assistant detects the intent type, such as Blueprint, C++, UI, or save/load, and returns a primary skill, recommended MCP tools, and a confidence score.

What MCP tools are recommended for Unreal Engine Blueprint tasks?▼

Blueprint requests route to ue5-blueprint-workflow with blueprint_feature_build, blueprint_modify, and blueprint_query as whitelisted tools. The execute_script tool is avoided unless Blueprint tools cannot express the operation.

Which Unreal Engine versions does this assistant support?▼

The assistant targets Unreal Engine 5.6 through 5.8. It serves as the default entry point for natural-language requests in that version range and delegates module-specific questions to ue5-module-router.

What happens when my Unreal Engine request is ambiguous?▼

When routing confidence is low, the assistant returns the top two route candidates and asks one short clarification question. After your answer, it continues with the confirmed route without asking again.

When does the assistant escalate instead of routing?▼

Escalation occurs when a query depends on plugin or engine source code outside the indexed scope, or when organization-level coding standards are required but not available in the repository.