vera-ue
01MCP server Claude CodeCodexCursor +2
MCP server "vera-ue" as configured in ezesubu/VERA. Launched with C:/Users/ezesu/AppData/Local/Programs/Python/Python314/python.exe -m vera.tools.. Needs 1 environment variable to run.
MCP server Claude CodeCodexCursor +2
MCP server "vera-ue" as configured in ezesubu/VERA. Launched with C:/Users/ezesu/AppData/Local/Programs/Python/Python314/python.exe -m vera.tools.. Needs 1 environment variable to run.
Skill Claude CodeCodex
Create Actor Blueprints with the unreal Python Graph API — programmatically, no clicking and no perception.
Skill Claude CodeCodex
Screen capture + click for editor UI that has no Python API. This is a last resort — it is fragile and needs the editor window in the foreground.
Skill Claude CodeCodex
You may be running on a small local model. You make up for raw reasoning power with discipline. Follow this loop on every non-trivial task; it is the difference between looking dumb and being genuinely capable.
Skill Claude CodeCodex
You have persistent memory that survives across conversations. Use it deliberately.
Skill Claude CodeCodex
VERA ships a mobile and performance doctor: a small set of read-only tools that audit the project for things that hurt — or outright break — a mobile build. Use it proactively whenever the user is about to package for mobile, complains about device crashes, or worries about GPU/shader cost.
Skill Claude CodeCodex
Automate Procedural Content Generation (PCG) inside Unreal Engine using the unreal Python API.
Skill Claude CodeCodex
VERA ships with project-intelligence tools that read the project straight from disk (no editor bridge required). Use them to ground your reasoning in what actually exists before you propose changes.
Skill Claude CodeCodex
You are working inside PCW, Ezequiel's Unreal Engine project (an Aztec-themed action game, with cyberpunk experiments). Treat the facts below as ground truth so you don't rediscover them every session. When you learn something new and durable, remember it (the Memory plugin) so this knowledge keeps growing.
Skill Claude CodeCodex
VERA can set the cinematic mood of the level currently open in the Unreal editor in a single command — perfect right before taking a showcase screenshot or recording a demo of a game. Pick a mood, capture the beauty shot, then restore the level.
Skill Claude CodeCodex
VERA can use source control to save its own work. Four git tools are available: gitstatus, gitdiff, gitlog, and gitcommit. They operate directly on the project's git repository via the git command line.