What problem does it solve? Setting up an AI-assisted Unreal Engine workspace requires many manual steps: verifying LLVM/Clang, configuring Git LFS, generating compile_commands.json, installing dependencies, and indexing the entire codebase. This Skill automates that one-time onboarding with a diagnostic-driven, step-by-step procedure. ## Core Features & Use Cases - Environment Diagnostics: Checks for libclang.dll, Git/Git LFS, compile_commands.json, AST cache, and existing configuration before doing any work. - Automated Setup Pipeline: Installs Python dependencies (ChromaDB, ONNX runtime, PyPDF), runs the plugin installer, generates the Clang compilation database, and configures local environment paths. - Project Index Generation: Scans all C++ source, config, and asset files in batches and compiles a permanent project-index skill with concepts, gameplay, systems, and files_index references. - Use Case: After cloning a new Unreal project, ask the agent to run project setup; it verifies your toolchain, indexes the codebase, and produces a navigable architecture map for future sessions. ## Quick Start Run project setup to initialize and index my Unreal Engine project.